[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:21 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:

I want to move towards the following organization, which is what we do for the threading support:

```
__locale/
    support.h
    support/
        apple.h
        freebsd.h
        windows.h
        etc..
```

https://github.com/llvm/llvm-project/pull/115176


More information about the libcxx-commits mailing list