coroutine icon indicating copy to clipboard operation
coroutine copied to clipboard

Fix exception include

Open pointbazaar opened this issue 1 year ago • 0 comments

replace current_exception() with std::current_exception()

and #include

to bring the symbol into scope.

References:

https://en.cppreference.com/w/cpp/error/current_exception

pointbazaar avatar Oct 11 '24 09:10 pointbazaar