Merge pull request #384 from wailo/patch-1

Fixed cout template token
This commit is contained in:
Andrea Crotti 2020-05-23 11:31:27 +01:00 committed by GitHub
commit 656a12a3e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,4 +5,4 @@
# --
`(progn (goto-char (point-min)) (unless (re-search-forward
"^using\\s-+namespace std;" nil 'no-errer) "std::"))
`cout << $0${1: << "${2:\n}"};
`cout << $0${1:} << "${2:\n}";