From 9e574ac297f55917d8f00482d3504cd5e1647cdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=27Griwes=27=20Dominiak?= Date: Fri, 15 May 2020 19:56:24 -0700 Subject: [PATCH] Add a missing inline to the caching allocator accessor. Closes #1149. Reviewed-by: David Olsen Reviewed-by: Bryce Adelstein Lelbach aka wash --- thrust/detail/caching_allocator.h | 1 + 1 file changed, 1 insertion(+) diff --git a/thrust/detail/caching_allocator.h b/thrust/detail/caching_allocator.h index 34e0f10c3..bb98f815f 100644 --- a/thrust/detail/caching_allocator.h +++ b/thrust/detail/caching_allocator.h @@ -25,6 +25,7 @@ namespace thrust { namespace detail { +inline thrust::mr::allocator< char, thrust::mr::disjoint_unsynchronized_pool_resource<