diff options
Diffstat (limited to 'src/corelib/text/qstringview.h')
| -rw-r--r-- | src/corelib/text/qstringview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/text/qstringview.h b/src/corelib/text/qstringview.h index 719a8e0b81f..c63ff6fbea1 100644 --- a/src/corelib/text/qstringview.h +++ b/src/corelib/text/qstringview.h @@ -166,7 +166,7 @@ public: #endif template <typename Container, if_compatible_container<Container> = true> - constexpr Q_ALWAYS_INLINE QStringView(const Container &c) noexcept + Q_ALWAYS_INLINE constexpr QStringView(const Container &c) noexcept : QStringView(std::data(c), QtPrivate::lengthHelperContainer(c)) {} template <typename Char, size_t Size, if_compatible_char<Char> = true> |
