Commit f75d5999 by Tim Shen Committed by Tim Shen

variant: include bits/move.h for std::addressof.

2016-09-05  Tim Shen  <timshen@google.com>

	* include/std/variant: include bits/move.h for std::addressof.

From-SVN: r240001
parent de9188e0
2016-09-05 Tim Shen <timshen@google.com>
* include/std/variant: include bits/move.h for std::addressof.
2016-09-05 Mikhail Strelnikov <mikhail.strelnikov@gmail.com> 2016-09-05 Mikhail Strelnikov <mikhail.strelnikov@gmail.com>
* include/std/variant (_Variant_storage::_M_storage()): Use std::addressof * include/std/variant (_Variant_storage::_M_storage()): Use std::addressof
......
...@@ -38,6 +38,7 @@ ...@@ -38,6 +38,7 @@
#include <type_traits> #include <type_traits>
#include <utility> #include <utility>
#include <bits/enable_special_members.h> #include <bits/enable_special_members.h>
#include <bits/move.h>
#include <bits/uses_allocator.h> #include <bits/uses_allocator.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