]> git.proxmox.com Git - ceph.git/blame - 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
CommitLineData
7c673cae
FG
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
1e59de90
TL
12namespace boost {
13namespace filesystem {
14void tu2();
7c673cae 15}
1e59de90 16} // namespace boost
7c673cae
FG
17
18int main()
19{
1e59de90
TL
20 boost::filesystem::tu2();
21 return 0;
7c673cae 22}