We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c535d1 commit b758282Copy full SHA for b758282
src/rest/rest.cpp
@@ -30,6 +30,7 @@ using namespace system;
30
using namespace network::rpc;
31
32
BC_PUSH_WARNING(NO_ARRAY_INDEXING)
33
+BC_PUSH_WARNING(NO_THROW_IN_NOEXCEPT)
34
35
template <typename Number>
36
static bool to_number(Number& out, const std::string_view& token) NOEXCEPT
@@ -283,6 +284,7 @@ code path_to_request(request_t& out, const std::string& path) NOEXCEPT
283
284
return segment == segments.size() ? error::success : error::extra_segment;
285
}
286
287
+BC_POP_WARNING()
288
BC_POP_WARNING()
289
290
} // namespace node
0 commit comments