Skip to content

Commit

Permalink
Min
Browse files Browse the repository at this point in the history
  • Loading branch information
lanwin committed Feb 7, 2024
1 parent 8ef282f commit 95f74f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/samsung_ac/util.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ namespace esphome
// esphome optional did not work in tests and std::optional is not available in c++ 14.
template <typename T>
using opt = std::experimental::optional<T>;
using nullopt_t = std::experimental::nullopt_t;
using opt_null_t = std::experimental::nullopt_t;
constexpr auto nullopt = std::experimental::nullopt;

} // namespace samsung_ac
Expand Down

0 comments on commit 95f74f4

Please sign in to comment.