From 84278e6cc81474196e8ed851144b2de4628e7ac7 Mon Sep 17 00:00:00 2001 From: David Dight Date: Sat, 18 May 2024 17:41:47 +1000 Subject: [PATCH] updated --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index bf31711a..86099ac7 100644 --- a/README.md +++ b/README.md @@ -1292,5 +1292,9 @@ It can be observed that there is only _one_ copy of the scoped enum value string | :--- | :--- | :--- | ---: | | clang | `16`, `17`, `18`| Compiler reports integers outside valid range [x,y]| specify underlying type when declaring enum eg. `enum class foo : int` | +

+ +

+ [^1]:© 2024 Fix8 Market Technologies Pty Ltd, David L. Dight. [^2]:© 2019 - 2024 Daniil Goncharov