[patch] [libcxx] make shared_mutex MSVC friendly

G M gmisocpp at gmail.com
Wed Oct 9 09:29:30 PDT 2013


There's not really any In mutex, I suspect what you are seeing is just the
noexcept in the (synopsis) comments. So I think a global search and replace
wouldn't work but isn't needed.

I've actually got libcxx clean compiling on my machine now with msvc. I'll
submit patches I have left that makes that work sometime tomorrow, I'm just
resolving a few weird compile issues I don't quite understand before I let
them lose.

After that there will be all the fun and games with all the issues the
linker will revea which I can already start seeing now.


On Thu, Oct 10, 2013 at 5:04 AM, Reid Kleckner <rnk at google.com> wrote:

> Seems like a straightforward macro compatibility change.  I noticed
> there's a bunch more of these in <mutex>.  Is a global search and replace
> appropriate?
>
>
> On Wed, Oct 9, 2013 at 5:13 AM, G M <gmisocpp at gmail.com> wrote:
>
>> Make this file less no longer the exception to NOEXCEPT which makes it
>> friendly to MSVC which is also less than exceptional in this regard.
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20131010/40c841ff/attachment.html>


More information about the cfe-commits mailing list