Tamás PEREGI

Results 5 issues of Tamás PEREGI

Closes #145. Possibly also closes #72, but I'm not 100% because it does not address @michaeltcoelho's second point about the empty `raise` statement.

Currently, there are two possible types for the return value of not_null::get(): ``` #if gsl_CONFIG( NOT_NULL_GET_BY_CONST_REF ) typedef T const & get_result_t; #else typedef T get_result_t; #endif ``` However, I...

Specify library name and version: **gn/cci.20210429** Trying to resolve an issue I ran into while trying to make https://github.com/conan-io/conan-center-index/pull/12189 build. For the other PR, I got this error: `Do not...

Specify library name and version: **crashpad/all** `crashpad` fails to build if `gn` (the buildsystem used to build the package) fails to find an executable named `python` in the `PATH`. (Eg....

Failed
stale

[`std::bind_front`](https://en.cppreference.com/w/cpp/utility/functional/bind_front) seems to be a great addition to the standard. However, it's only available from C++20. As I'm working in a C++11 shop, I'm looking for an open source C++11...