Skip to content

Commit 0a39401

Browse files
authored
Update TArray.h
1 parent 47c007f commit 0a39401

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/cppcore/Container/TArray.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2828
namespace cppcore {
2929
namespace Details {
3030

31+
//-------------------------------------------------------------------------------------------------
3132
inline static size_t getGrowing(size_t size) {
3233
if (0u == size) {
3334
return 0u;

0 commit comments

Comments
 (0)