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 f50e44f commit c51bc36Copy full SHA for c51bc36
source/operators/binary_minus.cpp
@@ -19,6 +19,7 @@ import std_module;
19
OPERATORS_FORWARD(lhs) + -OPERATORS_FORWARD(rhs) \
20
)
21
22
+namespace {
23
namespace operators_impl {
24
25
struct minus {
@@ -27,6 +28,7 @@ struct minus {
27
28
};
29
30
} // namespace operators_impl
31
+} // namespace
32
33
namespace operators::binary {
34
source/operators/unary_minus.cpp
@@ -21,6 +21,7 @@ import std_module;
0 - OPERATORS_FORWARD(value) \
26
@@ -29,6 +30,7 @@ struct minus {
35
namespace operators::unary {
36
0 commit comments