-
-
Notifications
You must be signed in to change notification settings - Fork 341
Closed
Description
Compiler log:
.../include/sqlite_orm/sqlite_orm.h:1321:20: error: cannot initialize return object of type 'size_t' (aka 'unsigned long') with an lvalue of type '<dependent type>'
1321 | return Idx...[Pos];Interestingly enough, clang still defines __cpp_pack_indexing to 202311L even though I compile with -std=c++20 which is probably incorrect on the compiler side.
theo-dep and Oberacda
Metadata
Metadata
Assignees
Labels
No labels
Projects
Status
Done