Skip to content

Instantly share code, notes, and snippets.

View kalineh's full-sized avatar

kalineh

  • Funktronic Labs
  • Pasadena, CA
View GitHub Profile
//
// debug_stringbuf.h
//
// put this somewhere during init:
//
// debug_stringbuf_init();
//
#pragma once
@kalineh
kalineh / main.cpp
Created October 31, 2012 02:14
VS2010 X64 compiler bug repro
//
// Visual Studio 2010
// X64 Compiler Bug
//
struct IntProxy
{
static IntProxy MakeIntProxy(int rhs)
{
IntProxy result;