feat: Add guidelines for reducing C++ specific features to enhance code portability

This commit is contained in:
2026-01-04 01:53:04 +00:00
parent d8d1c0a557
commit 25d69bdb1e

2
prompts/STANDARD.txt Normal file
View File

@@ -0,0 +1,2 @@
Look for C++ magic that only C++ has and see if we can remove it.
I want the code to feel same as any other OO language.