forked from OSchip/llvm-project
parent
e06dfe2ccd
commit
e4fa0dee48
|
@ -86,7 +86,7 @@ int main()
|
|||
{
|
||||
assert(idx == 0);
|
||||
}
|
||||
// LWG issue #2009
|
||||
// LWG issue #2009
|
||||
try
|
||||
{
|
||||
std::stol("9999999999999999999999999999999999999999999999999", &idx);
|
||||
|
|
|
@ -84,7 +84,7 @@ int main()
|
|||
{
|
||||
assert(idx == 0);
|
||||
}
|
||||
// LWG issue #2009
|
||||
// LWG issue #2009
|
||||
try
|
||||
{
|
||||
std::stoul("9999999999999999999999999999999999999999999999999", &idx);
|
||||
|
|
|
@ -85,7 +85,7 @@ int main()
|
|||
{
|
||||
assert(idx == 0);
|
||||
}
|
||||
// LWG issue #2009
|
||||
// LWG issue #2009
|
||||
try
|
||||
{
|
||||
std::stoull("9999999999999999999999999999999999999999999999999", &idx);
|
||||
|
|
Loading…
Reference in New Issue