wjakob / tbb

Intel TBB with CMake build system
Apache License 2.0
369 stars 161 forks source link

Fix has_trivial_copy_constructor issue #51

Closed andyyankai closed 5 years ago

andyyankai commented 5 years ago

has_trivial_copy_constructor is not a member of ‘std’, replaced by is_trivially_copy_constructible.

wjakob commented 5 years ago

Can you please fix this issue upstream? We don't apply patches to TBB directly here, just the build system.