https://bugs.llvm.org/show_bug.cgi?id=41423

            Bug ID: 41423
           Summary: __cpp_lib_hardware_interference_size is defined, but
                    there is no
                    std::hardware_constructive_interference_size nor
                    std::hardware_destructive_interference_size
           Product: libc++
           Version: 8.0
          Hardware: PC
                OS: MacOS X
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]

This commit:
  a8b9f59e8caf378d56e8bfcecdb22184cdabf42d Implement feature test macros using
a script.

added test features macros for libc++.

Among others, it added `__cpp_lib_hardware_interference_size`.

However, there is nothing like std::hardware_constructive_interference_size nor
std::hardware_destructive_interference_size, that should be in header <new>.

Unless I'm missing something, this macro should not be defined and
https://libcxx.llvm.org/docs/FeatureTestMacroTable.html should show it as
unimplemented.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to