| Index: base/logging.h
|
| ===================================================================
|
| --- base/logging.h (revision 92373)
|
| +++ base/logging.h (working copy)
|
| @@ -469,7 +469,7 @@
|
| }
|
|
|
| // MSVC doesn't like complex extern templates and DLLs.
|
| -#if !defined(COMPILER_MSVC) && defined(BASE_DLL)
|
| +#if !defined(COMPILER_MSVC) && !defined(COMPONENT_BUILD)
|
| // Commonly used instantiations of MakeCheckOpString<>. Explicitly instantiated
|
| // in logging.cc.
|
| extern template std::string* MakeCheckOpString<int, int>(
|
|
|