remove unneccesary __cxx11

This commit is contained in:
Timofey Turenko
2019-04-18 03:48:51 +03:00
parent 5ba305c2c1
commit f90863761e

View File

@ -21,7 +21,7 @@ public:
};
Maxscales(const char *pref, const char *test_cwd, bool verbose, bool use_valgrind,
std::__cxx11::string network_config);
std::string network_config);
int read_env();