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

Unified Diff: src/IceMemory.h

Issue 2328873003: Subzero: Fix a build error. Also reformat. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Created 4 years, 3 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 | « src/IceInstX86BaseImpl.h ('k') | src/IceMemory.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceMemory.h
diff --git a/src/IceMemory.h b/src/IceMemory.h
index 366c49d0686ab712aa1ebf628abd8443dad8c4fd..b651d0a2b66cf7f0f4e732c78c6f692b608de984 100644
--- a/src/IceMemory.h
+++ b/src/IceMemory.h
@@ -144,7 +144,7 @@ public:
static allocator_type current();
static void set_current(const manager_type *Manager);
static void set_current(ArenaAllocator *Allocator);
- static void set_current(nullptr_t);
+ static void set_current(std::nullptr_t);
private:
ICE_TLS_DECLARE_FIELD(ArenaAllocator *, CfgAllocator);
« no previous file with comments | « src/IceInstX86BaseImpl.h ('k') | src/IceMemory.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698