Replies: 2 comments 5 replies
-
|
I believe that leak detection and GTest integration are the only features that rely on "less-than-standard" language constructs. Both of these features are optional and can be disabled. |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
@geipel I assume you are only talking about standard library support? The memory leak detection always clashed with standard library, so I would assume there are no changes required. Is that correct? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This library manipulates the STL to support features like memory leak detection.
It seems unlikely that this will work without changes for C++20.
The last release was over four years ago. Is there a plan for updated releases?
Beta Was this translation helpful? Give feedback.
All reactions