From: Mikko Rasa Date: Mon, 19 Dec 2022 10:11:32 +0000 (+0200) Subject: Begin converting the code to C++11 X-Git-Url: http://git.tdb.fi/?p=builder.git;a=commitdiff_plain;h=32d6218afe58969f2b18dfa6e262bb9509829abe Begin converting the code to C++11 --- diff --git a/Build b/Build index 34f5e40..ea13311 100644 --- a/Build +++ b/Build @@ -8,6 +8,11 @@ package "builder" require "mspcrypto"; require "sigc++-2.0"; + build_info + { + standard CXX "c++11"; + }; + program "builder" { source "source";