Skip to content

Commit

Permalink
Merge branch 'build_update' of https://github.com/benny-edlund/task-pool
Browse files Browse the repository at this point in the history
 into build_update
  • Loading branch information
bennyedlund committed Sep 17, 2023
2 parents 668a4d4 + cfc4a76 commit 732b527
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1515,9 +1515,9 @@ TEST_CASE( "( allocator, future ) -> size_t", "[task_pool][submit][allocator]" )
counts allocations;
counting_allocator< int > allocator( allocations );

using data_type = std::vector< int, counting_allocator< int > >;
using data_type = std::vector< int, counting_allocator< int > >;
static std::size_t const value_counts = 1000;
auto make_data = []( std::allocator_arg_t /*tag*/,
auto make_data = []( std::allocator_arg_t /*tag*/,
counting_allocator< int > const& alloc,
std::size_t count ) { return data_type( count, 1, alloc ); };

Expand Down

0 comments on commit 732b527

Please sign in to comment.