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 ### 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. if your compiler supports this standard, then you should enable it.
In order to do so, use the _LIBTINS_ENABLE_CXX11_ switch: In order to do so, use the _LIBTINS_ENABLE_CXX11_ switch:
@@ -144,4 +144,4 @@ http://libtins.github.io/examples/
## Contributing ## ## Contributing ##
If you want to report a bug or make a pull request, please have a look at If you want to report a bug or make a pull request, please have a look at
the [contributing](CONTRIBUTING.md) file before doing so. the [contributing](CONTRIBUTING.md) file before doing so.