core fix: minor: suppressing VS 2015 warning 4275
VS15 is warning about dll-exporting a class without exporting its base class, which can be ignored for deriving from STL classes.
Showing
Please register or sign in to comment
VS15 is warning about dll-exporting a class without exporting its base class, which can be ignored for deriving from STL classes.