std::once_flag was forward declared with _LIBCPP_TYPE_VIS decoration, and the defined...
authorMarshall Clow <mclow.lists@gmail.com>
Tue, 29 Jul 2014 21:05:31 +0000 (21:05 +0000)
committerMarshall Clow <mclow.lists@gmail.com>
Tue, 29 Jul 2014 21:05:31 +0000 (21:05 +0000)
commit81f051cd10229373cf07a5ea49713b3c6dc0f49d
treea226cf0afced51aa64c5084faabbf6f065468799
parent27435250328b4c4eb0dfb80b088be76a0f98b2ea
std::once_flag was forward declared with _LIBCPP_TYPE_VIS decoration, and the defined with _LIBCPP_TYPE_VIS_ONLY decoration. Make them match

llvm-svn: 214219
libcxx/include/mutex