44 #if defined(__APPLE__) || (defined(_MSC_VER) && _MSC_VER < 1600)
50 class hash<CL_String> : hash<const CL_String::char_type*>
53 size_t operator()(
const CL_String& keyval)
const
55 return hash<const CL_String::char_type*>::operator()(keyval.
c_str());
64 class hash<
CL_String> : hash<const CL_String::char_type*>
69 return hash<const CL_String::char_type*>::operator()(keyval.
c_str());