"a space is required between consecutive right angle brackets"
OSX issue, add the spacing to mitigate issue. or (preferred) add support for c++11 standard
"non-aggregate type 'std::vector<std::vector >' cannot be initialized with an initializer list"
OSX clang error indicates unsupported C++11 initialization of vector of vector, initialization should be handled differently. or (preferred) add support for c++11 standard
"invalid initialization of non-const reference of type"
should pass in a string variable
"‘OutputDebugString’ was not declared in this scope\n OutputDebugString(szBuff);"
should remove this unnecessarily added debug function
In attempting to resolve issue #61 with PR #62, Several errors were raised in Travis CI that seemed related to 86740805 changes.
https://travis-ci.org/github/ENSL/NS/builds/704974053
Errors are indicated as followed:
string
variable