mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
1567e4e3c3
Including new before initializer_list seems to cause problems like: c:\tools\vs2013\vc\include\xutility(1278) : error C2065: 'initializer_list' : undeclared identifier c:\tools\vs2013\vc\include\xutility(1278) : error C2065: '_Ilist' : undeclared identifier c:\tools\vs2013\vc\include\xutility(1281) : error C2433: 'rbegin' : 'inline' not permitted on data declarations c:\tools\vs2013\vc\include\xutility(1281) : error C2365: 'std::rbegin' : redefinition; previous definition was 'function' c:\tools\vs2013\vc\include\xutility(1281) : error C2998: 'std::reverse_iterator<const _Elem*> std::rbegin' : cannot be a template definition c:\tools\vs2013\vc\include\xutility(1284) : error C2065: 'initializer_list' : undeclared identifier c:\tools\vs2013\vc\include\xutility(1284) : error C2065: '_Ilist' : undeclared identifier c:\tools\vs2013\vc\include\xutility(1287) : error C2433: 'rend' : 'inline' not permitted on data declarations c:\tools\vs2013\vc\include\xutility(1287) : error C2365: 'std::rend' : redefinition; previous definition was 'function' c:\tools\vs2013\vc\include\xutility(1287) : error C2998: 'std::reverse_iterator<const _Elem*> std::rend' : cannot be a template definition initializer_list shouldn't very be doing any allocation or throwing exceptions so we should be fine.
26 lines
1.1 KiB
Plaintext
26 lines
1.1 KiB
Plaintext
# To trigger a clobber replace ALL of the textual description below,
|
|
# giving a bug number and a one line description of why a clobber is
|
|
# required. Modifying this file will make configure check that a
|
|
# clobber has been performed before the build can continue.
|
|
#
|
|
# MERGE NOTE: When merging two branches that require a CLOBBER, you should
|
|
# merge both CLOBBER descriptions, to ensure that users on
|
|
# both branches correctly see the clobber warning.
|
|
#
|
|
# O <-- Users coming from both parents need to Clobber
|
|
# / \
|
|
# O O
|
|
# | |
|
|
# O <-- Clobber O <-- Clobber
|
|
#
|
|
# Note: The description below will be part of the error message shown to users.
|
|
#
|
|
# Modifying this file will now automatically clobber the buildbot machines \o/
|
|
#
|
|
|
|
# Are you updating CLOBBER because you think it's needed for your WebIDL
|
|
# changes to stick? As of bug 928195, this shouldn't be necessary! Please
|
|
# don't change CLOBBER for WebIDL changes any more.
|
|
|
|
Bug 1228641 - Remove initializer_list from config/stl-headers
|