summaryrefslogtreecommitdiffstats
path: root/src/boost/libs/phoenix/test/include/object/construct.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/boost/libs/phoenix/test/include/object/construct.cpp')
-rw-r--r--src/boost/libs/phoenix/test/include/object/construct.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/boost/libs/phoenix/test/include/object/construct.cpp b/src/boost/libs/phoenix/test/include/object/construct.cpp
new file mode 100644
index 000000000..e5d386a0b
--- /dev/null
+++ b/src/boost/libs/phoenix/test/include/object/construct.cpp
@@ -0,0 +1,7 @@
+/*=============================================================================
+ Copyright (c) 2011 Thomas Heller
+ 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/phoenix/object/construct.hpp>
+int main() {}