#include #ifndef _OPENMP #define OMPTL_OFF #endif #include int main (int argc, char * const argv[]) { std::vector zahlen(100000); omptl::sort(zahlen.begin(), zahlen.end()); return 0; }