Skip to content

Commit

Permalink
Update docs to mention C++17
Browse files Browse the repository at this point in the history
  • Loading branch information
EmielBruijntjes authored Feb 23, 2023
1 parent bbf9473 commit b5f67d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ connections, setting it up is just as easy.
AMQP-CPP 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 to use it, please make
sure that your compiler is up-to-date and supports C++11.
The AMQP-CPP library uses C++17 features, so if you intend to use it, please make
sure that your compiler is up-to-date and supports C++17.


TABLE OF CONTENTS
Expand Down

0 comments on commit b5f67d1

Please sign in to comment.