8 #ifndef BOOST_NOWIDE_CSTDLIB_HPP 9 #define BOOST_NOWIDE_CSTDLIB_HPP 13 #include <boost/nowide/stackstring.hpp> 17 #if !defined(BOOST_WINDOWS) && !defined(BOOST_NOWIDE_DOXYGEN) 33 if(!wcmd.convert(cmd)) {
37 return _wsystem(wcmd.c_str());
int system(char const *cmd)
Definition: system.hpp:28
A class that allows to create a temporary wide or narrow UTF strings from wide or narrow UTF source...
Definition: stackstring.hpp:25