Commit e92e7c15 by Jonathan Wakely Committed by Jonathan Wakely

* include/bits/ptr_traits.h: Include <bits/move.h> for addressof.

From-SVN: r226985
parent 4c2b10d6
2015-08-18 Jonathan Wakely <jwakely@redhat.com> 2015-08-18 Jonathan Wakely <jwakely@redhat.com>
* include/bits/ptr_traits.h: Include <bits/move.h> for addressof.
PR libstdc++/67066 PR libstdc++/67066
* doc/xml/manual/configure.xml (manual.intro.setup.configure): Add * doc/xml/manual/configure.xml (manual.intro.setup.configure): Add
caveats for --enable-concept-checks. Improve link text. caveats for --enable-concept-checks. Improve link text.
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
#if __cplusplus >= 201103L #if __cplusplus >= 201103L
#include <type_traits> #include <bits/move.h>
namespace std _GLIBCXX_VISIBILITY(default) namespace std _GLIBCXX_VISIBILITY(default)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment