Typo, thanks @juandent

This commit is contained in:
rbock
2018-01-07 08:04:35 +01:00
parent 2f97f57817
commit 5b15267743
+1 -1
View File
@@ -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>