All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
open.cc
Go to the documentation of this file.
6 
7 namespace osl
8 {
9  // explicit template instantiation
11  (Player, const NumEffectState&, Piece, move_action::Store&,
12  Square, Direction);
13 
14  template void move_generator::Open<move_action::Store>::generate<BLACK>(NumEffectState const&, Piece, move_action::Store&, Square, Direction);
15  template void move_generator::Open<move_action::Store>::generate<WHITE>(NumEffectState const&, Piece, move_action::Store&, Square, Direction);
16 }
17 
18 // ;;; Local Variables:
19 // ;;; mode:c++
20 // ;;; c-basic-offset:2
21 // ;;; End: