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
Build fix for clang 3.8.
main
offa
hace 7 años
padre
5e610e63e4
commit
cb8706d97a
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
+1
-1
test/ScopeGuardTest.cpp
+ 1
- 1
test/ScopeGuardTest.cpp
Ver fichero
@@ -34,7 +34,7 @@ namespace
struct ThrowOnCopyMock
{
ThrowOnCopyMock()
= default;
ThrowOnCopyMock()
{ }
ThrowOnCopyMock(const ThrowOnCopyMock&)
{
Escribir
Vista previa
Cargando…
Cancelar
Guardar