Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env bash
source "overload"
output=
output_updated()
{
@NicholasRoge
NicholasRoge / keybase.md
Created February 17, 2017 07:51
keybase.md

Keybase proof

I hereby claim:

  • I am NicholasRoge on github.
  • I am nicholasroge (https://keybase.io/nicholasroge) on keybase.
  • I have a public key whose fingerprint is BC34 8425 0118 3A4B EC83 1CDE 432C 1FCC CB9A DB01

To claim this, I am signing this object:

@NicholasRoge
NicholasRoge / gist:c2cfe93da6b265593201
Last active June 8, 2018 09:22
C++11 Compliant Callback for Instantiation of Specified Types
#include <functional>
#include <vector>
#define snew NOTIFIER = new
/* Type Declarations */
template<typename Type>
class InstantiationObserver
{
friend class InstantiationNotifier;