mirror of
https://github.com/boostorg/leaf.git
synced 2026-02-21 15:12:26 +00:00
changed test thread count
This commit is contained in:
@@ -28,7 +28,7 @@ fut_info
|
||||
int
|
||||
main()
|
||||
{
|
||||
int const thread_count = 20;
|
||||
int const thread_count = 42;
|
||||
std::vector<fut_info> fut;
|
||||
{
|
||||
std::generate_n( std::inserter(fut,fut.end()), thread_count, [ ]
|
||||
|
||||
Reference in New Issue
Block a user