compile C++ application for old Linux environment – CentOS
I've C++ application which runs on CentOS Linux 6.6, this machine contains two GCC with versions 4.4.7 and 4.9.3. I started to use Mozilla SpiderMonkey JS engine 60, in which I need to convert some of my std::string to std::u16string,…