util/SplitString: add "noexcept"
This commit is contained in:
@@ -44,6 +44,6 @@
|
||||
* (and not a list with an empty string).
|
||||
*/
|
||||
std::forward_list<std::string>
|
||||
SplitString(const char *s, char separator, bool strip=true);
|
||||
SplitString(const char *s, char separator, bool strip=true) noexcept;
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user