Skip to content

Commit

Permalink
#795 etl::private_variant doesn't fully respect the chosen error repo…
Browse files Browse the repository at this point in the history
…rting.
  • Loading branch information
John Wellbelove committed Dec 5, 2023
1 parent 82482a4 commit 1027e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/etl/private/variant_variadic.h
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ namespace etl
default:
{
// This should never occur.
#if defined(ETL_DEBUG)
#if defined(ETL_IN_UNIT_TEST)
assert(false);
#endif
break;
Expand Down

0 comments on commit 1027e66

Please sign in to comment.