> In `-std=c++11`, most POSIX functions/definitions cannot
> be used.
> Also `putenv ()` and `chroot ()` cannot be used.

What about using 

  AC_USE_SYSTEM_EXTENSIONS

instead (in `configure.in`) to activate many POSIX functionality?


https://codereview.appspot.com/579270051/

Reply via email to