]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/core/test/quick.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / core / test / quick.cpp
1 //
2 // quick.cpp - a quick (CI) test for Boost.Core
3 //
4 // Copyright 2017 Peter Dimov
5 //
6 // Distributed under the Boost Software License, Version 1.0.
7 //
8 // See accompanying file LICENSE_1_0.txt or copy at
9 // http://www.boost.org/LICENSE_1_0.txt
10 //
11
12 #include <boost/core/addressof.hpp>
13 #include <boost/core/checked_delete.hpp>
14 #include <boost/core/demangle.hpp>
15 #include <boost/detail/iterator.hpp>
16 #include <boost/core/enable_if.hpp>
17 #include <boost/core/explicit_operator_bool.hpp>
18 #include <boost/get_pointer.hpp>
19 #include <boost/core/ignore_unused.hpp>
20 #include <boost/core/is_same.hpp>
21 #include <boost/core/lightweight_test.hpp>
22 #include <boost/noncopyable.hpp>
23 #include <boost/core/null_deleter.hpp>
24 #include <boost/core/pointer_traits.hpp>
25 #include <boost/ref.hpp>
26 #include <boost/core/scoped_enum.hpp>
27 #include <boost/detail/sp_typeinfo.hpp>
28 #include <boost/core/typeinfo.hpp>
29 #include <boost/core/underlying_type.hpp>
30 #include <boost/visit_each.hpp>
31
32 int main()
33 {
34 }