timoch.com
How to get confused by VC++
Today, I came across a confusing compilation error with MS VC++ using a std::unique_ptr with a custom deleter. Here the code snippet: [crayon-663713858479a022983888/] The compiler complains : c:\pr...