mirror of
https://github.com/boostorg/thread.git
synced 2026-02-09 11:32:12 +00:00
Revert "Thread: provide physical concurrency conditional until it no regression is introduced."
This reverts commit 271ba281aecd5c556b2b863a9f05a8066e717854. [SVN r86215]
This commit is contained in:
@@ -417,7 +417,6 @@ namespace boost
|
||||
return info.dwNumberOfProcessors;
|
||||
}
|
||||
|
||||
#ifdef BOOST_THREAD_PROVIDES_PHYSICAL_CONCURRENCY
|
||||
unsigned thread::physical_concurrency() BOOST_NOEXCEPT
|
||||
{
|
||||
unsigned cores = 0;
|
||||
@@ -439,7 +438,6 @@ namespace boost
|
||||
}
|
||||
return cores;
|
||||
}
|
||||
#endif
|
||||
|
||||
thread::native_handle_type thread::native_handle()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user