Explorar el Código

Type trait fixed.

main
offa hace 7 años
padre
commit
875ce20fc7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      include/detail/scope_guard_base.h

+ 1
- 1
include/detail/scope_guard_base.h Ver fichero

{ {
// 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;

Cargando…
Cancelar
Guardar