0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-11-19 00:10:59 +01:00

ircd: Add a place for imports into namespace ircd.

This commit is contained in:
Jason Volk 2016-08-15 16:18:14 -07:00
parent a789f0d0ed
commit 1f11e88ea5

View file

@ -27,6 +27,13 @@
#include <rb/rb.h> #include <rb/rb.h>
#endif #endif
namespace ircd
{
using std::begin;
using std::end;
using std::get;
}
#include "util.h" #include "util.h"
#include "defaults.h" #include "defaults.h"
#include "exception.h" #include "exception.h"