Skip to content

Commit 5ee8687

Browse files
committed
Update README.md
1 parent 7d26cc9 commit 5ee8687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ MemoryPool is mostly compliant with the C++ Standard Library allocators. This me
3333

3434
Usage
3535
-------------------------
36-
Put `MemoryPool.h` and `MemoryPool.tcc` into your project folder and include `MemoryPool.h` into your project. These files define a single template class in the common namespace:
36+
Put `MemoryPool.h` and `MemoryPool.tcc` into your project folder and include `MemoryPool.h` into your project. Do not forget to enable C++11 features (for example, with the `-std=c++11` flag if you use GCC) These files define a single template class in the common namespace:
3737
```C++
3838
template <typename T, size_t BlockSize = 4096>
3939
```

0 commit comments

Comments
 (0)