CASM  1.1.0
A Clusters Approach to Statistical Mechanics
Remove.cc
Go to the documentation of this file.
3 
4 // explicit template instantiations
5 #define INST_Remove(r, data, type) \
6  template class Remove<type>; \
7  template class RemoveT<type>;
8 
9 namespace CASM {
10 namespace DB {
11 
12 BOOST_PP_SEQ_FOR_EACH(INST_Remove, _, CASM_DB_CONFIG_TYPES)
13 
14 }
15 } // namespace CASM
#define CASM_DB_CONFIG_TYPES
#define INST_Remove(r, data, type)
Definition: Remove.cc:5
Main CASM namespace.
Definition: APICommand.hh:8