commit | f9572e8439e018c9a0d06fe0d64fbfe114b2339e | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Oct 01 11:37:49 2015 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Oct 01 16:20:58 2015 -0700 |
tree | 3d2d421028a1c909d297cf6c41e53e302ede9050 | |
parent | 687dba8614d52c2ce078cd3ec4c903e115bc64d1 [diff] [blame] |
build: Fix compilation with boost 1.59 Change-Id: Ib2f72a770effa4a35ad6d21585ddc1043a89ac02 Refs: #3227
diff --git a/tests/global-configuration.cpp b/tests/global-configuration.cpp index 2b4ce9d..24d4499 100644 --- a/tests/global-configuration.cpp +++ b/tests/global-configuration.cpp
@@ -48,6 +48,9 @@ }; BOOST_GLOBAL_FIXTURE(GlobalConfigurationFixture) +#if BOOST_VERSION >= 105900 +; +#endif // BOOST_VERSION >= 105900 } // namespace tests } // namespace nfd