[llvm-bugs] [Bug 33251] Don't include Windows.h within the headers

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Mar 2 14:43:41 PST 2021


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

Louis Dionne <ldionne at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
                 CC|                            |ldionne at apple.com
             Status|CONFIRMED                   |RESOLVED
 Fixed By Commit(s)|                            |ac15ae6d6b6e9bef4502258d685
                   |                            |1c8ef70729db7

--- Comment #1 from Louis Dionne <ldionne at apple.com> ---
commit ac15ae6d6b6e9bef4502258d6851c8ef70729db7
Author: Peter Collingbourne <peter at pcc.me.uk>
Date:   Tue Jan 23 01:59:43 2018 +0000

    libcxx: Move Windows threading support into a .cpp file.

    This allows us to avoid polluting the namespace of users of <thread>
    with the definitions in windows.h.

    Differential Revision: https://reviews.llvm.org/D42214

    llvm-svn: 323169

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20210302/800dc846/attachment.html>


More information about the llvm-bugs mailing list