mirror of
https://github.com/boostorg/function.git
synced 2026-01-27 19:02:11 +00:00
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