Language
C++
Compiler
gcc HEAD 14.0.0 20230625 (experimental)
Options
Warnings
Don't Use Boost
C++2b(GNU)
no pedantic
$ g++ prog.cc -Wall -Wextra -std=gnu++2b
set_value example
thread starting threadid:140113485661952
is valid:true
result:5
is valid:false
thread exiting threadid:140113485661952
set_value_at_thread_exit example
thread starting threadid:140113485661952
thread exiting threadid:140113485661952
is valid:true
result:2
is valid:false
set_exception example
thread starting threadid:140113485661952
is valid:true
result:exception:div by 0
is valid:false
thread exiting threadid:140113485661952
set_exception_at_thread_exit example
thread starting threadid:140113485661952
thread exiting threadid:140113485661952
is valid:true
result:exception:div by 0
is valid:false
Exit Code:
0