dyno icon indicating copy to clipboard operation
dyno copied to clipboard

Runtime polymorphism done right

Results 27 dyno issues
Sort by recently updated
recently updated
newest added

This is the boring boilerplate bullshit that makes it possible for `poly` to be trivially copyable - which is just a nice thing in certain contexts. There are more steps...

Please add Conan Repository support and please upload to a conan repo

Hello, I tried to use your library with my project but I have this error with CMake : ``` CMake Error at CMakeLists.txt:17 (find_package): By not providing "FindHana.cmake" in CMAKE_MODULE_PATH...

It appears that you are placement `new`ing objects with their constructors which you have stored in a v-table via some tricks........that is fine, except that it appears that you are...

It is possible to forego the `decltype` step when using selectors, giving: ```c++ dyno::only ``` instead of ```c++ dyno::only ``` To do this, we only need to add an implicit...

Documentation revisions: additional reasons for using this library ie. why it, rust traits and go interfaces should be used 85++% of the time 1) Ease of use and teaching from...

I don't know if any of this has merit. You know the whole storage versus execution trade off. Is there compile time metadata on the arity or number of methods...