From 44861dcbfeee041223c4aac1ee075e92fa4daa01 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 18 Sep 2016 12:42:15 +0200 Subject: update --- eigen/test/mpl2only.cpp | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 eigen/test/mpl2only.cpp (limited to 'eigen/test/mpl2only.cpp') diff --git a/eigen/test/mpl2only.cpp b/eigen/test/mpl2only.cpp new file mode 100644 index 0000000..5ef0d2b --- /dev/null +++ b/eigen/test/mpl2only.cpp @@ -0,0 +1,20 @@ +// This file is part of Eigen, a lightweight C++ template library +// for linear algebra. +// +// Copyright (C) 2015 Gael Guennebaud +// +// This Source Code Form is subject to the terms of the Mozilla +// Public License v. 2.0. If a copy of the MPL was not distributed +// with this file, You can obtain one at http://mozilla.org/MPL/2.0/. + +#define EIGEN_MPL2_ONLY +#include +#include +#include +#include +#include + +int main() +{ + return 0; +} -- cgit v1.2.3