12 Jul
2013
12 Jul
'13
5:13 p.m.
Agreed, boost operators classes should be in boost::operators. I'm working on a patch to fix this issue (have already done so in my test code for operators2 and it works just fine). There's also a macro flag in boost operators BOOST_NO_OPERATORS_IN_NAMESPACE which allows boost operators classes to be in the global namespace. I propose we get rid of this macro and force all operators classes to be in the boost::operators2 namespace.