Use clang-tidy modernize fixes

This commit is contained in:
rbock
2017-09-10 15:40:54 +02:00
parent a17a78c5c2
commit 0d6c63ce20
10 changed files with 24 additions and 22 deletions

View File

@@ -107,7 +107,7 @@ namespace sqlpp
inline auto insert() -> blank_insert_t<void>
{
return {blank_insert_t<void>()};
return {};
}
template <typename Table>