NonMPL2.h revision c981c48f5bc9aefeffc0bcb0cc3934c2fae179dd
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