: New _.cpp template.
This commit is contained in:
@@ -1,10 +1,9 @@
|
|||||||
/*
|
/*
|
||||||
VIM: let b:lcppflags="-std=c++14 -O2 -pthread -I."
|
VIM: let b:cf5build="clang -std=c++20 -O2 -pthread -lstdc++ -I. {SRC} -o {OUT}"
|
||||||
VIM: let b:wcppflags="/O2 /EHsc /DWIN32"
|
VIM: let b:cf5run="{OUT}"
|
||||||
VIM-: let b:cppflags=g:Iboost.g:Itbb
|
VIM-: let b:cppflags=g:Iboost.g:Itbb
|
||||||
VIM-: let b:ldflags=g:Lboost.g:Ltbb
|
VIM-: let b:ldflags=g:Lboost.g:Ltbb
|
||||||
VIM-: let b:ldlibpath=g:Bboost.g:Btbb
|
VIM-: let b:ldlibpath=g:Bboost.g:Btbb
|
||||||
VIM-: let b:argv=""
|
|
||||||
*/
|
*/
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <exception>
|
#include <exception>
|
||||||
|
|||||||
Reference in New Issue
Block a user