Add version defines

This commit is contained in:
Simon Brand
2017-10-29 21:55:27 +00:00
parent 7cfe5f71e4
commit 45b6e55233

View File

@ -14,6 +14,9 @@
#ifndef TL_OPTIONAL_HPP
#define TL_OPTIONAL_HPP
#define TL_OPTIONAL_VERSION_MAJOR 0
#define TL_OPTIONAL_VERSION_MINOR 2
#include <exception>
#include <functional>
#include <new>