SEAL
SEAL copied to clipboard
Initialization bug
By enabling check options during compilation, we found a bug related to C++ syntax.
The code attempts to initialize an IterTuple object using {}, but IterTuple may not have an appropriate constructor to support this type of initialization.
Thanks for bringing this to our attention. It's not clear to me what the problem is... so not sure how to fix this. What compiler (and version) are you using? What language flag? Other relevant things? How can I reproduce this?
Thanks for following up!
Compiler: clang++ 10.0
Flags: built with -D_GLIBCXX_DEBUG
Build command:
cmake .. -D_GLIBCXX_DEBUG
No other special options were used.