Member of the ISO C++ Standardization Committee and principal author of the Ranges TS (now `std::ranges`).
- Seattle, WA
- http://ericniebler.com
- @ericniebler
Highlights
- Pro
Block or Report
Block or report ericniebler
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
804 contributions in the last year
Less
More
Contribution activity
January 2022
Created 21 commits in 1 repository
Created a pull request in brycelelbach/wg21_p2300_std_execution that received 1 comment
factor the context out of the receiver and into a separate parameter to connect
+848
−682
•
1
comment
Reviewed 6 pull requests in 1 repository
brycelelbach/wg21_p2300_std_execution
6 pull requests
Created an issue in brycelelbach/wg21_p2300_std_execution that received 2 comments
Fix incorrect uses of inline namespaces in spec
// [execution.queries], general queries inline namespace unspecified { struct get_scheduler_t; inline constexpr get_scheduler_t get_scheduler{}; s…
2
comments
Opened 7 other issues in 1 repository
brycelelbach/wg21_p2300_std_execution
7
open
- Drop "equivalent to" in noexcept specifications
- Change specification of ADL-isolation technique
- All sender and receiver adaptors should use ADL-isolation on their template parameters
- Introductory text about the signatures of the completion signals and receiver queries
- Fix section names
- Editorial: remove std:: qualification from proposed wording
- Add a try_set_value helper function?