odr2_test.cpp 397 B

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