From 9cbc884343a24d2abb5dcf062cdaa4d27393cf16 Mon Sep 17 00:00:00 2001 From: Roland Schulz Date: Thu, 6 Sep 2018 12:57:13 -0700 Subject: [PATCH] HostAllocator: Remove unnecessary template Change-Id: I097f8318222fedf749cf911f48fca2b11a0ac5c1 --- src/gromacs/gpu_utils/hostallocator.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gromacs/gpu_utils/hostallocator.h b/src/gromacs/gpu_utils/hostallocator.h index 2806770f6e..95ddce8d79 100644 --- a/src/gromacs/gpu_utils/hostallocator.h +++ b/src/gromacs/gpu_utils/hostallocator.h @@ -186,7 +186,6 @@ class HostAllocationPolicy //! Propagate for move using propagate_on_container_swap = std::true_type; //! Use default allocator for copy (same as construct+copy) - template HostAllocationPolicy select_on_container_copy_construction() const { return {}; -- 2.22.0