C++ 11 nested list (vector of vectors of strings) initialization fails – stackoverflow.com

This code: #include <vector> #include <string> #include <iostream> class MyClass { public: MyClass(const std::vector<std::vector<std::string>> & v) { ...

from Hot Questions - Stack Exchange OnStackOverflow
via Blogspot

Share this

0 Comment to "C++ 11 nested list (vector of vectors of strings) initialization fails – stackoverflow.com"