Skip to content

Commit

Permalink
Add expected
Browse files Browse the repository at this point in the history
  • Loading branch information
gen740 committed Dec 18, 2023
1 parent 773ae86 commit b8949ff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Argo/StdModule.cc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ module;
#include <array>
#include <charconv>
#include <concepts>
#include <expected>
#include <format>
#include <functional>
#include <iostream>
Expand Down Expand Up @@ -127,6 +128,9 @@ using ::std::reference_wrapper;
using ::std::nullopt;
using ::std::optional;

// expected
using ::std::expected;

// NOLINTEND(bugprone-reserved-identifier)

} // namespace std

0 comments on commit b8949ff

Please sign in to comment.