mirror of
https://github.com/boostorg/static_assert.git
synced 2025-07-16 06:02:11 +02:00
Changed tests to guarantee portability
[SVN r22245]
This commit is contained in:
@ -18,7 +18,7 @@ struct Bob
|
||||
public:
|
||||
|
||||
// Member function scope: provides access to member variables
|
||||
int x;
|
||||
char x[4];
|
||||
char c;
|
||||
int f()
|
||||
{
|
||||
|
Reference in New Issue
Block a user