SEAL icon indicating copy to clipboard operation
SEAL copied to clipboard

Initialization bug

Open Wowblk opened this issue 1 year ago • 2 comments

By enabling check options during compilation, we found a bug related to C++ syntax.

Image

The code attempts to initialize an IterTuple object using {}, but IterTuple may not have an appropriate constructor to support this type of initialization.

Wowblk avatar Jan 15 '25 11:01 Wowblk

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?

kimlaine avatar Apr 03 '25 04:04 kimlaine

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.

Wowblk avatar Sep 11 '25 19:09 Wowblk