Change IDs to ULL

This commit is contained in:
2026-01-27 20:49:45 +01:00
parent c04abccbb6
commit c925341621
2 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ string(ASCII 27 Esc)
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
set_target_properties(${BOT_NAME} PROPERTIES
CXX_STANDARD 17
CXX_STANDARD 20
CXX_STANDARD_REQUIRED ON
)