cginternals / cginternals/cppexpose
Add nullptr semantics to Connection and ScopedConnection
Abierto
decision required
- Lenguaje dominante
- C
- Estrellas
- 28
- Forks
- 12
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
The c++ standard library uses `nullptr` to mean "empty" not only for pointers (e.g., `std::function`). I suggest to add the same semantics to `Connection` and `ScopedConnection`, i.e., assigning and comparing with `nullptr` has the same effect as assigning and comparing with a default constructed `[Scoped]Connection`.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.