mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Fixed potential conflict with macro max
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@551 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
0841b2fd16
commit
e38a3ee8ec
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ namespace detail
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
explicit at_least( std::size_t min )
|
explicit at_least( std::size_t min )
|
||||||
: between( min, std::numeric_limits< std::size_t >::max() )
|
: between( min, (std::numeric_limits< std::size_t >::max)() )
|
||||||
{}
|
{}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue