Этот коммит содержится в:
Alex Voicu
2018-10-18 12:29:27 +01:00
родитель fe959f7bd7
Коммит e66a75ea55
4 изменённых файлов: 22 добавлений и 5 удалений
+5 -1
Просмотреть файл
@@ -33,7 +33,11 @@ THE SOFTWARE.
// implicit data transfer is used - really the only difference is the namespace.
// Other examples show some of the more advanced controls.
#include <hc/hc.hpp>
#if defined(HC_NEXT)
#include <hc/hc.hpp>
#else
#include <hc.hpp>
#endif
int main(int argc, char* argv[]) {
int sizeElements = 1000000;