Eradicate tabs

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@188322 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Marshall Clow 2013-08-13 22:22:40 +00:00
parent 5da3087628
commit bf6eda0b1e
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);