Removes the make_unique shim for c++11 (#1010)

All of our compilers support c++14 now.
This commit is contained in:
Thad House
2018-04-30 10:28:34 -07:00
committed by Peter Johnson
parent a28832e52f
commit a098814ea0
14 changed files with 0 additions and 61 deletions

View File

@@ -17,8 +17,6 @@ static_assert(0,
static_assert(0, "Visual Studio 2015 or greater required.");
#endif
#include <HAL/cpp/make_unique.h>
#define DEFAULT_MOVE_CONSTRUCTOR(ClassName) ClassName(ClassName&&) = default
namespace frc {