// Copyright (c) 2011 Helge Bahmann // // Distributed under the Boost Software License, Version 1.0. // See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) #include #include #include #include #include "api_test_helpers.hpp" int test_main(int, char *[]) { test_flag_api(); test_integral_api(); test_integral_api(); test_integral_api(); test_integral_api(); test_integral_api(); test_integral_api(); test_integral_api(); test_integral_api(); test_integral_api(); test_integral_api(); test_integral_api(); test_integral_api(); test_integral_api(); test_integral_api(); test_integral_api(); test_integral_api(); test_integral_api(); test_integral_api(); test_integral_api(); #if defined(BOOST_HAS_INT128) test_integral_api(); test_integral_api(); #endif test_constexpr_ctor(); test_constexpr_ctor(); test_constexpr_ctor(); test_constexpr_ctor(); test_constexpr_ctor(); test_pointer_api(); test_enum_api(); test_struct_api >(); test_struct_api >(); test_struct_api >(); test_struct_api >(); #if defined(BOOST_HAS_INT128) test_struct_api >(); #endif test_large_struct_api(); return 0; }