Fixed|Windows: Missing exports, working around MSVC's C++11 issues
It appears that a doubly-nested lambda function caused MSVC to lose trackof whether "this" is const or not (!).
View differences
Fixed|Windows: Missing exports, working around MSVC's C++11 issues
It appears that a doubly-nested lambda function caused MSVC to lose track
of whether "this" is const or not (!).