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

Why will appear this error???

Frank_F
Beginner
889 Views

When I use TBB to modify a program,debug the program,There are many similar mistakes like this:

C:\Program Files (x86)\Intel\Composer XE 2013 SP1\tbb\include\tbb/atomic.h(361): error : expected a "," or ">"
1>        template<memory_semantics M>

C:\Program Files (x86)\Intel\Composer XE 2013 SP1\tbb\include\tbb/atomic.h(129): error : expected a "," or ">"
1>    template<size_t Size, memory_semantics M>
1>                                                                              ^

please help me,thank you 

0 Kudos
4 Replies
Vladimir_P_1234567890
889 Views

hello, which compiler do you use?

--Vladimir

0 Kudos
Frank_F
Beginner
889 Views

Vladimir Polin (Intel) wrote:

hello, which compiler do you use?

--Vladimir

[/I am using vs2010]

0 Kudos
Frank_F
Beginner
889 Views

Frank.F wrote:

Vladimir Polin (Intel) wrote:

hello, which compiler do you use?

--Vladimir

[/I am using vs2010]

I am using vs2010

0 Kudos
Frank_F
Beginner
889 Views

This problem has been resolved!

0 Kudos
Reply