Selaa lähdekoodia

Comparison simplified.

main
offa 3 vuotta sitten
vanhempi
commit
f7fd770726
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      include/unique_resource.h

+ 1
- 1
include/unique_resource.h Näytä tiedosto

@@ -213,7 +213,7 @@ namespace sr
{
unique_resource<std::decay_t<R>, std::decay_t<D>> ur{std::forward<R>(r), std::forward<D>(d)};

if( bool(r == invalid) == true )
if( bool(r == invalid) )
{
ur.release();
}

Loading…
Peruuta
Tallenna