2
0
mirror of https://github.com/boostorg/process.git synced 2026-01-27 07:02:13 +00:00
Files
process/include
Frank Richter fe3cb0efc7 posix environment: Avoid using front() on empty string
That is undefined behaviour. Pushing a single NUL makes the string
non-empty but still gives us "".
2019-09-11 11:20:24 +02:00
..