2
0
mirror of https://github.com/boostorg/thread.git synced 2026-02-12 00:22:19 +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:
Tim Blechmann
2013-10-09 15:24:58 +00:00
parent 67afa35c49
commit fc65611e82
4 changed files with 1 additions and 9 deletions

View File

@@ -546,9 +546,7 @@ namespace boost
void detach();
static unsigned hardware_concurrency() BOOST_NOEXCEPT;
#ifdef BOOST_THREAD_PROVIDES_PHYSICAL_CONCURRENCY
static unsigned physical_concurrency() BOOST_NOEXCEPT;
#endif
#define BOOST_THREAD_DEFINES_THREAD_NATIVE_HANDLE
typedef detail::thread_data_base::native_handle_type native_handle_type;