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.
2 parents 1d1648f + 36bfa01 commit e2d462bCopy full SHA for e2d462b
src/namespaces.cpp
@@ -22,7 +22,7 @@
22
23
// This is the syntax to declare a namespace.
24
namespace ABC {
25
- // We define a function spam in the ABC namespace. This is used in line 44.
+ // We define a function spam in the ABC namespace. This is used in line 57.
26
void spam(int a) {
27
std::cout << "Hello from ABC::spam: " << a << std::endl;
28
}
@@ -158,4 +158,4 @@ int main() {
158
eggs(999);
159
160
return 0;
161
-}
+}
0 commit comments