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
Some containers may not provide proper value_type member, and the user can still manually passing its element type as Key or Data template parameter to indexing_suite. So indexing_suite already know the container's value type, and does not need containers to have ::value_type. Its detailed implementation should then directly reading it from indexing_suite, not from Container::value_type again.
The text was updated successfully, but these errors were encountered:
see code here
Some containers may not provide proper
value_type
member, and the user can still manually passing its element type asKey
orData
template parameter toindexing_suite
. Soindexing_suite
already know the container's value type, and does not need containers to have::value_type
. Its detailed implementation should then directly reading it fromindexing_suite
, not fromContainer::value_type
again.The text was updated successfully, but these errors were encountered: