mirror of
https://github.com/boostorg/function.git
synced 2025-07-29 12:27:15 +02:00
Remove extraneous semicolon
[SVN r74916]
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