We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fff928 commit 778803eCopy full SHA for 778803e
include/errors/error.hpp
@@ -2,9 +2,7 @@
2
3
#include <memory>
4
#include <ostream>
5
-#include <string>
6
#include <string_view>
7
-#include <utility>
8
9
// Prevent conflicting name with the nil macro in Objective-C.
10
// See: https://github.com/threeal/errors-cpp/issues/128
src/error.cpp
@@ -1,4 +1,3 @@
1
-#include <algorithm>
#include <errors/error.hpp>
namespace errors {
0 commit comments