Guard new includes.
Этот коммит содержится в:
@@ -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;
|
||||
|
||||
Ссылка в новой задаче
Block a user