File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
libcxx/include/experimental Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -207,8 +207,8 @@ private:
207
207
208
208
public:
209
209
210
- template <class _Up > friend _LIBCPP_CONSTEXPR const _Up& experimental::get_underlying (const propagate_const<_Up>& __pu) _NOEXCEPT;
211
- template <class _Up > friend _LIBCPP_CONSTEXPR _Up& experimental::get_underlying (propagate_const<_Up>& __pu) _NOEXCEPT;
210
+ template <class _Up > friend _LIBCPP_CONSTEXPR const _Up& experimental::fundamentals_v2:: get_underlying (const propagate_const<_Up>& __pu) _NOEXCEPT;
211
+ template <class _Up > friend _LIBCPP_CONSTEXPR _Up& experimental::fundamentals_v2:: get_underlying (propagate_const<_Up>& __pu) _NOEXCEPT;
212
212
213
213
_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR propagate_const () = default;
214
214
You can’t perform that action at this time.
0 commit comments