Removed warning on size_t

[SVN r59774]
This commit is contained in:
Barend Gehrels 2010-02-20 15:11:19 +00:00
parent cead073c84
commit 14d1a64411

View File

@ -22,7 +22,7 @@
#include <deque>
template <typename G, std::size_t Expected>
template <typename G, int Expected>
void test_geometry()
{
BOOST_CHECK_EQUAL(boost::geometry::topological_dimension<G>::type::value, Expected);