1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-22 18:25:57 +01:00

doc fix typo

This commit is contained in:
Jeff Puckett
2017-05-27 14:33:40 +00:00
committed by Matias Fontanini
parent 3e6e25d0aa
commit cfb9b646cc

View File

@@ -49,7 +49,7 @@ _build/lib_ directory.
### C++11 support
libtins is noticeable faster if you enable _C++11_ support. Therefore,
libtins is noticeably faster if you enable _C++11_ support. Therefore,
if your compiler supports this standard, then you should enable it.
In order to do so, use the _LIBTINS_ENABLE_CXX11_ switch: