Skip to content

Commit

Permalink
Guard
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Brand committed Oct 24, 2017
1 parent 71ad0bf commit abd4d55
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions optional.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
// <http://creativecommons.org/publicdomain/zero/1.0/>.
///

#ifndef TL_OPTIONAL_HPP
#define TL_OPTIONAL_HPP

#include <exception>
#include <functional>
#include <new>
Expand Down Expand Up @@ -1381,3 +1384,5 @@ template <class T> struct hash<tl::optional<T>> {
}
};
} // namespace std

#endif

0 comments on commit abd4d55

Please sign in to comment.