From 2f15f3df68717ee79f563b8e8ebc3f1bae096be1 Mon Sep 17 00:00:00 2001 From: Hans Dembinski Date: Fri, 8 Feb 2019 15:47:26 +0100 Subject: [PATCH] removing project ID --- Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jamfile b/Jamfile index 46af9f49..9500ec0e 100644 --- a/Jamfile +++ b/Jamfile @@ -5,7 +5,7 @@ # Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at # http://www.boost.org/LICENSE_1_0.txt) -project histogram +project : requirements gcc:"-std=c++14 -Wall -Wextra -Wno-noexcept-type"