pocoproject / poco

The POCO C++ Libraries are powerful cross-platform C++ libraries for building network- and internet-based applications that run on desktop, server, mobile, IoT, and embedded systems.
https://pocoproject.org
Other
8.05k stars 2.11k forks source link

Optional and Nullable Improvements #4502

Open aleks-f opened 3 months ago

aleks-f commented 3 months ago
obiltschnig commented 3 months ago

One point of Poco::Nullable and Poco::Optional was to avoid heap allocations, so Poco::Nullable should be implemented with std::optional as well.