progress on base, deciding to keep the MD namespace minimal on macros pre-c11 or cpp17 gen refactors

This commit is contained in:
ed
2025-02-05 11:20:32 -05:00
parent c1d24b3a07
commit 8936ae9aa7
15 changed files with 370 additions and 246 deletions
+2 -2
View File
@@ -4,8 +4,8 @@
#endif
// C++ namespace support
#if defined(MD_DONT_USE_NAMESPACE) || MD_LANG_C
# if MD_LANG_C
#if defined(MD_DONT_USE_NAMESPACE) || LANG_C
# if LANG_C
# define MD_NS
# define MD_NS_BEGIN
# define MD_NS_END