* include/experimental/memory: Correct feature-test macro.

From-SVN: r222708
This commit is contained in:
Jonathan Wakely 2015-05-01 22:26:24 +01:00 committed by Jonathan Wakely
parent 64b07900f1
commit b275f0cbe5
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2015-05-01 Jonathan Wakely <jwakely@redhat.com>
* include/experimental/memory: Correct feature-test macro.
* include/experimental/memory: Add feature-test macro.
* include/experimental/vector: Likewise.
* doc/xml/manual/status_cxx2017.xml: Update status.

View file

@ -52,7 +52,7 @@ inline namespace fundamentals_v2
{
_GLIBCXX_BEGIN_NAMESPACE_VERSION
#define __cpp_lib_experimental_not_fn 201411
#define __cpp_lib_experimental_observer_ptr 201411
template <typename _Tp>
class observer_ptr