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 b4fb757 commit 034cbc7Copy full SHA for 034cbc7
auto_tests/toxav_mt_test.cc
@@ -143,7 +143,7 @@ std::vector<Tox_Ptr> prepare_network(uint32_t count) {
143
144
class AV_State {
145
public:
146
- explicit AV_State(Tox_Ptr tox, std::string name, bool combined = false)
+ explicit AV_State(Tox_Ptr tox, std::string name, bool combined = false) noexcept
147
: tox_(std::move(tox)),
148
combined_av_(combined),
149
stop_threads_{false},
0 commit comments