4a15d84228
2017-07-23 François Dumont <fdumont@gcc.gnu.org> PR libstdc++/81064 * include/bits/algorithmfwd.h: Reorganize versioned namespace. * include/bits/basic_string.h: Likewise. * include/bits/c++config: Likewise. * include/bits/deque.tcc: Likewise. * include/bits/forward_list.h: Likewise. * include/bits/forward_list.tcc: Likewise. * include/bits/hashtable_policy.h: Likewise. * include/bits/list.tcc: Likewise. * include/bits/move.h: Likewise. * include/bits/quoted_string.h: Likewise. * include/bits/random.h: Likewise. * include/bits/random.tcc: Likewise. * include/bits/regex.h: Likewise. * include/bits/regex.tcc: Likewise. * include/bits/regex_automaton.h: Likewise. * include/bits/regex_automaton.tcc: Likewise. * include/bits/regex_compiler.h: Likewise. * include/bits/regex_compiler.tcc: Likewise. * include/bits/regex_constants.h: Likewise. * include/bits/regex_error.h: Likewise. * include/bits/regex_executor.h: Likewise. * include/bits/regex_executor.tcc: Likewise. * include/bits/regex_scanner.h: Likewise. * include/bits/regex_scanner.tcc: Likewise. * include/bits/specfun.h: Likewise. * include/bits/stl_algo.h: Likewise. * include/bits/stl_algobase.h: Likewise. * include/bits/stl_bvector.h: Likewise. * include/bits/stl_deque.h: Likewise. * include/bits/stl_iterator.h: Likewise. * include/bits/stl_iterator_base_funcs.h: Likewise. * include/bits/stl_list.h: Likewise. * include/bits/stl_map.h: Likewise. * include/bits/stl_multimap.h: Likewise. * include/bits/stl_multiset.h: Likewise. * include/bits/stl_relops.h: Likewise. * include/bits/stl_set.h: Likewise. * include/bits/stl_vector.h: Likewise. * include/bits/uniform_int_dist.h: Likewise. * include/bits/unordered_map.h: Likewise. * include/bits/unordered_set.h: Likewise. * include/bits/vector.tcc: Likewise. * include/c_global/cmath: Likewise. * include/c_std/cmath: Likewise. * include/decimal/decimal: Likewise. * include/decimal/decimal.h: Likewise. * include/experimental/algorithm: Likewise. * include/experimental/any: Likewise. * include/experimental/array: Likewise. * include/experimental/bits/erase_if.h: Likewise. * include/experimental/bits/fs_dir.h: Likewise. * include/experimental/bits/fs_fwd.h: Likewise. * include/experimental/bits/fs_ops.h: Likewise. * include/experimental/bits/fs_path.h: Likewise. * include/experimental/bits/lfts_config.h: Likewise. * include/experimental/bits/shared_ptr.h: Likewise. * include/experimental/bits/string_view.tcc: Likewise. * include/experimental/chrono: Likewise. * include/experimental/deque: Likewise. * include/experimental/filesystem: Likewise. * include/experimental/forward_list: Likewise. * include/experimental/functional: Likewise. * include/experimental/iterator: Likewise. * include/experimental/list: Likewise. * include/experimental/map: Likewise. * include/experimental/memory: Likewise. * include/experimental/memory_resource: Likewise. * include/experimental/numeric: Likewise. * include/experimental/optional: Likewise. * include/experimental/propagate_const: Likewise. * include/experimental/random: Likewise. * include/experimental/ratio: Likewise. * include/experimental/regex: Likewise. * include/experimental/set: Likewise. * include/experimental/source_location: Likewise. * include/experimental/string: Likewise. * include/experimental/string_view: Likewise. * include/experimental/system_error: Likewise. * include/experimental/tuple: Likewise. * include/experimental/type_traits: Likewise. * include/experimental/unordered_map: Likewise. * include/experimental/unordered_set: Likewise. * include/experimental/utility: Likewise. * include/experimental/vector: Likewise. * include/ext/bitmap_allocator.h: Likewise. * include/ext/codecvt_specializations.h: Likewise. * include/ext/rope: Likewise. * include/ext/typelist.h: Likewise. * include/std/chrono: Likewise. * include/std/complex: Likewise. * include/std/functional: Likewise. * include/std/numeric: Likewise. * include/std/string_view: Likewise. * include/std/thread: Likewise. * include/std/variant: Likewise. * include/tr1/array: Likewise. * include/tr1/bessel_function.tcc: Likewise. * include/tr1/beta_function.tcc: Likewise. * include/tr1/cmath: Likewise. * include/tr1/complex: Likewise. * include/tr1/ell_integral.tcc: Likewise. * include/tr1/exp_integral.tcc: Likewise. * include/tr1/functional: Likewise. * include/tr1/functional_hash.h: Likewise. * include/tr1/gamma.tcc: Likewise. * include/tr1/hashtable.h: Likewise. * include/tr1/hashtable_policy.h: Likewise. * include/tr1/hypergeometric.tcc: Likewise. * include/tr1/legendre_function.tcc: Likewise. * include/tr1/modified_bessel_func.tcc: Likewise. * include/tr1/poly_hermite.tcc: Likewise. * include/tr1/poly_laguerre.tcc: Likewise. * include/tr1/random.h: Likewise. * include/tr1/random.tcc: Likewise. * include/tr1/regex: Likewise. * include/tr1/riemann_zeta.tcc: Likewise. * include/tr1/shared_ptr.h: Likewise. * include/tr1/special_function_util.h: Likewise. * include/tr1/tuple: Likewise. * include/tr1/type_traits: Likewise. * include/tr1/unordered_map.h: Likewise. * include/tr1/unordered_set.h: Likewise. * include/tr1/utility: Likewise. * include/tr2/bool_set: Likewise. * include/tr2/bool_set.tcc: Likewise. * include/tr2/dynamic_bitset: Likewise. * include/tr2/dynamic_bitset.tcc: Likewise. * include/tr2/ratio: Likewise. * include/tr2/type_traits: Likewise. * src/c++11/chrono.cc: Likewise. * src/c++11/compatibility-c++0x.cc: Likewise. * src/c++11/compatibility-chrono.cc: Likewise. * src/c++11/cxx11-shim_facets.cc: Likewise. * src/c++11/hashtable_c++0x.cc: Likewise. * src/c++11/placeholders.cc: Likewise. * src/c++11/thread.cc: Likewise. * src/c++98/bitmap_allocator.cc: Likewise. * src/c++98/hashtable_tr1.cc: Likewise. * src/c++98/list.cc: Likewise. * src/shared/hashtable-aux.cc: Likewise. * testsuite/20_util/duration/literals/range.cc: Adapt line number. * testsuite/20_util/duration/requirements/typedefs_neg1.cc: Likewise. * testsuite/20_util/duration/requirements/typedefs_neg2.cc: Likewise. * testsuite/20_util/duration/requirements/typedefs_neg3.cc: Likewise. * testsuite/20_util/forward/c_neg.cc: Likewise. * testsuite/20_util/forward/f_neg.cc: Likewise. * testsuite/26_numerics/gcd/gcd_neg.cc: Likewise. * testsuite/26_numerics/lcm/lcm_neg.cc: Likewise. * testsuite/26_numerics/random/pr60037-neg.cc: Likewise. * python/libstdcxx/v6/printers.py: Adapt. From-SVN: r250458
258 lines
5.9 KiB
C++
258 lines
5.9 KiB
C++
// <experimental/memory> -*- C++ -*-
|
||
|
||
// Copyright (C) 2015-2017 Free Software Foundation, Inc.
|
||
//
|
||
// This file is part of the GNU ISO C++ Library. This library is free
|
||
// software; you can redistribute it and/or modify it under the
|
||
// terms of the GNU General Public License as published by the
|
||
// Free Software Foundation; either version 3, or (at your option)
|
||
// any later version.
|
||
|
||
// This library is distributed in the hope that it will be useful,
|
||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||
// GNU General Public License for more details.
|
||
|
||
// Under Section 7 of GPL version 3, you are granted additional
|
||
// permissions described in the GCC Runtime Library Exception, version
|
||
// 3.1, as published by the Free Software Foundation.
|
||
|
||
// You should have received a copy of the GNU General Public License and
|
||
// a copy of the GCC Runtime Library Exception along with this program;
|
||
// see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
|
||
// <http://www.gnu.org/licenses/>.
|
||
|
||
/** @file experimental/memory
|
||
* This is a TS C++ Library header.
|
||
*/
|
||
|
||
//
|
||
// N4336 Working Draft, C++ Extensions for Library Fundamentals, Version 2
|
||
//
|
||
|
||
#ifndef _GLIBCXX_EXPERIMENTAL_MEMORY
|
||
#define _GLIBCXX_EXPERIMENTAL_MEMORY 1
|
||
|
||
#pragma GCC system_header
|
||
|
||
#if __cplusplus <= 201103L
|
||
# include <bits/c++14_warning.h>
|
||
#else
|
||
|
||
#include <memory>
|
||
#include <type_traits>
|
||
#include <utility>
|
||
#include <experimental/bits/shared_ptr.h>
|
||
#include <bits/functional_hash.h>
|
||
|
||
namespace std _GLIBCXX_VISIBILITY(default)
|
||
{
|
||
_GLIBCXX_BEGIN_NAMESPACE_VERSION
|
||
|
||
namespace experimental
|
||
{
|
||
inline namespace fundamentals_v2
|
||
{
|
||
#define __cpp_lib_experimental_observer_ptr 201411
|
||
|
||
template <typename _Tp>
|
||
class observer_ptr
|
||
{
|
||
public:
|
||
// publish our template parameter and variations thereof
|
||
using element_type = _Tp;
|
||
using __pointer = add_pointer_t<_Tp>; // exposition-only
|
||
using __reference = add_lvalue_reference_t<_Tp>; // exposition-only
|
||
|
||
// 3.2.2, observer_ptr constructors
|
||
// default c’tor
|
||
constexpr observer_ptr() noexcept
|
||
: __t()
|
||
{ }
|
||
|
||
// pointer-accepting c’tors
|
||
constexpr observer_ptr(nullptr_t) noexcept
|
||
: __t()
|
||
{ }
|
||
|
||
constexpr explicit observer_ptr(__pointer __p) noexcept
|
||
: __t(__p)
|
||
{ }
|
||
|
||
// copying c’tors (in addition to compiler-generated copy c’tor)
|
||
template <typename _Up,
|
||
typename = typename enable_if<
|
||
is_convertible<typename add_pointer<_Up>::type, __pointer
|
||
>::value
|
||
>::type>
|
||
constexpr observer_ptr(observer_ptr<_Up> __p) noexcept
|
||
: __t(__p.get())
|
||
{
|
||
}
|
||
|
||
// 3.2.3, observer_ptr observers
|
||
constexpr __pointer
|
||
get() const noexcept
|
||
{
|
||
return __t;
|
||
}
|
||
|
||
constexpr __reference
|
||
operator*() const
|
||
{
|
||
return *get();
|
||
}
|
||
|
||
constexpr __pointer
|
||
operator->() const noexcept
|
||
{
|
||
return get();
|
||
}
|
||
|
||
constexpr explicit operator bool() const noexcept
|
||
{
|
||
return get() != nullptr;
|
||
}
|
||
|
||
// 3.2.4, observer_ptr conversions
|
||
constexpr explicit operator __pointer() const noexcept
|
||
{
|
||
return get();
|
||
}
|
||
|
||
// 3.2.5, observer_ptr modifiers
|
||
constexpr __pointer
|
||
release() noexcept
|
||
{
|
||
__pointer __tmp = get();
|
||
reset();
|
||
return __tmp;
|
||
}
|
||
|
||
constexpr void
|
||
reset(__pointer __p = nullptr) noexcept
|
||
{
|
||
__t = __p;
|
||
}
|
||
|
||
constexpr void
|
||
swap(observer_ptr& __p) noexcept
|
||
{
|
||
std::swap(__t, __p.__t);
|
||
}
|
||
|
||
private:
|
||
__pointer __t;
|
||
}; // observer_ptr<>
|
||
|
||
template<typename _Tp>
|
||
void
|
||
swap(observer_ptr<_Tp>& __p1, observer_ptr<_Tp>& __p2) noexcept
|
||
{
|
||
__p1.swap(__p2);
|
||
}
|
||
|
||
template<typename _Tp>
|
||
observer_ptr<_Tp>
|
||
make_observer(_Tp* __p) noexcept
|
||
{
|
||
return observer_ptr<_Tp>(__p);
|
||
}
|
||
|
||
template<typename _Tp, typename _Up>
|
||
bool
|
||
operator==(observer_ptr<_Tp> __p1, observer_ptr<_Up> __p2)
|
||
{
|
||
return __p1.get() == __p2.get();
|
||
}
|
||
|
||
template<typename _Tp, typename _Up>
|
||
bool
|
||
operator!=(observer_ptr<_Tp> __p1, observer_ptr<_Up> __p2)
|
||
{
|
||
return !(__p1 == __p2);
|
||
}
|
||
|
||
template<typename _Tp>
|
||
bool
|
||
operator==(observer_ptr<_Tp> __p, nullptr_t) noexcept
|
||
{
|
||
return !__p;
|
||
}
|
||
|
||
template<typename _Tp>
|
||
bool
|
||
operator==(nullptr_t, observer_ptr<_Tp> __p) noexcept
|
||
{
|
||
return !__p;
|
||
}
|
||
|
||
template<typename _Tp>
|
||
bool
|
||
operator!=(observer_ptr<_Tp> __p, nullptr_t) noexcept
|
||
{
|
||
return bool(__p);
|
||
}
|
||
|
||
template<typename _Tp>
|
||
bool
|
||
operator!=(nullptr_t, observer_ptr<_Tp> __p) noexcept
|
||
{
|
||
return bool(__p);
|
||
}
|
||
|
||
template<typename _Tp, typename _Up>
|
||
bool
|
||
operator<(observer_ptr<_Tp> __p1, observer_ptr<_Up> __p2)
|
||
{
|
||
return std::less<typename common_type<typename add_pointer<_Tp>::type,
|
||
typename add_pointer<_Up>::type
|
||
>::type
|
||
>{}(__p1.get(), __p2.get());
|
||
}
|
||
|
||
template<typename _Tp, typename _Up>
|
||
bool
|
||
operator>(observer_ptr<_Tp> __p1, observer_ptr<_Up> __p2)
|
||
{
|
||
return __p2 < __p1;
|
||
}
|
||
|
||
template<typename _Tp, typename _Up>
|
||
bool
|
||
operator<=(observer_ptr<_Tp> __p1, observer_ptr<_Up> __p2)
|
||
{
|
||
return !(__p2 < __p1);
|
||
}
|
||
|
||
template<typename _Tp, typename _Up>
|
||
bool
|
||
operator>=(observer_ptr<_Tp> __p1, observer_ptr<_Up> __p2)
|
||
{
|
||
return !(__p1 < __p2);
|
||
}
|
||
} // namespace fundamentals_v2
|
||
} // namespace experimental
|
||
|
||
template <typename _Tp>
|
||
struct hash<experimental::observer_ptr<_Tp>>
|
||
{
|
||
using result_type = size_t;
|
||
using argument_type = experimental::observer_ptr<_Tp>;
|
||
|
||
size_t
|
||
operator()(const experimental::observer_ptr<_Tp>& __t) const
|
||
noexcept(noexcept(hash<typename add_pointer<_Tp>::type> {}(__t.get())))
|
||
{
|
||
return hash<typename add_pointer<_Tp>::type> {}(__t.get());
|
||
}
|
||
};
|
||
|
||
|
||
_GLIBCXX_END_NAMESPACE_VERSION
|
||
} // namespace std
|
||
|
||
#endif // __cplusplus <= 201103L
|
||
|
||
#endif // _GLIBCXX_EXPERIMENTAL_MEMORY
|