diff --git a/src/MemoryX.h b/src/MemoryX.h index 8072c0d8e..34cbe3c34 100644 --- a/src/MemoryX.h +++ b/src/MemoryX.h @@ -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