SC22WG21_Papers icon indicating copy to clipboard operation
SC22WG21_Papers copied to clipboard

My submissions to SC22WG21 C++ ISO/IEC standardization group

Results 5 SC22WG21_Papers issues
Sort by recently updated
recently updated
newest added

I'm looking to use the implementation of spanstream in my library.

Unlike `std::make_unique` which does not allow the passing of a custom deleter, this factory does. A deleter whose construction can throw would leak like in the following contrived test case:...

`unique_resource` proposal fills a sore gap in the C++ automatic resource management. I am using an incarnation of it in my projects and recently I noticed the following usability issue...

It would be helpful for evaluation if each proposal was a separate issue.

I'd really like to evaluate `scope_exit()` et al. on VS2017. Is there any chance to get this to compile and build?