# Copyright Louis Dionne 2013-2016 # Modified Work Copyright Barrett Adair 2016-2017 # Copyright 2017 Peter Dimov # # Distributed under the Boost Software License, Version 1.0. # (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt) import testing ; import-search /boost/config/checks ; import config : requires ; project : requirements [ requires cxx11_constexpr ] clang:"-pedantic -Wall -Wextra" darwin:"-pedantic -Wall -Wextra" /boost/callable_traits//boost_callable_traits ; for local source in [ glob *.cpp ] { run $(source) ; run $(source) : : : USE_LAZY_TYPES : $(source:B)__lazy ; }