Hey all, having a small issue with thread_specific_ptr. I'm a MSVC user and I'm getting a memory leak reported with the leak detection from _CrtSetDbgFlag and I was wondering if it was possible to suppress it somehow?
I only ask because I know that these leaks in particular are false positives (or so it seems) and I wish to filter them out so I can quickly see each time if anything else is leaking without having to "manually" filter the log myself.

Thanks.