瀏覽代碼

Specify thath List does not allocate memory

Daniele Bartolini 12 年之前
父節點
當前提交
b8c46098e4
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/core/containers/List.h

+ 1 - 0
src/core/containers/List.h

@@ -41,6 +41,7 @@ class List
 {
 public:
 
+	/// Does not allocate memory.
 						List(Allocator& allocator);
 
 	/// Allocates capacity * sizeof(T) bytes.