| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
The missing `(TCharType, TBasicString&&)` overload added, so no allocation is performed if the string has spare capacity.
|
|
|
| |
At the time an attempt to use e. g. `std::find_if` with `TString::rbegin()` / `TString::rend()` does not compile against `-DUSE_STL_SYSTEM` / modern libstdc++.
|
|
|
|
|
| |
This means, that moved-from object can be safely used after the call of such method.
This attribute is used by clang-tidy which checks that moved-from objects are not used
unless a reinitialization method is called first.
|
|
|
| |
updated
|
|
|
|
| |
ref:0c3b0edd3284567c45ec77e57166274f3cfed8c7
|
|
|
|
| |
ref:e0e9801df5ee25dfbcfcb5974271dfd7dac8216c
|
|
|
|
| |
of 2.
|
|
|
|
| |
of 2.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Commit 2 of 2.
|
|
|
|
| |
Commit 1 of 2.
|
|
|
|
| |
Commit 2 of 2.
|
|
|
|
| |
Commit 1 of 2.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Commit 2 of 2.
|
|
|
|
| |
Commit 1 of 2.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|