cginternals / libzeug

deprecated: C++ sanctuary for small but powerful and frequently required, stand alone features.
MIT License
16 stars 13 forks source link

Implement parallel_for with templates to support arbitrary index types #143

Closed sbusch42 closed 8 years ago

sbusch42 commented 8 years ago

This solves the ambiguous types problem on mac with parallelFor. Works for me on linux and mac, please test on windows.

sbusch42 commented 8 years ago

Compiles on Windows