You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

373 B

This folder contains the example code for the CppCon 2014 presentation "Hourglass interfaces for C++ APIs".

The example code in this folder is placed in the public domain and is therefore free of copyright restrictions.

The code has been built and run under Mac OS X using the Clang compiler, and can be built with cmake . && make.

-- Stefanus Du Toit, September 2014