mirror of git://gcc.gnu.org/git/gcc.git
* include/experimental/memory: Correct feature-test macro.
From-SVN: r222708
This commit is contained in:
parent
64b07900f1
commit
b275f0cbe5
|
|
@ -1,5 +1,7 @@
|
||||||
2015-05-01 Jonathan Wakely <jwakely@redhat.com>
|
2015-05-01 Jonathan Wakely <jwakely@redhat.com>
|
||||||
|
|
||||||
|
* include/experimental/memory: Correct feature-test macro.
|
||||||
|
|
||||||
* include/experimental/memory: Add feature-test macro.
|
* include/experimental/memory: Add feature-test macro.
|
||||||
* include/experimental/vector: Likewise.
|
* include/experimental/vector: Likewise.
|
||||||
* doc/xml/manual/status_cxx2017.xml: Update status.
|
* doc/xml/manual/status_cxx2017.xml: Update status.
|
||||||
|
|
|
||||||
|
|
@ -52,7 +52,7 @@ inline namespace fundamentals_v2
|
||||||
{
|
{
|
||||||
_GLIBCXX_BEGIN_NAMESPACE_VERSION
|
_GLIBCXX_BEGIN_NAMESPACE_VERSION
|
||||||
|
|
||||||
#define __cpp_lib_experimental_not_fn 201411
|
#define __cpp_lib_experimental_observer_ptr 201411
|
||||||
|
|
||||||
template <typename _Tp>
|
template <typename _Tp>
|
||||||
class observer_ptr
|
class observer_ptr
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue