jll63 / yomm2

Fast, orthogonal, open multi-methods. Solve the Expression Problem in C++17.
Boost Software License 1.0
348 stars 18 forks source link

Static methods, Macro Debugging #28

Closed jll63 closed 3 years ago

jll63 commented 3 years ago
jll63 commented 3 years ago

@derpda I changed how methods are registered. Previously, it was done by declare_method, now by define_method. This is to support methods as static class members (for places where they hate ADL). If you have time, can you try this branch with your code base? Just see if everything still compiles and run.

jll63 commented 3 years ago

Thanks!