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 John Maddock, 14 years ago

Owner: changed from John Maddock to Daniel James

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.

comment:2 by Daniel James, 14 years ago

Status: newassigned

comment:3 by Daniel James, 14 years ago

(In [48939]) Add tests for BOOST_NO_INITIALIZER_LISTS. Refs #2332

comment:4 by Daniel James, 14 years ago

Milestone: To Be DeterminedBoost 1.38.0
Resolution: fixed
Status: assignedclosed

Fixed in [50118] in trunk, [50451] in release.

Note: See TracTickets for help on using tickets.