Currently, both clang and g++ trigger a warning for an unknown lambda due to this line:
#pragma section(".state", read, write)
Not sure what the purpose of this line is (it's... well, Christmas, I haven't looked into the code today) but apparently both the compilers just ignore it.
Currently, both clang and g++ trigger a warning for an unknown lambda due to this line:
Not sure what the purpose of this line is (it's... well, Christmas, I haven't looked into the code today) but apparently both the compilers just ignore it.