Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.30
-
None
-
Windows, Visual Studio 2013
Description
In Debug-mode builds, std::vector in VS2013 will throw an exception if trying to do: &argv[0] if argv has 0 length. This construct happens in cpp/src/tests/BrokerFixture.h, so happens in many of the unit tests.