Experimental vm::ptr support for fmt::format

This commit is contained in:
Nekotekina
2015-01-13 20:14:07 +03:00
parent 1c4e89d2bf
commit 88fd748dd5
5 changed files with 55 additions and 16 deletions
+5
View File
@@ -654,6 +654,11 @@ namespace fmt
char*, const char*, std::string (%s)
be_t<> of any appropriate type in this list
enum of any appropriate type in this list
External specializations (can be found in another headers):
vm::ps3::ptr (vm_ptr.h) (of appropriate address type, writing .addr() for printing can be avoided)
vm::ps3::bptr (vm_ptr.h)
vm::psv::ptr (vm_ptr.h)
Supported formatting:
%d - decimal; only basic std::to_string() functionality