Move to c++23 and clean up of raycaster.
This commit is contained in:
parent
403d2bd7ce
commit
ea791270b3
3 changed files with 9 additions and 12 deletions
|
|
@ -2,7 +2,7 @@
|
|||
project('raycaster', 'cpp',
|
||||
version: '0.1.0',
|
||||
default_options: [
|
||||
'cpp_std=c++20',
|
||||
'cpp_std=c++23',
|
||||
'cpp_args=-D_GLIBCXX_DEBUG=1 -D_GLIBCXX_DEBUG_PEDANTIC=1',
|
||||
])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue