Opened 13 years ago
Closed 13 years ago
#4114 closed Bugs (fixed)
[regex] concept_check regression test failure on c++0x compilers
Reported by: | 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.
qualifying the calls with boost:: avoids the problem.
Attachments (1)
Change History (2)
by , 13 years ago
Attachment: | concepts.diff added |
---|
comment:1 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(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