clean up extraneous comment
This commit is contained in:
parent
c2e19fc210
commit
f0406578bd
@ -561,11 +561,6 @@ namespace cxxopts
|
|||||||
value = checked_negate<T>(result,
|
value = checked_negate<T>(result,
|
||||||
text,
|
text,
|
||||||
std::integral_constant<bool, is_signed>());
|
std::integral_constant<bool, is_signed>());
|
||||||
//if (!is_signed)
|
|
||||||
//{
|
|
||||||
// throw argument_incorrect_type(text);
|
|
||||||
//}
|
|
||||||
//value = -result;
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user