Add constexpr to GetValue on ConstString holder.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
de702b5569
commit
e850f728bc
@ -25,12 +25,8 @@ namespace Arbutils {
|
|||||||
delete this;
|
delete this;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
inline void AddReference(){
|
inline void AddReference() { _references++; }
|
||||||
_references++;
|
inline constexpr const char* GetValue() const { return _value; }
|
||||||
}
|
|
||||||
inline const char* GetValue(){
|
|
||||||
return _value;
|
|
||||||
}
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user