mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-01-05 20:50:34 -06:00
Fixed value_list for sets
This commit is contained in:
@@ -109,7 +109,7 @@ namespace sqlpp
|
||||
{
|
||||
if (t._container.size() == 1)
|
||||
{
|
||||
return serialize(value(t._container[0]), context);
|
||||
return serialize(value(*begin(t._container)), context);
|
||||
}
|
||||
|
||||
bool first = true;
|
||||
|
||||
Reference in New Issue
Block a user