Fix pessimising move warning with GCC 13.1
This commit is contained in:
+1
-1
@@ -471,7 +471,7 @@ namespace nvhttp {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
auto uniqID { std::move(get_arg(args, "uniqueid")) };
|
auto uniqID { get_arg(args, "uniqueid") };
|
||||||
auto sess_it = map_id_sess.find(uniqID);
|
auto sess_it = map_id_sess.find(uniqID);
|
||||||
|
|
||||||
args_t::const_iterator it;
|
args_t::const_iterator it;
|
||||||
|
|||||||
Reference in New Issue
Block a user