Use of C++0x keyword as identifier
boost/concept/usage.hpp defines a namespace "concept". "concept" will be a keyword in C++0x, breaking this code.
Change History
(5)
Description: |
modified (diff)
|
Owner: |
changed from david_abrahams to Dave Abrahams
|
Severity: |
→ Showstopper
|
Status: |
assigned → new
|
Milestone: |
→ Boost 1.35.0
|
Severity: |
Showstopper → Problem
|
Status: |
new → assigned
|
Resolution: |
None → fixed
|
Status: |
assigned → closed
|
Milestone: |
Boost 1.36.0 → Boost 1.41.0
|
Resolution: |
fixed
|
Status: |
closed → reopened
|
Version: |
None → Boost Release Branch
|
Resolution: |
→ fixed
|
Status: |
reopened → closed
|
(In [53751]) concept:: => concepts:: fixes #865