summaryrefslogtreecommitdiffstats
path: root/src/boost/libs/mp11/test/mp11.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/boost/libs/mp11/test/mp11.cpp')
-rw-r--r--src/boost/libs/mp11/test/mp11.cpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/boost/libs/mp11/test/mp11.cpp b/src/boost/libs/mp11/test/mp11.cpp
new file mode 100644
index 00000000..6ab26cb7
--- /dev/null
+++ b/src/boost/libs/mp11/test/mp11.cpp
@@ -0,0 +1,14 @@
+
+// Copyright 2015 Peter Dimov.
+//
+// Distributed under the Boost Software License, Version 1.0.
+//
+// See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt
+
+
+#include <boost/mp11.hpp>
+
+int main()
+{
+}