"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "c24099ac82a03e8fec4c5c8e42a54c6f95399c02"
[libc++] Account for Microsoft CRT const overloads
Microsoft's CRT already provides the const overloads, and it defines the `_CRT_CONST_CORRECT_OVERLOADS` macro to indicate their presence. Check for this macro before attempting to define our own const-correct overloads, to avoid compiler warnings about casts dropping const qualifiers. llvm-svn: 313377
Loading
Please register or sign in to comment