mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-01-06 21:20:42 -06:00
Add begin/end to portable static assert to make error messages a bit shorter
This commit is contained in:
@@ -40,6 +40,8 @@ namespace sqlpp
|
||||
{ \
|
||||
static_assert(wrong_t<T...>::value, message); \
|
||||
} \
|
||||
auto begin() const -> void; \
|
||||
auto end() const -> void; \
|
||||
}
|
||||
|
||||
namespace detail
|
||||
|
||||
Reference in New Issue
Block a user