mirror of
https://github.com/rbock/sqlpp11.git
synced 2024-11-15 20:31:16 +08:00
Removed a few stray semicolons
This commit is contained in:
parent
2c463b2b51
commit
a09c79b234
@ -315,7 +315,7 @@ namespace sqlpp
|
||||
static void _()
|
||||
{
|
||||
static_assert(wrong_t<T>::value, "insert values required, e.g. set(...) or default_values()");
|
||||
};
|
||||
}
|
||||
};
|
||||
|
||||
// NO INSERT COLUMNS/VALUES YET
|
||||
|
@ -147,7 +147,7 @@ namespace sqlpp
|
||||
static void _()
|
||||
{
|
||||
static_assert(wrong_t<T>::value, "update assignments required, i.e. set(...)");
|
||||
};
|
||||
}
|
||||
};
|
||||
|
||||
struct no_update_list_t
|
||||
|
@ -192,7 +192,7 @@ namespace sqlpp
|
||||
static_assert(not detail::has_duplicates<Args...>::value, "at least one duplicate argument detected in using()");
|
||||
|
||||
return { static_cast<const derived_statement_t<Policies>&>(*this), using_data_t<Database, Args...>{args...} };
|
||||
};
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user