1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-05 06:09:47 +02:00

A comment about Maybe resembling std::optional...

... which should replace it if we migrate to C++17.
This commit is contained in:
Paul Licameli 2018-11-04 10:55:21 -05:00
parent 38005054f4
commit 0524dc5880

View File

@ -193,6 +193,8 @@ public:
You might also use it as a member.
Initialize with create(), then use like a smart pointer,
with *, ->, get(), reset(), or in if()
Like std::optional of C++17 but with other member naming conventions
*/
// Placement-NEW is used below, and that does not cooperate with the DEBUG_NEW for Visual Studio