safeMove.cc
Go to the documentation of this file.
00001 #include "osl/move_classifier/safeMove.h"
00002 
00003 namespace osl
00004 {
00005   // explicit template instantiation
00006   template struct move_classifier::SafeMove<BLACK>;
00007   template struct move_classifier::SafeMove<WHITE>;
00008 }
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines