Correction to comment

release/4.3a0
Richard Roberts 2011-12-22 17:29:57 +00:00
parent e0988ade11
commit a2ace4a434
1 changed files with 3 additions and 3 deletions

View File

@ -23,9 +23,9 @@
namespace variant_workaround {
/* ************************************************************************* */
// The following functions are pasted from boost/variant/get.hpp, but with
// explicit argument types to avoid a conflict with 'get' in the boost graph
// library that exists in boost < 1.47.
// The following functions are pasted from boost/variant/get.hpp, but in a
// 'variant_workaround' namespace to avoid a conflict with 'get' in the boost
// graph library that exists in boost < 1.47.
#if BOOST_VERSION >= 104700
using boost::get;
#else