1 // Boost Filesystem odr2_test.cpp ----------------------------------------------------// 2 3 // Copyright Beman Dawes 2014. 4 5 // Distributed under the Boost Software License, Version 1.0. 6 // See http://www.boost.org/LICENSE_1_0.txt 7 8 // Library home page: http://www.boost.org/libs/filesystem 9 10 #include <boost/filesystem.hpp> 11 12 namespace boost 13 { 14 namespace filesystem 15 { tu2()16 void tu2() {} 17 } 18 } 19