Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
visus
/
scope-guard
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Type T of reference_wrapper fixed (
fixes
#125
).
main
offa
hace 6 años
padre
488a91851a
commit
f8f77b132e
Se han
modificado 1 ficheros
con
2 adiciones
y
2 borrados
Dividir vista
Mostrar estadísticas de diff
+2
-2
include/detail/wrapper.h
+ 2
- 2
include/detail/wrapper.h
Ver fichero
@@ -105,12 +105,12 @@ namespace sr::detail
}
using type = std::reference_wrapper<T>;
using type = std::reference_wrapper<
std::remove_reference_t<
T
>
>;
private:
std::reference_wrapper<T>
m_value;
type
m_value;
};
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar