block_on_const_type_actually_const_0.cpp
Go to the documentation of this file.
00001 #include "../Eigen/Core"
00002 
00003 #ifdef EIGEN_SHOULD_FAIL_TO_BUILD
00004 #define CV_QUALIFIER const
00005 #else
00006 #define CV_QUALIFIER
00007 #endif
00008 
00009 using namespace Eigen;
00010 
00011 void foo(){
00012     Matrix3f m;
00013     Block<CV_QUALIFIER Matrix3f>(m, 0, 0, 3, 3).coeffRef(0, 0) = 1.0f;
00014 }
00015 
00016 int main() {}


re_vision
Author(s): Dorian Galvez-Lopez
autogenerated on Sun Jan 5 2014 11:30:48