generator::R_state: make ctor,dtor noexcept

This commit is contained in:
surtur 2022-01-13 01:51:33 +01:00
parent 643e7aabf6
commit 4d0785b002
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -72,8 +72,8 @@ public:
friend fortuna::Fortuna;
public:
R_state() {}
~R_state() = default;
R_state() noexcept {}
~R_state() noexcept = default;
protected:
auto null_da_ctr() -> void {