Intel® oneAPI Threading Building Blocks
Ask questions and share information about adding parallelism to your applications when using this threading library.

Clang/LLVM and vs2015 on Windows

jimmey_j_
Beginner
343 Views

HI,

When using Clang/LLVM (http://llvm.org/builds/) with vs2015 on Windows, the macros __TBB_INITIALIZER_LISTS_PRESENT, __TBB_CPP11_RVALUE_REF_PRESENT and __TBB_CPP11_VARIADIC_TEMPLATES_PRESENT evaluate to 0, which results into that c++11 move semantics (emplace and emplace_back) on this platform/compiler combo are not defined. Hacking this is easy (and works, no problem), but, I herewith would like to request that this gets fixed, so it works 'out of the box'.

Have a good day,

Jimmey D.

 

 

0 Kudos
1 Reply
Jackson_M_Intel
Employee
343 Views

Hello,

Thanks for letting us know. I have filed a feature request with the TBB development team.

0 Kudos
Reply