jileventreur / collect

Inspired by rust collect for cpp23
Creative Commons Zero v1.0 Universal
5 stars 0 forks source link

Bug with ctad collect call on associative container #1

Open jileventreur opened 2 weeks ago

jileventreur commented 2 weeks ago

ranges::collect<std::map>(vecOfPairs) doesnt work.

I think I need to follow the ranges::to ctad construction pattern to support this