
18 Apr
2013
18 Apr
'13
6:42 a.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
2: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
4444
Age (days ago)
4445
Last active (days ago)
1 comments
2 participants
participants (2)
-
Eric Niebler
-
Rob.Conde@ai-solutions.com