diff options
Diffstat (limited to 'src/bootstrap.cpp')
-rw-r--r-- | src/bootstrap.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap.cpp b/src/bootstrap.cpp index 5ff71db..0ef0584 100644 --- a/src/bootstrap.cpp +++ b/src/bootstrap.cpp @@ -31,7 +31,7 @@ #include <random> #include <string_view> -Container bootstrap() +Container bootstrap() noexcept { auto container = Container(); |