# Copyright Klemens David Morgenstern, Hans P. Dembinski 2016-2017 # Copyright (c) 2018 Mateusz Loskot # # Use, modification and distribution is subject to 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) project : requirements gcc:"-std=c++14 -Wall -Wextra -Wno-noexcept-type" clang:"-std=c++14 -Wall -Wextra" darwin:"-std=c++14 -Wall -Wextra" ; build-project test ; build-project examples ;