================
@@ -95,18 +95,21 @@ class ToolChain {
 
   enum CXXStdlibType {
     CST_Libcxx,
-    CST_Libstdcxx
+    CST_Libstdcxx,
+    CST_Stl,
----------------
trcrsired wrote:

> Could this be Msvcstl or something? Just Stl seems a pretty generic name.

The C++ standard never says anything about stl. STL is not an official term in 
fact.

Neither libc++ nor libstdc++ are not pretty generic. Why are they not called 
llvmlibc++ or gnulibstdc++?

https://github.com/llvm/llvm-project/pull/96417
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to