From b5f67d1f15cfcefca3f136dfd54fa27396ca846f Mon Sep 17 00:00:00 2001 From: Emiel Bruijntjes Date: Thu, 23 Feb 2023 11:10:57 +0100 Subject: [PATCH] Update docs to mention C++17 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c160084..cb1b0e1 100644 --- a/README.md +++ b/README.md @@ -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