| Index: client/crashpad_info.cc
|
| diff --git a/client/crashpad_info.cc b/client/crashpad_info.cc
|
| index 3e9cec090e1875f6284fbcfda2c3bdc3331a8834..507c5005e0855d53fbfdac4189928c98dd0ce98c 100644
|
| --- a/client/crashpad_info.cc
|
| +++ b/client/crashpad_info.cc
|
| @@ -30,7 +30,7 @@ static const uint32_t kCrashpadInfoVersion = 1;
|
|
|
| namespace crashpad {
|
|
|
| -#if CXX_LIBRARY_VERSION >= 2011
|
| +#if CXX_LIBRARY_VERSION >= 2011 || DOXYGEN
|
| // In C++11, check that CrashpadInfo has standard layout, which is what is
|
| // actually important.
|
| static_assert(std::is_standard_layout<CrashpadInfo>::value,
|
|
|