We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb3c3e1 commit 4cd1639Copy full SHA for 4cd1639
include/protozero/basic_pbf_builder.hpp
@@ -67,7 +67,7 @@ class basic_pbf_builder : public basic_pbf_writer<TBuffer> {
67
* @param tag Tag of the field that will be written
68
*/
69
template <typename P>
70
- basic_pbf_builder(basic_pbf_writer<TBuffer>& parent_writer, P tag) noexcept :
+ basic_pbf_builder(basic_pbf_writer<TBuffer>& parent_writer, P tag) :
71
basic_pbf_writer<TBuffer>{parent_writer, pbf_tag_type(tag)} {
72
}
73
0 commit comments