Rename CPP inc snippet to prevent name collision with C inc snippet

This commit is contained in:
Arvind 2016-08-08 09:35:37 +05:30 committed by GitHub
parent 02e9bf2b5c
commit af01563f66

View File

@ -3,7 +3,7 @@ extends c
## ##
## Preprocessor ## Preprocessor
# #include <...> # #include <...>
snippet inc snippet incc
#include <${1:iostream}> #include <${1:iostream}>
snippet binc snippet binc
#include <boost/${1:shared_ptr}.hpp> #include <boost/${1:shared_ptr}.hpp>