mirror of
https://github.com/TartanLlama/optional.git
synced 2025-08-02 03:14:26 +02:00
Guard
This commit is contained in:
@@ -11,6 +11,9 @@
|
|||||||
// <http://creativecommons.org/publicdomain/zero/1.0/>.
|
// <http://creativecommons.org/publicdomain/zero/1.0/>.
|
||||||
///
|
///
|
||||||
|
|
||||||
|
#ifndef TL_OPTIONAL_HPP
|
||||||
|
#define TL_OPTIONAL_HPP
|
||||||
|
|
||||||
#include <exception>
|
#include <exception>
|
||||||
#include <functional>
|
#include <functional>
|
||||||
#include <new>
|
#include <new>
|
||||||
@@ -1381,3 +1384,5 @@ template <class T> struct hash<tl::optional<T>> {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
} // namespace std
|
} // namespace std
|
||||||
|
|
||||||
|
#endif
|
||||||
|
Reference in New Issue
Block a user