00001 #include "osl/hash/boardKey.tcc" 00002 00003 template class osl::hash::GeneralBoardKey<unsigned int,4>; 00004 template class osl::hash::GeneralBoardKey<unsigned long long,2>; 00005 template struct osl::hash::GeneralHashKey<osl::hash::BoardKey32>; 00006 template struct osl::hash::GeneralHashKey<osl::hash::BoardKey64>; 00007 00008 00009 // ;;; Local Variables: 00010 // ;;; mode:c++ 00011 // ;;; c-basic-offset:2 00012 // ;;; End: