mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-01-04 04:00:39 -06:00
Use clang-tidy modernize fixes
This commit is contained in:
@@ -107,7 +107,7 @@ namespace sqlpp
|
||||
|
||||
inline auto insert() -> blank_insert_t<void>
|
||||
{
|
||||
return {blank_insert_t<void>()};
|
||||
return {};
|
||||
}
|
||||
|
||||
template <typename Table>
|
||||
|
||||
Reference in New Issue
Block a user