Skip to content

Commit

Permalink
Fix clang build
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryAWE committed Jun 7, 2024
1 parent 7805b71 commit be9ee94
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/papilio/core.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3811,6 +3811,9 @@ class int_formatter : public std_formatter_base

case 2:
context_t::append(ctx, uppercase ? 'B' : 'b');

default:
break;
}
}

Expand Down

0 comments on commit be9ee94

Please sign in to comment.