This website requires JavaScript.
Explore
Help
Sign In
boost
/
process
Watch
2
Star
0
Fork
0
You've already forked process
mirror of
https://github.com/boostorg/process.git
synced
2026-01-23 17:52:16 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
3aba1f6eb16d3b4780eb212e2bd6265e4e5aa36c
process
/
include
History
Allen Cronce
3aba1f6eb1
Add the lambda declarator needed to disambiguate the multiple return values from these lambda functions as a bool. Before this change the return of a "false" was interpreted as an int, but the second return is a bool. This caused the following compile error when accessing environment variables under Xcode 11.4.1: Return type 'bool' must match previous return type 'int' when lambda expression has unspecified explicit return type
2020-05-13 07:25:36 -07:00
..
boost
Add the lambda declarator needed to disambiguate the multiple return values from these lambda functions as a bool. Before this change the return of a "false" was interpreted as an int, but the second return is a bool. This caused the following compile error when accessing environment variables under Xcode 11.4.1: Return type 'bool' must match previous return type 'int' when lambda expression has unspecified explicit return type
2020-05-13 07:25:36 -07:00