Skip to content

Commit 6264bec

Browse files
committed
up
1 parent 7c228c1 commit 6264bec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kbe/src/lib/db_interface/entity_table.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ class EntityTables
283283
{
284284
std::string keyCopy(key);
285285
std::transform(keyCopy.begin(), keyCopy.end(), keyCopy.begin(), tolower);
286-
return std::hash<std::string>()(keyCopy);
286+
return std::tr1::hash<std::string>()(keyCopy);
287287
}
288288
};
289289

0 commit comments

Comments
 (0)