Topic: OpenMP and C++0x


Author: Uwe Arzt <uwe.arzt@robots.de>
Date: Fri, 10 Feb 2006 13:38:25 CST
Raw View
Hi all,

i cannot find any pointers about OpenMP in C++0x. Is it already planned
for the C++0x Standard? Many popular Compilers support it already and
gcc will support it starting from 4.2.

I think OpenMP needs some more Integration into C++. An example:

#pragma omp for
for(int i = 0; i < 200; i++)

works,

#pragma omp for
for(size_t = 0; i < 200; i++)

doesn't work :(

Greetings

Uwe

--
mail@uwe-arzt.de
www.uwe-arzt.de

---
[ comp.std.c++ is moderated.  To submit articles, try just posting with ]
[ your news-reader.  If that fails, use mailto:std-c++@ncar.ucar.edu    ]
[              --- Please see the FAQ before posting. ---               ]
[ FAQ: http://www.jamesd.demon.co.uk/csc/faq.html                       ]