mirror of
https://github.com/boostorg/leaf.git
synced 2026-01-19 04:22:08 +00:00
Removed redundant std::exception when calling leaf::exception()
This commit is contained in:
@@ -67,7 +67,7 @@ int main()
|
||||
{
|
||||
try
|
||||
{
|
||||
throw leaf::exception(std::exception{}, info<4>{4});
|
||||
throw leaf::exception(info<4>{4});
|
||||
}
|
||||
catch(...)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user