add new log function

This commit is contained in:
2025-09-17 18:15:52 +03:00
parent bfebb74fb7
commit dd6606eab9
4 changed files with 123 additions and 42 deletions

View File

@@ -4,8 +4,9 @@ executable(
# 'examples/concepts/main.cpp',
# 'examples/math/main.cpp',
# 'examples/range/main.cpp',
'examples/patterns/main.cpp',
# 'examples/patterns/main.cpp',
# 'examples/logger/main.cpp',
'examples/exception/main.cpp',
dependencies : deps,
cpp_args: args,
include_directories : inc