
18 Apr
2013
18 Apr
'13
12:42 p.m.
Is there a reason why boost::cmatch.size() returns size_type, but boost::cmatch operator[] takes int? Thanks, Rob Conde

19 Apr
19 Apr
8:25 p.m.
On 13-04-18 05:42 AM, Rob.Conde@ai-solutions.com wrote:
Is there a reason why boost::cmatch.size() returns size_type, but boost::cmatch operator[] takes int?
Looks like a bug to me. std::match_results::operator[] takes size_type, and boost::match_results should follow suit. I suggest filing the bug. -- Eric Niebler Boost.org
4365
Age (days ago)
4366
Last active (days ago)
1 comments
2 participants
participants (2)
-
Eric Niebler
-
Rob.Conde@ai-solutions.com