eyalz800 / zpp_throwing

Using coroutines to implement C++ exceptions for freestanding environments
MIT License
73 stars 4 forks source link

fix(zpp_throwing.h/catch_exception_object): remove unneeded unnamed parameter packs #12

Closed pratikpc closed 1 week ago

pratikpc commented 1 week ago

Violates C++ Standard Rules and improves MSVC compatibility which correctly implements the standard.

https://timsong-cpp.github.io/cppwp/temp.param#14

eyalz800 commented 1 week ago

Thank you