On 2020/02/01 15:04:41, trueroad wrote: > In `-std=c++11`, most POSIX functions/definitions cannot be used. > Also `putenv ()` and `chroot ()` cannot be used.
But is it the case that the implementations of those functions requires GNU C++ extensions, or is it the case that their header files are not explicitly included where they need to be? https://codereview.appspot.com/579270051/