1 // Force error if including non MPL2 license code regardless 2 // EIGEN_MPL2_ONLY flag. 3 4 //#ifdef EIGEN_MPL2_ONLY 5 #error Including non-MPL2 code in EIGEN_MPL2_ONLY mode 6 //#endif 7