Eradicate tabs
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@188322 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5da3087628
commit
bf6eda0b1e
@ -86,7 +86,7 @@ int main()
|
|||||||
{
|
{
|
||||||
assert(idx == 0);
|
assert(idx == 0);
|
||||||
}
|
}
|
||||||
// LWG issue #2009
|
// LWG issue #2009
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
std::stol("9999999999999999999999999999999999999999999999999", &idx);
|
std::stol("9999999999999999999999999999999999999999999999999", &idx);
|
||||||
|
@ -84,7 +84,7 @@ int main()
|
|||||||
{
|
{
|
||||||
assert(idx == 0);
|
assert(idx == 0);
|
||||||
}
|
}
|
||||||
// LWG issue #2009
|
// LWG issue #2009
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
std::stoul("9999999999999999999999999999999999999999999999999", &idx);
|
std::stoul("9999999999999999999999999999999999999999999999999", &idx);
|
||||||
|
@ -85,7 +85,7 @@ int main()
|
|||||||
{
|
{
|
||||||
assert(idx == 0);
|
assert(idx == 0);
|
||||||
}
|
}
|
||||||
// LWG issue #2009
|
// LWG issue #2009
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
std::stoull("9999999999999999999999999999999999999999999999999", &idx);
|
std::stoull("9999999999999999999999999999999999999999999999999", &idx);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user