move += operator inside namespace

release/4.3a0
Varun Agrawal 2022-06-07 17:57:26 -04:00
parent 60e3321da3
commit 8b03eb5b2d
1 changed files with 2 additions and 2 deletions

View File

@ -39,10 +39,10 @@
#include <string> #include <string>
#include <vector> #include <vector>
using boost::assign::operator+=;
namespace gtsam { namespace gtsam {
using boost::assign::operator+=;
/****************************************************************************/ /****************************************************************************/
// Node // Node
/****************************************************************************/ /****************************************************************************/