summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/depr/depr.c.headers/extern_c.pass.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix use of libc++ <foo.h> headers from within an 'extern "C"' context in C++98.Richard Smith2015-10-131-0/+43
Previously, this resulted in us declaring a template for static_assert emulation within the 'extern "C"' context, which is ill-formed. llvm-svn: 250247
OpenPOWER on IntegriCloud