commit | 3d613fd81140b852545e173032a17208882e8b6b | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Tue Oct 15 15:39:04 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Tue Oct 15 15:39:04 2013 -0700 |
tree | 9c5225be599a3d7ca70a850f2ee7120b41c17528 | |
parent | 9939dcdf81b2c83a69663bf1113bae1e72610b3c [diff] [blame] |
ndnboost: Also rename BOOST_ to NDNBOOST_
diff --git a/include/ndnboost/intrusive/detail/config_end.hpp b/include/ndnboost/intrusive/detail/config_end.hpp index d653030..6aa1214 100644 --- a/include/ndnboost/intrusive/detail/config_end.hpp +++ b/include/ndnboost/intrusive/detail/config_end.hpp
@@ -10,6 +10,6 @@ // ///////////////////////////////////////////////////////////////////////////// -#if defined BOOST_MSVC +#if defined NDNBOOST_MSVC #pragma warning (pop) #endif