constexpr-sql
constexpr-sql copied to clipboard
Header only library that parses and plans SQL queries at compile time
Results
2
constexpr-sql issues
Sort by
recently updated
recently updated
newest added
The `example.cpp` fails to compile. Here is my compiler's info. ``` $ gcc --version gcc.exe (Rev5, Built by MSYS2 project) 10.3.0 Copyright (C) 2020 Free Software Foundation, Inc. This is...
`‘cexpr::string’ is not a valid type for a template non-type parameter because it is not structural` was reported by GCC 10, which is probably caused by missing of `operator` for...