0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-10 05:58:56 +02:00

ircd: Import std::nothrow_t.

This commit is contained in:
Jason Volk 2018-01-10 00:57:43 -08:00
parent 84bbeecc83
commit 8a43a37733

View file

@ -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;