From a189fff1adc8e5fe2393c40ee5eaf8aeb6ecd2ea259a5ffd2fa38605af070dd6 Mon Sep 17 00:00:00 2001 From: ADAM David Alan Martin Date: Sat, 12 Apr 2025 23:02:10 -0400 Subject: [PATCH] Declare obsolete certain things in the design docs --- devdoc/NC_design.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/devdoc/NC_design.txt b/devdoc/NC_design.txt index 63ba662..b3ab7e9 100644 --- a/devdoc/NC_design.txt +++ b/devdoc/NC_design.txt @@ -1,3 +1,15 @@ + _________________________________________________________________ + + OBSOLETE -- Flenser is moving to C++23 + _________________________________________________________________ + + + Descriptions of organization of where files are and such are still + somewhat accurate. However, all style and coding rules are hereby + repealed. Coding whitespace style will follow local norms, until C + memory management is mostly removed. All structural and process + rules regarding memory management, etc. are repealed in favour of + modern C++ best practices. _________________________________________________________________