[PATCH] libcxx random_device for Win32

Kim Gräsman kim.grasman at gmail.com
Tue Oct 8 12:53:34 PDT 2013


Hi Yaron,

On Tue, Oct 8, 2013 at 7:16 PM, Yaron Keren <yaron.keren at gmail.com> wrote:
>
> +#if defined(_WIN32)

Shouldn't these be guarded by _LIBCPP_MSVCRT instead of _WIN32?

_WIN32 will be true for MinGW as well, which doesn't use the Microsoft
CRT, AFAIK.

- Kim



More information about the cfe-commits mailing list