Skip to content
This repository was archived by the owner on Mar 21, 2024. It is now read-only.

Commit 9e574ac

Browse files
committed
Add a missing inline to the caching allocator accessor.
Closes #1149. Reviewed-by: David Olsen <dolsen@nvidia.com> Reviewed-by: Bryce Adelstein Lelbach aka wash <brycelelbach@gmail.com>
1 parent 9a3cfbf commit 9e574ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

thrust/detail/caching_allocator.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ namespace thrust
2525
{
2626
namespace detail
2727
{
28+
inline
2829
thrust::mr::allocator<
2930
char,
3031
thrust::mr::disjoint_unsynchronized_pool_resource<

0 commit comments

Comments
 (0)