Skip to content

Ignore MSVC warning 4275

Dan Lipsa requested to merge danlipsa/jsoncpp:ignore-msvc-warning into master

Ignore waring: non dll-interface class 'std::exception' used as base for dll-interface class 'vtkJson::Exception' Documentation states it is OK to ignore if deriving from a type in the std library.

Merge request reports