My Project
drop.cc
Go to the documentation of this file.
4 #include "osl/numEffectState.h"
5 
6 
7 namespace osl
8 {
9  namespace move_generator
10  {
11  // explicit template instantiation
12  template class Drop<move_action::Store>;
13  template void Drop<move_action::Store>::generate<BLACK>(const NumEffectState&,move_action::Store&);
14  template void Drop<move_action::Store>::generate<WHITE>(const NumEffectState&,move_action::Store&);
15  } // namespace move_generator
16 } // namespace osl
17 // ;;; Local Variables:
18 // ;;; mode:c++
19 // ;;; c-basic-offset:2
20 // ;;; End: