From a22beea9c2810b6224308bd03a5e8483ea2d374f Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Thu, 13 Mar 2025 19:03:09 +0900 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 1738682..bb68e41 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,13 @@ https://github.com/Stephen-Seo/UDPConnection Inspired by [a series of blog posts about networking for games.](https://gafferongames.com/categories/game-networking/) +## C++11 vs. C++17 + +Version 1.2 of UDPConnection supports up to C++11 standard, but future versions +target the C++17 standard. If this is a problem for your use case, then you can +safely use version 1.2 of UDPConnection for now. If there are major changes or +fixes since, it will be noted here. + ## Conan There used to be a self-hosted conan repository for UDPConnection. It is -- 2.49.0