Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(618)

Unified Diff: client/crashpad_info.cc

Issue 688643002: Fix a few documentation problems (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | compat/non_win/dbghelp.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « no previous file | compat/non_win/dbghelp.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698