diff options
| -rw-r--r-- | include/cxxformat/formatters.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cxxformat/formatters.hpp b/include/cxxformat/formatters.hpp index c9461e3..e27fc6a 100644 --- a/include/cxxformat/formatters.hpp +++ b/include/cxxformat/formatters.hpp @@ -467,7 +467,7 @@ namespace format { } else { - assert(spec.conversion == 's' || spec.flags.alternative == 'v'); + assert(spec.conversion == 's' || spec.conversion == 'v'); if (s == nullptr) { |
