mirror of
https://github.com/aicodix/code.git
synced 2026-04-27 14:30:36 +00:00
oops
This commit is contained in:
parent
25059e17a9
commit
51a56dcbf6
1 changed files with 4 additions and 4 deletions
|
|
@ -16,7 +16,7 @@ public:
|
|||
typedef uint32_t result_type;
|
||||
static constexpr result_type min()
|
||||
{
|
||||
return 0;
|
||||
return 1;
|
||||
}
|
||||
static constexpr result_type max()
|
||||
{
|
||||
|
|
@ -44,7 +44,7 @@ public:
|
|||
typedef uint64_t result_type;
|
||||
static constexpr result_type min()
|
||||
{
|
||||
return 0;
|
||||
return 1;
|
||||
}
|
||||
static constexpr result_type max()
|
||||
{
|
||||
|
|
@ -77,7 +77,7 @@ public:
|
|||
typedef uint32_t result_type;
|
||||
static constexpr result_type min()
|
||||
{
|
||||
return 0;
|
||||
return 1;
|
||||
}
|
||||
static constexpr result_type max()
|
||||
{
|
||||
|
|
@ -119,7 +119,7 @@ public:
|
|||
typedef uint32_t result_type;
|
||||
static constexpr result_type min()
|
||||
{
|
||||
return 0;
|
||||
return 1;
|
||||
}
|
||||
static constexpr result_type max()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue