remove USING_PART_OF_NAMESPACE_EIGEN, leaving it in Eigen2Support.

improve porting-Eigen2-to-3 docs
This commit is contained in:
Benoit Jacob
2010-04-22 18:27:13 -04:00
parent ef789fe0d2
commit abbe260905
22 changed files with 114 additions and 124 deletions

View File

@@ -6,7 +6,7 @@
#include "BenchTimer.h"
using namespace std;
USING_PART_OF_NAMESPACE_EIGEN
using namespace Eigen;
#include <boost/preprocessor/repetition/enum_params.hpp>
#include <boost/preprocessor/repetition.hpp>