Lynn McGuire
2014-12-05 02:36:05 UTC
I had to put a #ifndef around some common code between my Visual Studio app and my Watcom C++ app. Does Watcom C++ not support
nested vectors?
#ifndef __WATCOMC__
// Watcom C++ has a big problem with nested vectors
std::vector <std::vector <std::string>> data;
#endif
Thanks,
Lynn
nested vectors?
#ifndef __WATCOMC__
// Watcom C++ has a big problem with nested vectors
std::vector <std::vector <std::string>> data;
#endif
Thanks,
Lynn