HostAllocator: Remove unnecessary template
authorRoland Schulz <roland.schulz@intel.com>
Thu, 6 Sep 2018 19:57:13 +0000 (12:57 -0700)
committerMark Abraham <mark.j.abraham@gmail.com>
Thu, 6 Sep 2018 21:14:55 +0000 (23:14 +0200)
Change-Id: I097f8318222fedf749cf911f48fca2b11a0ac5c1

src/gromacs/gpu_utils/hostallocator.h

index 2806770f6ee092d5a810cfdce61a431a8216cec7..95ddce8d796af7f2f9572a69e7eae12072a7650b 100644 (file)
@@ -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<typename U = void>
         HostAllocationPolicy select_on_container_copy_construction() const
         {
             return {};