Skip to content

MSVC++ std::bad_alloc ctor is now private #1

@mlbrock

Description

@mlbrock

include/Utility/Utility_Exception.hpp

MSVC++ bad_alloc constructor which takes a const char * is now private. Change the conditional compilation guard to:

if defined(_MSC_VER) && !defined(MINGW32) && (_MSC_VER < 1600)

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions