forked from qt-creator/qt-creator
Utils: Add more constexpr to SmallString
Change-Id: I480ef040a8d9c5b9edc515c7fd58db2fad42dc86 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
@@ -39,6 +39,7 @@ template <class Category,
|
||||
typename Reference = Type&>
|
||||
struct SmallStringIterator : public std::iterator<Category, Type, DistanceType, Pointer, Reference>
|
||||
{
|
||||
constexpr
|
||||
SmallStringIterator() noexcept = default;
|
||||
|
||||
constexpr
|
||||
|
||||
Reference in New Issue
Block a user