diff options
author | crupest <crupest@outlook.com> | 2021-09-15 14:44:18 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-09-15 14:44:18 +0800 |
commit | 93c9b3738c0a9dfc12f456e53fcaa098296a9d6a (patch) | |
tree | 862c01fc6e713a56ef0d9ba062163c05099f26fd /include | |
parent | 7ad71df1cc81074747024620f421bfcb2bc6dbb1 (diff) | |
download | cru-93c9b3738c0a9dfc12f456e53fcaa098296a9d6a.tar.gz cru-93c9b3738c0a9dfc12f456e53fcaa098296a9d6a.tar.bz2 cru-93c9b3738c0a9dfc12f456e53fcaa098296a9d6a.zip |
...
Diffstat (limited to 'include')
-rw-r--r-- | include/cru/common/String.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/cru/common/String.hpp b/include/cru/common/String.hpp index 9443417f..4859a696 100644 --- a/include/cru/common/String.hpp +++ b/include/cru/common/String.hpp @@ -240,6 +240,7 @@ void FormatAppendFromFormatTokenList( current += ToString(std::forward<TA>(args0)); FormatAppendFromFormatTokenList(current, format_token_list, i + 1, std::forward<T>(args)...); + return; } else { current += token.data; } |