summaryrefslogtreecommitdiffstats
path: root/emacs.d/snippets/text-mode/cc-mode/c++-mode/using
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--emacs.d/snippets/text-mode/cc-mode/c++-mode/using4
1 files changed, 4 insertions, 0 deletions
diff --git a/emacs.d/snippets/text-mode/cc-mode/c++-mode/using b/emacs.d/snippets/text-mode/cc-mode/c++-mode/using
new file mode 100644
index 0000000..13d0f5d
--- /dev/null
+++ b/emacs.d/snippets/text-mode/cc-mode/c++-mode/using
@@ -0,0 +1,4 @@
+#name : using namespace ...
+# --
+using namespace ${std};
+$0 \ No newline at end of file