commit | 03c170eeb964d0e8dc3e86dfeab52cbc079908bf | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Oct 01 11:24:06 2015 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Oct 01 16:21:12 2015 -0700 |
tree | 015f1807126bcb722db5ce7e0bd29c4a7ca14773 | |
parent | 45312f55c386236b082318e816afd22bed0f5e45 [diff] [blame] |
build: Fix compilation with boost 1.59 Change-Id: I1316c6d1151f8400f4370b68d098e61a25fd04c6 Refs: #3227
diff --git a/tests/unit-tests/security/identity-fixture.cpp b/tests/unit-tests/security/identity-fixture.cpp index 36f9c0b..a89eb8d 100644 --- a/tests/unit-tests/security/identity-fixture.cpp +++ b/tests/unit-tests/security/identity-fixture.cpp
@@ -113,6 +113,9 @@ }; BOOST_GLOBAL_FIXTURE(IdentityFixture) +#if BOOST_VERSION >= 105900 +; +#endif // BOOST_VERSION >= 105900 } // namespace security } // namespace ndn