I am using Linux Raccoon 26.04 and vscode with cmake add-in. The gcc version is 15.
According to readme file included, I used the manual mode by adding as subdirectory and target link. And sample code in readme file for testing purpose. After compiling and running I got a segmentation fault.
Another issue is about execution header which cause intellisense problem. By changing following precessor to zero the problem resolved.
#define STDEXEC_MSVC_HEADERS() 1
One more point, if using as header only, the compiler error says require c++20.
I compiled all examples and tested randomly without any issue. But my simple project does not.
Any help would be appreciated.
Tks
I am using Linux Raccoon 26.04 and vscode with cmake add-in. The gcc version is 15.
According to readme file included, I used the manual mode by adding as subdirectory and target link. And sample code in readme file for testing purpose. After compiling and running I got a segmentation fault.
Another issue is about execution header which cause intellisense problem. By changing following precessor to zero the problem resolved.
#define STDEXEC_MSVC_HEADERS() 1
One more point, if using as header only, the compiler error says require c++20.
I compiled all examples and tested randomly without any issue. But my simple project does not.
Any help would be appreciated.
Tks