Eradicate tabs

llvm-svn: 188322
This commit is contained in:
Marshall Clow 2013-08-13 22:22:40 +00:00
parent e06dfe2ccd
commit e4fa0dee48
3 changed files with 3 additions and 3 deletions

View File

@ -86,7 +86,7 @@ int main()
{
assert(idx == 0);
}
// LWG issue #2009
// LWG issue #2009
try
{
std::stol("9999999999999999999999999999999999999999999999999", &idx);

View File

@ -84,7 +84,7 @@ int main()
{
assert(idx == 0);
}
// LWG issue #2009
// LWG issue #2009
try
{
std::stoul("9999999999999999999999999999999999999999999999999", &idx);

View File

@ -85,7 +85,7 @@ int main()
{
assert(idx == 0);
}
// LWG issue #2009
// LWG issue #2009
try
{
std::stoull("9999999999999999999999999999999999999999999999999", &idx);