mirror of
https://github.com/matrix-construct/construct
synced 2025-01-15 17:16:49 +01:00
ircd: Import std::nothrow_t.
This commit is contained in:
parent
84bbeecc83
commit
8a43a37733
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue