Currently fast_ber does not throw exceptions. Most functions are labelled noexcept.
However, the only way for constructors to report errors is to throw an exception. Utility should be added such that constructors which may fail throw an error.
Default constructors should not throw.
Any existing functionality that returns an error code should not be affected.
Currently fast_ber does not throw exceptions. Most functions are labelled noexcept.
However, the only way for constructors to report errors is to throw an exception. Utility should be added such that constructors which may fail throw an error.
Default constructors should not throw.
Any existing functionality that returns an error code should not be affected.