You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation of the runtime selection library in it's current state only supports std::list and the intermediate selections from chains in the following operations: select_any, select_any_where, select_many, select_many_where
This causes compilation errors when a .one() is called on a set.
The text was updated successfully, but these errors were encountered:
abelhegedus
changed the title
Runtime selection library only supports std::list as a collection.
Runtime selection library only supports std::list as a collection
Nov 16, 2015
The current implementation of the runtime selection library in it's current state only supports
std::list
and the intermediate selections from chains in the following operations:select_any
,select_any_where
,select_many
,select_many_where
This causes compilation errors when a
.one()
is called on a set.The text was updated successfully, but these errors were encountered: