Opened 14 years ago
Closed 14 years ago
#2332 closed Feature Requests (fixed)
Config macro for Initializer lists
Reported by: | Daniel James | Owned by: | Daniel James |
---|---|---|---|
Milestone: | Boost 1.38.0 | Component: | config |
Version: | Boost 1.36.0 | Severity: | Not Applicable |
Keywords: | Cc: |
Description
Gcc 4.4 is going to have support for initializer lists, so it'd be good to have the appropriate config macro. I'll do the work if necessary. I'm going to try to add initializer list support to the unordered containers in 1.38, so I would do it alongside that.
Change History (4)
comment:1 by , 14 years ago
Owner: | changed from | to
---|
comment:2 by , 14 years ago
Status: | new → assigned |
---|
comment:4 by , 14 years ago
Milestone: | To Be Determined → Boost 1.38.0 |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Please go ahead and add this as I don't have access to gcc-4.4 at present.
I'm guessing this will be BOOST_NO_INITIALIZER_LISTS, and can be added to the C++0x unsupported features list?
If there's anything in http://www.boost.org/doc/libs/1_36_0/libs/config/doc/html/boost_config/guidelines_for_boost_authors.html#boost_config.guidelines_for_boost_authors.adding_new_defect_macros which doesn't make sense (or doesn't work!) then ping me again. Otherwise assigning to back to you.
John.