Hacker News new | ask | show | jobs
by guillaumec 4370 days ago
Gcc cleanup extension works very well for RAII, I used it extensively to write a simple profiler for a video game project (just add 'PROFILE' on top of a function to have it automatically profiled). The only problem is that this is not supported by MSVC.
1 comments

It is supported by clang though. Maybe you could use clang-cl to get it into msvc no?