<ranges>
: Poor error message when ranges::to
cannot find a way to create the result
#4562
Labels
<ranges>
: Poor error message when ranges::to
cannot find a way to create the result
#4562
Currently, if
ranges::to
cannot create the result, the error message just says "the program is ill-formed per N4950 [range.utility.conv.to]/2.3".STL/stl/inc/ranges
Line 10377 in be81252
This doesn't help an average user to understand the problem.
It should be possible to give a more detailed message. What I have in mind:
The text was updated successfully, but these errors were encountered: