mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-05 14:18:53 +02:00
A comment about Maybe resembling std::optional...
... which should replace it if we migrate to C++17.
This commit is contained in:
parent
38005054f4
commit
0524dc5880
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user