| 140 | |
| 141 | template<typename PlainObjectType> |
| 142 | void mapstaticmethods(const PlainObjectType& m) |
| 143 | { |
| 144 | mapstaticmethods_impl<PlainObjectType>::run(m); |
| 145 | VERIFY(true); // just to avoid 'unused function' warning |
| 146 | } |
| 147 | |
| 148 | void test_mapstaticmethods() |
| 149 | { |