mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-12 15:26:00 +00:00
Fix more instances of Clang's -Wunqualified-std-cast-call
This commit is contained in:
@@ -313,7 +313,7 @@ void wfc() {
|
||||
nfreq.emplace_back(p);
|
||||
nfreq.back().code |= (code_t(c) << sh);
|
||||
}
|
||||
freq = move(nfreq);
|
||||
freq = std::move(nfreq);
|
||||
nfreq = {};
|
||||
// println(hlog, "inpath = ", inpath);
|
||||
// println(hlog, "freqs = ", isize(freq));
|
||||
|
Reference in New Issue
Block a user