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

Richard Smith <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |[email protected]
         Resolution|---                         |INVALID

--- Comment #1 from Richard Smith <[email protected]> ---
The problem is that the two function declarations have different parameter
types. The windows.h version takes ::_FILETIME*, whereas the boost version
takes boost::detail::winapi::_FILETIME*. Because they're 'extern "C"'
functions, they are redeclarations of the same function, and are ill-formed
because they have different types.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to