PeterSommerlad / SC22WG21_Papers

My submissions to SC22WG21 C++ ISO/IEC standardization group
43 stars 13 forks source link

Added missing header that causes compilation failure #8

Closed cjdb closed 6 years ago

cjdb commented 6 years ago

Presently, #include <unique_resource.h> won't compile, as it is missing #include <scope_exit.h>. This patch adds the header.