[Liblas-commits] hg: try to account for BOOST_PROPERTY_TREE_PAIR_BUG
liblas-commits at liblas.org
liblas-commits at liblas.org
Tue Aug 24 22:14:37 EDT 2010
changeset e98b5787c403 in /Volumes/Data/www/liblas.org/hg
details: http://hg.liblas.orghg?cmd=changeset;node=e98b5787c403
summary: try to account for BOOST_PROPERTY_TREE_PAIR_BUG
diffstat:
include/liblas/property_tree/detail/ptree_implementation.hpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (14 lines):
diff -r ba1e17197e92 -r e98b5787c403 include/liblas/property_tree/detail/ptree_implementation.hpp
--- a/include/liblas/property_tree/detail/ptree_implementation.hpp Wed Aug 25 00:22:57 2010 +0100
+++ b/include/liblas/property_tree/detail/ptree_implementation.hpp Tue Aug 24 21:14:31 2010 -0500
@@ -15,8 +15,8 @@
#include <boost/iterator/reverse_iterator.hpp>
#include <memory>
-#if defined(BOOST_MSVC) && \
- (_MSC_FULL_VER >= 160000000 && _MSC_FULL_VER < 170000000)
+#if defined(_MSC_VER) && \
+ (_MSC_VER >= 160000000 && _MSC_VER < 170000000)
#define BOOST_PROPERTY_TREE_PAIR_BUG
#endif
More information about the Liblas-commits
mailing list