Add begin/end to portable static assert to make error messages a bit shorter

This commit is contained in:
rbock
2016-09-03 12:35:40 +02:00
parent 827c8dbf61
commit 83d5147cd1

View File

@@ -40,6 +40,8 @@ namespace sqlpp
{ \
static_assert(wrong_t<T...>::value, message); \
} \
auto begin() const -> void; \
auto end() const -> void; \
}
namespace detail