aboutsummaryrefslogtreecommitdiff
path: root/Eigen/src/Core/util/NonMPL2.h
blob: 629537a5ed46f74844e0b62c1f50b1ddaf66553f (plain)
1
2
3
4
5
6
// Force error if including non MPL2 license code regardless
// EIGEN_MPL2_ONLY flag.

//#ifdef EIGEN_MPL2_ONLY
#error Including non-MPL2 code in EIGEN_MPL2_ONLY mode
//#endif