linkage, fixing MSVC

This commit is contained in:
Gennadiy Civil 2018-04-06 16:43:35 -04:00
parent 2d4d4ef739
commit 701e1e5dc1

View File

@ -518,7 +518,7 @@ struct BooleanConstant {};
// Emit an assertion failure due to incorrect DoDefault() usage. Out-of-lined to
// reduce code size.
void IllegalDoDefault(const char* file, int line);
GTEST_API_ void IllegalDoDefault(const char* file, int line);
#if GTEST_LANG_CXX11
// Helper types for Apply() below.