From 772ea0b5916903663ed6e01a7fb439dcc73d61a6 Mon Sep 17 00:00:00 2001 From: Jonathan Vander Mey Date: Sat, 12 Jun 2021 05:10:10 -0400 Subject: [PATCH] Replace raw new expressions with make_unique (#406) Using make_unique avoids needing to repeat type information making it less verbose. Also fixes clang-tidy warning modernize-make-unique.