We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47c007f commit 0a39401Copy full SHA for 0a39401
include/cppcore/Container/TArray.h
@@ -28,6 +28,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
28
namespace cppcore {
29
namespace Details {
30
31
+//-------------------------------------------------------------------------------------------------
32
inline static size_t getGrowing(size_t size) {
33
if (0u == size) {
34
return 0u;
0 commit comments