* include/experimental/memory: Correct feature-test macro.
From-SVN: r222708
This commit is contained in:
parent
64b07900f1
commit
b275f0cbe5
2 changed files with 3 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue