All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
check_.cc
Go to the documentation of this file.
3 namespace osl
4 {
5  // explicit template instantiation
6  template struct move_classifier::Check<BLACK>;
7  template struct move_classifier::Check<WHITE>;
8 }