Skip to content

Instantly share code, notes, and snippets.

View Jmgr's full-sized avatar

Jonathan Mercier-Ganady Jmgr

View GitHub Profile
@Jmgr
Jmgr / bool.hpp
Last active August 29, 2015 14:28
A better boolean type with C++11
// Copyright (c) 2015, Jonathan Mercier-Ganady
// All rights reserved.
// See the LICENSE file for more details.
#pragma once
#include <ostream>
class Bool final
{