We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0006fa4 commit 909998bCopy full SHA for 909998b
1 file changed
include/fmt/core.h
@@ -2709,7 +2709,7 @@ template <typename Char, typename... Args> class basic_format_string {
2709
template <typename S,
2710
FMT_ENABLE_IF(
2711
std::is_convertible<const S&, basic_string_view<Char>>::value)>
2712
- FMT_CONSTEVAL FMT_INLINE basic_format_string(const S& s) : str_(s) {
+ FMT_CONSTEXPR FMT_INLINE basic_format_string(const S& s) : str_(s) {
2713
static_assert(
2714
detail::count<
2715
(std::is_base_of<detail::view, remove_reference_t<Args>>::value &&
0 commit comments