Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix test_concurrent_queue failure with ICL19.0/VS2017 (#1141)
Prevent an incorrect optimization by ICL 19.0 (fixed in ICL 19.1) with VS 2017 stdlib with inline-level=1 (/Ob1) that resulted in premature object destruction inside `std::unordered_set`. Signed-off-by: Dmitri Mokhov <dmitri.n.mokhov@intel.com>
- Loading branch information