KxSystems / kdb

Companion files to kdb+ and q
https://code.kx.com/q
Apache License 2.0
422 stars 164 forks source link

Using k.h with C++ #29

Open anassmeskini opened 1 year ago

anassmeskini commented 1 year ago

It is not possible to use k.h alongside STL because of the defines such as #define R return. Is there a way around this aside from manually replacing these defines?