quick.cpp 933 B

123456789101112131415161718192021222324252627282930313233
  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. #include <boost/core/addressof.hpp>
  12. #include <boost/core/checked_delete.hpp>
  13. #include <boost/core/demangle.hpp>
  14. #include <boost/detail/iterator.hpp>
  15. #include <boost/core/enable_if.hpp>
  16. #include <boost/core/explicit_operator_bool.hpp>
  17. #include <boost/get_pointer.hpp>
  18. #include <boost/core/ignore_unused.hpp>
  19. #include <boost/core/is_same.hpp>
  20. #include <boost/core/lightweight_test.hpp>
  21. #include <boost/noncopyable.hpp>
  22. #include <boost/core/null_deleter.hpp>
  23. #include <boost/core/pointer_traits.hpp>
  24. #include <boost/ref.hpp>
  25. #include <boost/core/scoped_enum.hpp>
  26. #include <boost/core/typeinfo.hpp>
  27. #include <boost/core/underlying_type.hpp>
  28. #include <boost/visit_each.hpp>
  29. int main()
  30. {
  31. }