]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/filesystem/test/odr2_test.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / filesystem / test / odr2_test.cpp
CommitLineData
7c673cae
FG
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
1e59de90
TL
12namespace boost {
13namespace filesystem {
14
15void tu2()
7c673cae 16{
7c673cae 17}
1e59de90
TL
18
19} // namespace filesystem
20} // namespace boost