enable -Wpedantic and fix all the warnings

Conflicts:
	examples/select.cpp
	include/sqlpp11/interpret_tuple.h
	include/sqlpp11/type_traits.h
This commit is contained in:
TyRoXx
2015-02-04 21:43:10 +01:00
committed by rbock
parent 25883fc8ea
commit 3cef1a1217
11 changed files with 103 additions and 100 deletions

View File

@@ -37,7 +37,7 @@
static constexpr bool some_condition = true;
static constexpr bool some_other_condition = false;
SQLPP_ALIAS_PROVIDER(cheesecake);
SQLPP_ALIAS_PROVIDER(cheesecake)
MockDb db;