safetyhook icon indicating copy to clipboard operation
safetyhook copied to clipboard

Add option to amalgamate to use std::expected polyfill

Open bottiger1 opened this issue 1 year ago • 0 comments

C++23 is really new, so I made an option to edit the amalgamate output to use a polyfill so it can compile on C++20.

https://raw.githubusercontent.com/TartanLlama/expected/master/include/tl/expected.hpp

You just run amalgamate.py --polyfill

bottiger1 avatar May 13 '24 08:05 bottiger1