[libcxx-commits] [libcxx] [libc++] Cleanly implement the base locale API for BSD-like platforms (PR #115176)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Nov 11 09:56:54 PST 2024
================
@@ -7,17 +6,15 @@
//
//===----------------------------------------------------------------------===//
-#ifndef _LIBCPP___LOCALE_DIR_LOCALE_BASE_API_APPLE_H
-#define _LIBCPP___LOCALE_DIR_LOCALE_BASE_API_APPLE_H
+#ifndef _LIBCPP___LOCALE_DIR_SUPPORT_APPLE_H
----------------
ldionne wrote:
So basically, I'm writing the "new" code under that organization and eventually the old stuff can be removed since it will be unused.
https://github.com/llvm/llvm-project/pull/115176
More information about the libcxx-commits
mailing list