mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-01-07 21:50:34 -06:00
Fix cygwin-gcc and cmake problems
Fixed warning in CMake Fixed problem with tuples creation Fixed problem of stream copy constructor usage
This commit is contained in:
@@ -105,7 +105,7 @@ namespace sqlpp
|
||||
insert_list_data_t(Assignments... assignments):
|
||||
_assignments(assignments...),
|
||||
_columns({assignments._lhs}...),
|
||||
_values({assignments._rhs}...)
|
||||
_values(assignments._rhs...)
|
||||
{}
|
||||
|
||||
insert_list_data_t(const insert_list_data_t&) = default;
|
||||
|
||||
Reference in New Issue
Block a user