fix some compiler warnings

This commit is contained in:
Patrick Brosi 2018-07-22 18:37:03 +02:00
parent 0effea29bd
commit 30883e6487
7 changed files with 43 additions and 39 deletions

View file

@ -18,7 +18,7 @@ class GridException : public std::runtime_error {
GridException(std::string const& msg) : std::runtime_error(msg) {}
};
template <typename V, template <typename> typename G, typename T>
template <typename V, template <typename> class G, typename T>
class Grid {
public:
// initialization of a point grid with cell width w and cell height h