Open zingchen opened 3 years ago
It seems that the most serious problem is
error: 'sql::{anonymous}::value<double>' is not a valid type for a template non-type parameter because it is not structural
using node = sql::constant<sql::convert<val>(name), Row>
^
note: 'sql::{anonymous}::value<double>::val' has a non-structural type
This is a workaround patch, just to make it compile. It's not about to solve the problem, which may be compiler bug. workaround_patch.txt
The
example.cpp
fails to compile.Here is my compiler's info.
Below is the command line and output.