2
0
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:
Emil Dotchevski
2020-06-15 18:37:35 -07:00
parent aac28bbc49
commit 1c9a2eca4b
12 changed files with 31 additions and 17 deletions

View File

@@ -67,7 +67,7 @@ int main()
{
try
{
throw leaf::exception(std::exception{}, info<4>{4});
throw leaf::exception(info<4>{4});
}
catch(...)
{