FantasticMrFox

Results 4 comments of FantasticMrFox

I can see a cmake folder actually does exist in the source. I am looking into why it doesn't end up in the install directory now.

Ok, so installing through apt-get: `apt-get install python3-catkin-tools` does not work. The `/usr/lib/python3/dist-packages/catkin_tools/jobs/` folder is left without a cmake folder. This causes the command to fail. If i instead install...

After a little investigating, if we use this version: ``` struct Drawable : te::poly { using te::poly::poly; ``` it works. Seems to be that this: ``` return detail::call_impl( reinterpret_cast(interface), ```...

> I think type erasure libraries will be much better once we get reflection. True, but i don't know that i can wait until 2029 for this :p