mirror of
https://github.com/boostorg/beast.git
synced 2025-08-04 15:24:31 +02:00
set minimum gcc version to 5.0.
This is due to C++98 support being dropped, so 4.8 fails other libraries C++11 detection.
This commit is contained in:
committed by
Klemens Morgenstern
parent
b0f6f9c39c
commit
915b80a157
@@ -30,7 +30,7 @@ def main(ctx):
|
||||
|
||||
generatedjobs = generate(
|
||||
# Compilers
|
||||
['gcc >=4.8',
|
||||
['gcc >=5.0',
|
||||
'clang >=3.8',
|
||||
# 'msvc >=14.1',
|
||||
'arm64-gcc latest',
|
||||
|
Reference in New Issue
Block a user