mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 12:06:01 +01:00
treewide: Bump C++ standard version to C++23
Compilers in nixpkgs have caught up and major distros should also have recent enough compilers. It would be nice to have newer features like more full featured ranges and deducing this.
This commit is contained in:
parent
f3bd18f2b4
commit
03101cc839
31 changed files with 33 additions and 27 deletions
|
|
@ -3,7 +3,7 @@ project(
|
|||
'cpp',
|
||||
version : files('.version'),
|
||||
default_options : [
|
||||
'cpp_std=c++2a',
|
||||
'cpp_std=c++23',
|
||||
# TODO(Qyriad): increase the warning level
|
||||
'warning_level=1',
|
||||
'errorlogs=true', # Please print logs for tests that fail
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue