]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/filesystem/test/odr1_test.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / filesystem / test / odr1_test.cpp
1 // Boost Filesystem odr1_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 namespace filesystem {
14 void tu2();
15 }
16 } // namespace boost
17
18 int main()
19 {
20 boost::filesystem::tu2();
21 return 0;
22 }