Update README.md

Based on a suggestion from issue #16.
This commit is contained in:
Emiel Bruijntjes 2014-12-01 16:34:12 +01:00
parent 2a4896342c
commit b207ad7d17
1 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,9 @@ operating system specific IO calls, and it can be easily integrated into any
event loop. It is fully asynchronous and does not do any blocking (system) calls,
so it can be used in high performance applications without the need for threads.
The AMQP-CPP library uses C++11 features, so if you intend use it, please make
sure that your compiler is up-to-date and supports C++11.
ABOUT
=====