forked from boostorg/function
Merge Change 74916 (extra semicolon) to release
[SVN r74939]
This commit is contained in:
@ -858,7 +858,7 @@ namespace boost {
|
||||
#else
|
||||
private:
|
||||
struct dummy {
|
||||
void nonnull() {};
|
||||
void nonnull() {}
|
||||
};
|
||||
|
||||
typedef void (dummy::*safe_bool)();
|
||||
|
Reference in New Issue
Block a user