offa 7 роки тому
джерело
коміт
875ce20fc7
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      include/detail/scope_guard_base.h

+ 1
- 1
include/detail/scope_guard_base.h Переглянути файл

{ {
// From P0550 // From P0550
template<class T> template<class T>
using remove_cvref = std::remove_cv_t<std::remove_reference_t<T>>;
using remove_cvref = std::remove_cv<std::remove_reference<T>>;


template<class T> template<class T>
using remove_cvref_t = typename remove_cvref<T>::type; using remove_cvref_t = typename remove_cvref<T>::type;

Завантаження…
Відмінити
Зберегти