forked from boostorg/function
Remove spurious semicolon
[SVN r11944]
This commit is contained in:
@ -630,7 +630,7 @@ test_ref()
|
||||
catch(std::runtime_error e) {
|
||||
BOOST_ERROR("Nonthrowing constructor threw an exception");
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
int test_main(int, char* [])
|
||||
{
|
||||
|
Reference in New Issue
Block a user