Removed warning on size_t
[SVN r59774]
This commit is contained in:
parent
cead073c84
commit
14d1a64411
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user