mirror of
https://github.com/rbock/sqlpp11.git
synced 2024-11-16 04:47:18 +08:00
Minor fix.
This commit is contained in:
parent
d4684f7dc0
commit
ca76ccbf65
@ -337,7 +337,7 @@ int main()
|
|||||||
|
|
||||||
|
|
||||||
static_assert(sqlpp::is_select_flag_t<decltype(sqlpp::all)>::value, "sqlpp::all has to be a select_flag");
|
static_assert(sqlpp::is_select_flag_t<decltype(sqlpp::all)>::value, "sqlpp::all has to be a select_flag");
|
||||||
using T = sqlpp::vendor::wrap_operand<int>::type;
|
using T = sqlpp::wrap_operand<int>::type;
|
||||||
static_assert(sqlpp::is_regular<T>::value, "type requirement");
|
static_assert(sqlpp::is_regular<T>::value, "type requirement");
|
||||||
static_assert(sqlpp::is_expression_t<T>::value, "T has to be an expression");
|
static_assert(sqlpp::is_expression_t<T>::value, "T has to be an expression");
|
||||||
static_assert(sqlpp::is_numeric_t<T>::value, "T has to be numeric");
|
static_assert(sqlpp::is_numeric_t<T>::value, "T has to be numeric");
|
||||||
|
Loading…
Reference in New Issue
Block a user