I am trying to use the BOOST_COMPUTE_ADAPT_STRUCT on a struct/class inside a namespace. Is it possible?.
The way I am trying right now returns a long error:https://pastebin.com/g6j7xdsH
I wrote a simple example to show this behavior: https://github.com/lasdasdas/compute_example_macro
Thank you in advance.