move += operator inside namespace
parent
60e3321da3
commit
8b03eb5b2d
|
@ -39,10 +39,10 @@
|
|||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
using boost::assign::operator+=;
|
||||
|
||||
namespace gtsam {
|
||||
|
||||
using boost::assign::operator+=;
|
||||
|
||||
/****************************************************************************/
|
||||
// Node
|
||||
/****************************************************************************/
|
||||
|
|
Loading…
Reference in New Issue