Don't depend on the parallel STL

We were not linking with TBB, and it's a bit of a waste to require it
just for this one unused function.
This commit is contained in:
Robbert van der Helm
2020-11-13 13:41:20 +01:00
parent 08ea0d2891
commit b93f0ddb8b
2 changed files with 10 additions and 4 deletions
+6
View File
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic
Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Fixed
- Fixed linking error in debug build related to the parallel STL.
## [2.0.1] - 2020-11-08
### Fixed