[PATCH] allow GCC 4.8 to build libc++

Hi,

Attached minor change allows libc++ to be built by GCC 4.8 on Windows x64.

Please comment or apply.

Thanks,

Ruben

PS: please CC me, I’m not subscribed to cfe-dev

gcc-4.8.patch.txt (949 Bytes)

This looks like it could be a gcc bug.
"aligned_storage<3*sizeof(void*)>::type" isn't dependent, so it
shouldn't need the "typename" keyword. Maybe file it at gcc.gnu.org
and see what they say?