Skip to content

Commit

Permalink
Do not build if not c++11 compatible compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
apolukhin committed Aug 10, 2023
1 parent 7dd5abf commit fec3aa1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build/Jamfile.v2
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
# Copyright (C) 2016-2022, Antony Polukhin.
# Copyright (C) 2016-2023, Antony Polukhin.
#
# 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)
#

import ../../config/checks/config : requires ;

project
: source-location .
: requirements
[ requires cxx11 ]
<visibility>hidden
;

Expand Down

0 comments on commit fec3aa1

Please sign in to comment.