Skip to content

Commit

Permalink
utils: Fix ADL
Browse files Browse the repository at this point in the history
Like in 125793a.
  • Loading branch information
lhmouse committed Apr 7, 2024
1 parent e299567 commit 617a82f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions poseidon/utils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ create_runtime_error(vfptr<cow_string&, void*> composer_thunk, void* composer,
#define POSEIDON_THROW(TEMPLATE, ...) \
throw (__extension__ \
({ \
using ::asteria::format; \
auto IuChah0u = [&](::asteria::cow_string& quu1Opae) \
{ format(quu1Opae, (::asteria::make_string_template TEMPLATE), ##__VA_ARGS__); }; \
auto ohng0Ohh = [](::asteria::cow_string& iughih5B, void* fi8OhNgo) \
Expand Down

0 comments on commit 617a82f

Please sign in to comment.