| 76 | |
| 77 | template <typename T> |
| 78 | typename disable_if<is_matrix<T> >::type assert_is_vector(const T&) |
| 79 | {} |
| 80 | |
| 81 | template <typename T> |
| 82 | // This funny #ifdef thing is here because gcc sometimes gives a warning |
no outgoing calls
no test coverage detected