Add missing specialization for the `nullptr` for the hash function (#1824)
#1791 Added hash function for value class. It uses the Visit function and has specialization for the bool_type and <vector> type but was missing specialization for the nullptr. Nullptr caused compilation issues for RHEL, SLES and CentOS.
Showing
Please register or sign in to comment