mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-05-02 08:59:37 -05:00
Typo, thanks @juandent
This commit is contained in:
@@ -263,7 +263,7 @@ namespace sqlpp
|
||||
template <typename T>
|
||||
struct make_name_of_set
|
||||
{
|
||||
static_assert(wrong_t<make_name_of_set>::value, "invalid argument for transform_set");
|
||||
static_assert(wrong_t<make_name_of_set>::value, "invalid argument for make_name_of_set");
|
||||
};
|
||||
|
||||
template <typename... E>
|
||||
|
||||
Reference in New Issue
Block a user