mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 17:01:24 +12:00
logs.hpp: refactoring (logs::message)
Make .error/.warning/... callable objects which can be pointed to. Make .always() more hard to access. Memory layout optimizations.
This commit is contained in:
parent
1d0f6eebdc
commit
04cac6cd33
9 changed files with 95 additions and 69 deletions
|
@ -73,6 +73,10 @@ namespace std
|
|||
}
|
||||
#endif
|
||||
|
||||
#if defined(__INTELLISENSE__)
|
||||
#define consteval constexpr
|
||||
#endif
|
||||
|
||||
using schar = signed char;
|
||||
using uchar = unsigned char;
|
||||
using ushort = unsigned short;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue