Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
visus
/
scope-guard
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
Type T of reference_wrapper fixed (
fixes
#125
).
main
offa
6 anos atrás
pai
488a91851a
commit
f8f77b132e
1 arquivos alterados
com
2 adições
e
2 exclusões
Visão dividida
Mostrar estatísticas do Diff
+2
-2
include/detail/wrapper.h
+ 2
- 2
include/detail/wrapper.h
Ver arquivo
@@ -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;
};
}
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar