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

Unified Diff: base/time/time.h

Issue 2656053002: NullStream
Patch Set: . Created 3 years, 11 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 | « base/logging.h ('k') | components/autofill/core/browser/autofill_profile_comparator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/time/time.h
diff --git a/base/time/time.h b/base/time/time.h
index 75b690eef22fcbbc67adfc7060dd5f2d4c000eb8..01f89dd5a94713b131d17485ded33ce765fc9226 100644
--- a/base/time/time.h
+++ b/base/time/time.h
@@ -673,7 +673,7 @@ constexpr TimeDelta TimeDelta::FromDouble(double value) {
constexpr TimeDelta TimeDelta::FromProduct(int64_t value,
int64_t positive_value) {
return (
-#if !defined(_PREFAST_) || !defined(OS_WIN)
+#if false && (!defined(_PREFAST_) || !defined(OS_WIN))
// Avoid internal compiler errors in /analyze builds with VS 2015
// update 3.
// https://connect.microsoft.com/VisualStudio/feedback/details/2870865
« no previous file with comments | « base/logging.h ('k') | components/autofill/core/browser/autofill_profile_comparator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698