build reorganization and experimental clang support

This commit is contained in:
jadebenn
2024-04-05 16:50:39 -05:00
parent 018e5707d7
commit 145f97cfdc
4 changed files with 234 additions and 191 deletions

View File

@@ -320,7 +320,7 @@ std::vector<std::string> GeneralUtils::GetSqlFileNamesFromFolder(const std::stri
return sortedFiles;
}
#ifdef DARKFLAME_PLATFORM_MACOS
#if !(__GNUC__ >= 11 || _MSC_VER >= 1924)
// MacOS floating-point parse function specializations
namespace GeneralUtils::details {