summaryrefslogtreecommitdiffstats
path: root/src/boost/libs/filesystem/test/odr2_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/boost/libs/filesystem/test/odr2_test.cpp')
-rw-r--r--src/boost/libs/filesystem/test/odr2_test.cpp18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/boost/libs/filesystem/test/odr2_test.cpp b/src/boost/libs/filesystem/test/odr2_test.cpp
new file mode 100644
index 000000000..948666b20
--- /dev/null
+++ b/src/boost/libs/filesystem/test/odr2_test.cpp
@@ -0,0 +1,18 @@
+// Boost Filesystem odr2_test.cpp ----------------------------------------------------//
+
+// Copyright Beman Dawes 2014.
+
+// Distributed under the Boost Software License, Version 1.0.
+// See http://www.boost.org/LICENSE_1_0.txt
+
+// Library home page: http://www.boost.org/libs/filesystem
+
+#include <boost/filesystem.hpp>
+
+namespace boost
+{
+ namespace filesystem
+ {
+ void tu2() {}
+ }
+}