Move to c++23 and clean up of raycaster.

This commit is contained in:
Zed A. Shaw 2026-03-03 23:33:32 -05:00
parent 403d2bd7ce
commit ea791270b3
3 changed files with 9 additions and 12 deletions

View file

@ -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',
])