sociablefish@programming.dev to C++@programming.dev · 11 months agoHow to implement fully generic double dispatch in C++?plus-squaremessage-squaremessage-square0fedilinkarrow-up16arrow-down11
arrow-up15arrow-down1message-squareHow to implement fully generic double dispatch in C++?plus-squaresociablefish@programming.dev to C++@programming.dev · 11 months agomessage-square0fedilink
minus-squaresociablefish@programming.devOPtoC++@programming.dev•How to implement fully templatized double dispatch in C++linkfedilinkarrow-up1·11 months agofor my toy example i need runtime polymorphism and virtual inheritance linkfedilink
minus-squaresociablefish@programming.devOPtoC++@programming.dev•How to implement fully templatized double dispatch in C++linkfedilinkarrow-up2·11 months agosure 1st: https://godbolt.org/z/MqaqWjnzf 2nd: https://godbolt.org/z/erPsMKn19 3rd: https://godbolt.org/z/e1TjeEWzE linkfedilink
sociablefish@programming.dev to C++@programming.dev · edit-211 months agoHow to implement fully templatized double dispatch in C++plus-squaremessage-squaremessage-square4fedilinkarrow-up19arrow-down10
arrow-up19arrow-down1message-squareHow to implement fully templatized double dispatch in C++plus-squaresociablefish@programming.dev to C++@programming.dev · edit-211 months agomessage-square4fedilink
minus-squaresociablefish@programming.devtoProgrammer Humor@programming.dev•The superior bracket stylelinkfedilinkarrow-up1·1 year agoim gonna install my own reformatter to reformat it back on my machine, win-win linkfedilink
for my toy example i need runtime polymorphism and virtual inheritance