Skip to content
Snippets Groups Projects
Unverified Commit 9b7a86b6 authored by Nora Abi Akar's avatar Nora Abi Akar Committed by GitHub
Browse files

fix warning (#1146)

parent 74e911e6
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ private:
template <typename E>
struct unexpected {
template <typename F>
friend class unexpected;
friend struct unexpected;
unexpected() = default;
unexpected(const unexpected&) = default;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment