nori icon indicating copy to clipboard operation
nori copied to clipboard

has_trivial_copy_constructor is not a member of ‘std’

Open andyyankai opened this issue 6 years ago • 2 comments

I tried to makefile for both cmake ver=3.11.4 and 3.12 but receive the same issue nori/ext/tbb/include/tbb/pipeline.h:328:74: error: ‘has_trivial_copy_constructor’ is not a member of ‘std’

andyyankai avatar Dec 28 '18 06:12 andyyankai

I solve this issue by change it into is_trivially_copy_constructible in pipeline.h of tdd. I submited my pull request can see if this should be an issue.

andyyankai avatar Dec 28 '18 07:12 andyyankai

Thanks @andyyankai same issue on clang 5.0.1 and gcc 7.3.1

kevenv avatar Mar 05 '19 16:03 kevenv