Opened 13 years ago

Closed 13 years ago

#4114 closed Bugs (fixed)

[regex] concept_check regression test failure on c++0x compilers

Reported by: rwebb <richard.webb@…> Owned by: John Maddock
Milestone: Boost 1.43.0 Component: regex
Version: Boost Development Trunk Severity: Problem
Keywords: Cc:

Description

The concept_check regression test has some failures on c++0x compilers (gcc4 in c++0x mode, vc10) due to ambiguituies between boost::ref and std::ref. e.g.

http://tinyurl.com/y5krovj

qualifying the calls with boost:: avoids the problem.

Attachments (1)

concepts.diff (10.6 KB ) - added by rwebb <richard.webb@…> 13 years ago.

Download all attachments as: .zip

Change History (2)

by rwebb <richard.webb@…>, 13 years ago

Attachment: concepts.diff added

comment:1 by John Maddock, 13 years ago

Resolution: fixed
Status: newclosed

(In [61430]) Disambiguate between boost::ref and std:ref etc. Suppress some new warnings from VC-10. Fix singular iterator logic (fixes VC-10 failures). Fixes #4114. Fixes #3632

Note: See TracTickets for help on using tickets.