mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-10 23:42:12 +00:00
compilation warning fixed.
[SVN r81446]
This commit is contained in:
@@ -171,7 +171,7 @@ template <>
|
||||
struct generate_input<3>
|
||||
{
|
||||
template <typename Value, typename Box>
|
||||
static void apply(std::vector<Value> & input, Box & qbox, unsigned size = 1)
|
||||
static void apply(std::vector<Value> & input, Box & qbox, int size = 1)
|
||||
{
|
||||
assert(0 < size);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user