Alex McCaskey
Results
12
comments of
Alex McCaskey
```cpp qclass TestClass { public: __qpu__ void qmethod(qreg q) { ...} }; ``` macro rewrites to ```cpp __qpu__ void TestClass(qreg q) { class TestClass { ... }; } ``` TokenCollector...
Usually the 'include functional' not found error is related to not being able to find the xcode command line tools. Make sure you install that, and you might also set...