forked from TartanLlama/optional
Add version defines
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user