lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v206 23 lines 505 B view raw
1diff --git a/luabind/object.hpp b/luabind/object.hpp 2index f7b7ca5..1c18e04 100644 3--- a/luabind/object.hpp 4+++ b/luabind/object.hpp 5@@ -536,6 +536,8 @@ namespace detail 6 handle m_key; 7 }; 8 9+#if BOOST_VERSION < 105700 10+ 11 // Needed because of some strange ADL issues. 12 13 #define LUABIND_OPERATOR_ADL_WKND(op) \ 14@@ -557,7 +559,8 @@ namespace detail 15 LUABIND_OPERATOR_ADL_WKND(!=) 16 17 #undef LUABIND_OPERATOR_ADL_WKND 18- 19+ 20+#endif // BOOST_VERSION < 105700 21 } // namespace detail 22 23 namespace adl