Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Kirjaudu sisään
visus
/
scope-guard
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Pull-pyynnöt
0
Julkaisut
0
Wiki
Activity
Selaa lähdekoodia
Returntype of get() has been fixed in the updated version R6 of the
proposal (
fixes
#104
).
main
offa
7 vuotta sitten
vanhempi
8b39138593
commit
3d950891af
1 muutettua tiedostoa
jossa
1 lisäystä
ja
1 poistoa
Jaettu näkymä
Näytä diff tilastot
+1
-1
include/unique_resource.h
+ 1
- 1
include/unique_resource.h
Näytä tiedosto
@@ -112,7 +112,7 @@ namespace sr
m_execute_on_destruction = false;
}
decltype(auto)
get() const noexcept
const R&
get() const noexcept
{
return m_resource.get();
}
Write
Preview
Loading…
Peruuta
Tallenna