9 Jan
2016
9 Jan
'16
11:45 p.m.
Le 10/01/2016 00:02, Domagoj Saric a écrit :
ps. OT/'to whom it may concern': fixing the 'too strong assertions' problem (allowing multiple fallible_results to exist) and making it work on Android (where we still don't have even proper 'POD thread locals') with Clang forced me to reinvent boost::thread_specific_ptr (to avoid a dependency on Boost.Thread) in the process of which I found that Boost.Thread only asserts/'verifies' that calls to pthread_key_create() and pthread_setspecific() succeeded (which my fail with ENOMEM)...
Hi, Please, create a Trac ticket so we don't forget it (or a github issue if you prefer). Ah, if you have a patch it will be welcome also :) Best, Vicente