I wanted to parallelize a for loop and found out about std::for_each as well as its execution policies. Surprisingly it didn\'t parallelize when using GCC:
GCC