This commit is contained in:
Zhang Chiyuan 2008-03-07 15:40:21 +00:00
parent 76ef5b9ae7
commit f6a2003d8a
5 changed files with 8 additions and 4 deletions

4
snippets/c++-mode/using Normal file
View File

@ -0,0 +1,4 @@
#name : using namespace ...
# --
using namespace ${std};
$0