]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/uuid/test/test_include1.cpp
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / uuid / test / test_include1.cpp
1 // (C) Copyright Andy Tompkins 2009. Permission to copy, use, modify, sell and
2 // distribute this software is granted provided this copyright notice appears
3 // in all copies. This software is provided "as is" without express or implied
4 // warranty, and with no claim as to its suitability for any purpose.
5
6 // Distributed under the Boost Software License, Version 1.0. (See
7 // accompanying file LICENSE_1_0.txt or copy at
8 // http://www.boost.org/LICENSE_1_0.txt)
9
10 // libs/uuid/test/test_include1.cpp -------------------------------//
11
12 #include <boost/uuid/uuid.hpp>
13 #include <boost/uuid/uuid_io.hpp>
14 #include <boost/uuid/uuid_serialize.hpp>
15 #include <boost/uuid/uuid_generators.hpp>
16 #include <boost/uuid/nil_generator.hpp>
17 #include <boost/uuid/name_generator.hpp>
18 #include <boost/uuid/string_generator.hpp>
19 #include <boost/uuid/random_generator.hpp>
20
21 int main(int, char*[])
22 {
23 return 0;
24 }