From: Mikko Rasa Date: Sat, 7 Jan 2023 13:24:25 +0000 (+0200) Subject: Remove a temporary hack X-Git-Url: http://git.tdb.fi/?p=libs%2Fgame.git;a=commitdiff_plain;h=dc90919dcc6519c7611ff7f8f6b7c22876e2fc13 Remove a temporary hack The bug it was for is now fixed. --- diff --git a/tests/Build b/tests/Build index db50340..e889864 100644 --- a/tests/Build +++ b/tests/Build @@ -7,11 +7,5 @@ package "mspgame-tests" program "test" { source "."; - build_info - { - /* XXX Shouldn't be needed, but builder has a bug and doesn't - correctly propagate the standard from required packages. */ - standard CXX "c++20"; - }; }; };