8000 now that we are on c++14 and std::make_unique is available everywhere… · arangodb/arangodb@d9f669e · GitHub
[go: up one dir, main page]

Skip to content

Commit d9f669e

Browse files
authored
now that we are on c++14 and std::make_unique is available everywhere, we can safely remove our shim for std::make_unique (#6429)
1 parent 173c78b commit d9f669e

File tree

2 files changed

+1
-83
lines changed

2 files changed

+1
-83
lines changed

lib/Basics/Common.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,6 @@ typedef long suseconds_t;
171171
#include "Basics/voc-errors.h"
172172
#include "Basics/error.h"
173173
#include "Basics/debugging.h"
174-
#include "Basics/make_unique.h"
175174
#include "Basics/memory.h"
176175
#include "Basics/system-compiler.h"
177176
#include "Basics/system-functions.h"
@@ -259,4 +258,4 @@ inline void ADB_WindowsExitFunction(int, void*) {}
259258
#endif
260259
#define sleep ERROR_USE_std_this_thread_sleep_for
261260

262-
#endif
261+
#endif

lib/Basics/make_unique.h

Lines changed: 0 additions & 81 deletions
This file was deleted.

0 commit comments

Comments
 (0)
0