There was an error while loading. Please reload this page.
1 parent 35572e5 commit cf9e873Copy full SHA for cf9e873
.gitignore
@@ -0,0 +1,2 @@
1
+.#*
2
+*~
README.md
@@ -92,7 +92,7 @@ them by hand.
92
* Sometimes you may want to expose internal functions or
93
variables just for testing purpose. In this case it is better
94
to declare them in
95
- [internal-only namespaces](csaes/internal_only_namespaces.md).
+ [internal-only namespaces](cases/internal_only_namespaces.md).
96
2. Never do **using namespace foo;**
97
98
* This pollutes the namespace, and can lead to hard-to-resolve
0 commit comments