mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-19 15:11:08 +08:00
Revert addition of feature macros from other headers per latest SD-6.
2015-05-02 Edward Smith-Rowland <3dw4rd@verizon.net> Revert addition of feature macros from other headers per latest SD-6. * include/experimental/deque: Remove feature-test macro. * include/experimental/forward_list: Ditto. * include/experimental/list: Ditto. * include/experimental/map: Ditto. * include/experimental/set: Ditto. * include/experimental/string: Ditto. * include/experimental/unordered_map: Ditto. * include/experimental/unordered_set: Ditto. From-SVN: r222722
This commit is contained in:
parent
9407c6fa53
commit
fe4b6acbff
@ -1,3 +1,15 @@
|
||||
2015-05-02 Edward Smith-Rowland <3dw4rd@verizon.net>
|
||||
|
||||
Revert addition of feature macros from other headers per latest SD-6.
|
||||
* include/experimental/deque: Remove feature-test macro.
|
||||
* include/experimental/forward_list: Ditto.
|
||||
* include/experimental/list: Ditto.
|
||||
* include/experimental/map: Ditto.
|
||||
* include/experimental/set: Ditto.
|
||||
* include/experimental/string: Ditto.
|
||||
* include/experimental/unordered_map: Ditto.
|
||||
* include/experimental/unordered_set: Ditto.
|
||||
|
||||
2015-05-02 Jonathan Wakely <jwakely@redhat.com>
|
||||
|
||||
* include/experimental/any (any::_Storage): Make non-copyable.
|
||||
|
@ -46,8 +46,6 @@ inline namespace fundamentals_v2
|
||||
{
|
||||
_GLIBCXX_BEGIN_NAMESPACE_VERSION
|
||||
|
||||
#define __cpp_lib_experimental_erase_if 201411
|
||||
|
||||
template<typename _Tp, typename _Alloc, typename _Predicate>
|
||||
void
|
||||
erase_if(deque<_Tp, _Alloc>& __cont, _Predicate __pred)
|
||||
|
@ -45,8 +45,6 @@ inline namespace fundamentals_v2
|
||||
{
|
||||
_GLIBCXX_BEGIN_NAMESPACE_VERSION
|
||||
|
||||
#define __cpp_lib_experimental_erase_if 201411
|
||||
|
||||
template<typename _Tp, typename _Alloc, typename _Predicate>
|
||||
inline void
|
||||
erase_if(forward_list<_Tp, _Alloc>& __cont, _Predicate __pred)
|
||||
|
@ -45,8 +45,6 @@ inline namespace fundamentals_v2
|
||||
{
|
||||
_GLIBCXX_BEGIN_NAMESPACE_VERSION
|
||||
|
||||
#define __cpp_lib_experimental_erase_if 201411
|
||||
|
||||
template<typename _Tp, typename _Alloc, typename _Predicate>
|
||||
inline void
|
||||
erase_if(list<_Tp, _Alloc>& __cont, _Predicate __pred)
|
||||
|
@ -46,8 +46,6 @@ inline namespace fundamentals_v2
|
||||
{
|
||||
_GLIBCXX_BEGIN_NAMESPACE_VERSION
|
||||
|
||||
#define __cpp_lib_experimental_erase_if 201411
|
||||
|
||||
template<typename _Key, typename _Tp, typename _Compare, typename _Alloc,
|
||||
typename _Predicate>
|
||||
inline void
|
||||
|
@ -46,8 +46,6 @@ inline namespace fundamentals_v2
|
||||
{
|
||||
_GLIBCXX_BEGIN_NAMESPACE_VERSION
|
||||
|
||||
#define __cpp_lib_experimental_erase_if 201411
|
||||
|
||||
template<typename _Key, typename _Compare, typename _Alloc,
|
||||
typename _Predicate>
|
||||
inline void
|
||||
|
@ -46,8 +46,6 @@ inline namespace fundamentals_v2
|
||||
{
|
||||
_GLIBCXX_BEGIN_NAMESPACE_VERSION
|
||||
|
||||
#define __cpp_lib_experimental_erase_if 201411
|
||||
|
||||
template<typename _CharT, typename _Traits, typename _Alloc,
|
||||
typename _Predicate>
|
||||
inline void
|
||||
|
@ -46,8 +46,6 @@ inline namespace fundamentals_v2
|
||||
{
|
||||
_GLIBCXX_BEGIN_NAMESPACE_VERSION
|
||||
|
||||
#define __cpp_lib_experimental_erase_if 201411
|
||||
|
||||
template<typename _Key, typename _Tp, typename _Hash, typename _CPred,
|
||||
typename _Alloc, typename _Predicate>
|
||||
inline void
|
||||
|
@ -46,8 +46,6 @@ inline namespace fundamentals_v2
|
||||
{
|
||||
_GLIBCXX_BEGIN_NAMESPACE_VERSION
|
||||
|
||||
#define __cpp_lib_experimental_erase_if 201411
|
||||
|
||||
template<typename _Key, typename _Hash, typename _CPred, typename _Alloc,
|
||||
typename _Predicate>
|
||||
inline void
|
||||
|
Loading…
x
Reference in New Issue
Block a user