2
0
mirror of https://github.com/boostorg/config.git synced 2026-01-19 04:02:17 +00:00

Remove trailing spaces and newlines in Boost.StaticAssert sources.

This commit is contained in:
Andrey Semashev
2025-12-13 02:26:00 +03:00
parent df3b37914f
commit f14b2a48d2
15 changed files with 33 additions and 90 deletions

View File

@@ -28,7 +28,3 @@ int main()
{
return 0;
}

View File

@@ -31,10 +31,3 @@ int main()
//foo(l.begin(), l.end()); // error
return 0;
}

View File

@@ -29,5 +29,3 @@ int main()
{
return 0;
}

View File

@@ -177,5 +177,3 @@ template<std::size_t x> struct static_assert_test{};
#endif // defined(BOOST_NO_CXX11_STATIC_ASSERT)
#endif // BOOST_STATIC_ASSERT_HPP

View File

@@ -101,7 +101,3 @@ int main()
#endif
return 0;
}

View File

@@ -15,9 +15,3 @@ typedef char a2[3];
// Namespace scope
BOOST_STATIC_ASSERT(sizeof(a1) == sizeof(a2)); // will not compile

View File

@@ -18,8 +18,3 @@ void f()
{
BOOST_STATIC_ASSERT(sizeof(a1) == sizeof(a2)); // should not compile
}

View File

@@ -31,9 +31,3 @@ struct Bob
return x;
}
};

View File

@@ -30,9 +30,3 @@ struct Bob
return x;
}
};

View File

@@ -33,7 +33,3 @@ struct Bill
};
Bill<int, char> b;

View File

@@ -40,7 +40,3 @@ void foo()
// this should fail:
b.f(i, c);
}

View File

@@ -28,4 +28,3 @@ int main()
{
return 0;
}

View File

@@ -37,8 +37,3 @@ int main()
foo(l.begin(), l.end()); // error
return 0;
}

View File

@@ -29,4 +29,3 @@ int main()
{
return 0;
}