# Copyright (C) 2001-2003 Douglas Gregor # Copyright (C) Antony Polukhin, 2011-2023 # # 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) # import testing ; import feature ; import ../../config/checks/config : requires ; project : requirements [ requires cxx11_rvalue_references ] # default to all warnings on: all # set warnings as errors for those compilers we know we get warning free: gcc:-Wextra gcc:-Wno-uninitialized ; test-suite conversion : [ run implicit_cast.cpp ] [ compile-fail implicit_cast_fail.cpp ] [ run cast_test.cpp ] [ run polymorphic_cast_test.cpp ] [ compile-fail implicit_cast_fail2.cpp ] ;