Change 16246

ShadauxCat (ShadauxCat)
ShadauxCat committed this change into //guest/ShadauxCat/Sprawl/Mainline under Review 16247
View Review
Download .zip
- Fixed size and type computation for OpaqueTypeList, which was incorrect because it was building the struct in reverse order - and windows x86 also seems to have strange behavior with inheritance or including structs as class members when it comes to size calculation.
So I'm now calculating the size manually. (Yay recursive compile-time math...)
- Added function in logging to get the file object corresponding with a PrintToFile handler.

#review-16247
  • Files 4
  • Comments 0
4 edited 0 added 0 deleted
UnitTests/UnitTests_Memory.cpp#12
Loading...
logging/Logging.cpp#7
Loading...
logging/Logging.hpp#8
Loading...
memory/opaque_type.hpp#4
Loading...
Tip: Use n and p to cycle through the changes.