mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-01-19 15:10:56 +01:00
Utilities/Log.cpp: In member function 'void logs::file_writer::log(logs::level, const char*, std::size_t)':
Utilities/Log.cpp:559:9: error: 'memcpy' is not a member of 'std'
std::memcpy(pos, text, frag);
^~~~~~
Utilities/Log.cpp:559:9: note: suggested alternative: 'empty'
std::memcpy(pos, text, frag);
^~~~~~
empty
Utilities/Log.cpp:560:9: error: 'memcpy' is not a member of 'std'
std::memcpy(m_fptr, text + frag, size - frag);
^~~~~~
Utilities/Log.cpp:560:9: note: suggested alternative: 'empty'
std::memcpy(m_fptr, text + frag, size - frag);
^~~~~~
empty
Utilities/Log.cpp:564:9: error: 'memcpy' is not a member of 'std'
std::memcpy(pos, text, size);
^~~~~~
Utilities/Log.cpp:564:9: note: suggested alternative: 'empty'
std::memcpy(pos, text, size);
^~~~~~
empty
Utilities/sync.h: In member function 'int futex(int*, int, int, const timespec*, int*, int)::futex_map::operator()(int*, int, int, const timespec*, int*, uint)':
Utilities/sync.h:110:20: error: 'find' is not a member of 'std'
map.erase(std::find(map.find(uaddr), map.end(), ref));
^~~~
Utilities/sync.h:110:20: note: suggested alternative: 'rend'
map.erase(std::find(map.find(uaddr), map.end(), ref));
^~~~
rend
|
||
|---|---|---|
| .. | ||
| Atomic.h | ||
| AtomicPtr.h | ||
| BEType.h | ||
| bin_patch.cpp | ||
| bin_patch.h | ||
| bit_set.h | ||
| BitField.h | ||
| cfmt.h | ||
| cond.cpp | ||
| cond.h | ||
| Config.cpp | ||
| Config.h | ||
| CPUStats.h | ||
| CRC.h | ||
| date_time.h | ||
| dynamic_library.cpp | ||
| dynamic_library.h | ||
| event.h | ||
| File.cpp | ||
| File.h | ||
| GDBDebugServer.cpp | ||
| GDBDebugServer.h | ||
| geometry.h | ||
| git-version-gen.cmd | ||
| GSL.h | ||
| hash.h | ||
| Interval.h | ||
| JIT.cpp | ||
| JIT.h | ||
| lockless.h | ||
| Log.cpp | ||
| Log.h | ||
| LUrlParser.cpp | ||
| LUrlParser.h | ||
| mutex.cpp | ||
| mutex.h | ||
| recursive_wrapper.hpp | ||
| rXml.cpp | ||
| rXml.h | ||
| sema.cpp | ||
| sema.h | ||
| StrFmt.cpp | ||
| StrFmt.h | ||
| StrUtil.h | ||
| sync.h | ||
| sysinfo.cpp | ||
| sysinfo.h | ||
| Thread.cpp | ||
| Thread.h | ||
| Timer.h | ||
| types.h | ||
| variant.hpp | ||
| variant_visitor.hpp | ||
| version.cpp | ||
| version.h | ||
| VirtualMemory.cpp | ||
| VirtualMemory.h | ||