* g++.dg/ubsan/pr70135.C: Don't rely on C++17 static_assert.
From-SVN: r234120
This commit is contained in:
parent
a3dc87600f
commit
2ed21e590f
1 changed files with 1 additions and 1 deletions
|
@ -32,5 +32,5 @@ main ()
|
|||
{
|
||||
S <true, false, false, true, true, true, false, true> s;
|
||||
constexpr auto c = s.bar ();
|
||||
static_assert (s.bar () == 4 * 64 + 5);
|
||||
static_assert (s.bar () == 4 * 64 + 5, "");
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue