flat_hash_set test passing

This commit is contained in:
greg
2019-03-24 14:47:52 -04:00
parent 272f174a12
commit 31f86eb669
3 changed files with 217 additions and 9 deletions
+1 -1
View File
@@ -1707,7 +1707,7 @@ struct nullopt_t
explicit constexpr nullopt_t(init_t& /*unused*/) {}
};
extern const nullopt_t nullopt;
constexpr nullopt_t nullopt(nullopt_t::init);
namespace optional_internal {