This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// debug_stringbuf.h | |
// | |
// put this somewhere during init: | |
// | |
// debug_stringbuf_init(); | |
// | |
#pragma once |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// Visual Studio 2010 | |
// X64 Compiler Bug | |
// | |
struct IntProxy | |
{ | |
static IntProxy MakeIntProxy(int rhs) | |
{ | |
IntProxy result; |
NewerOlder