From 8a43a377334fa84d37fba3e28bc4e3ad4ee1a92e Mon Sep 17 00:00:00 2001 From: Jason Volk <jason@zemos.net> Date: Wed, 10 Jan 2018 00:57:43 -0800 Subject: [PATCH] ircd: Import std::nothrow_t. --- include/ircd/stdinc.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/ircd/stdinc.h b/include/ircd/stdinc.h index 49cae29b4..8b36524bb 100644 --- a/include/ircd/stdinc.h +++ b/include/ircd/stdinc.h @@ -154,6 +154,7 @@ namespace std namespace ircd { using std::nullptr_t; + using std::nothrow_t; using std::begin; using std::end; using std::get;