orocos / orocos_kinematics_dynamics

Orocos Kinematics and Dynamics C++ library
679 stars 407 forks source link

Add hash function to "dataclasses" #394

Closed MatthijsBurgh closed 2 years ago

MatthijsBurgh commented 2 years ago

std::hash is only available from c++11. Do we want to to check for this (#if (__cplusplus > 201103L)? Or can we assume that all users have minimal c++11?

MatthijsBurgh commented 2 years ago

@meyerj @smits friendly ping ;)