_.cpp ldflags and etc are commented out.
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
VIM: let b:lcppflags="-std=c++11 -O2 -pthread"
|
VIM: let b:lcppflags="-std=c++14 -O2 -pthread -I."
|
||||||
VIM: let b:wcppflags="/O2 /EHsc /DWIN32"
|
VIM: let b:wcppflags="/O2 /EHsc /DWIN32"
|
||||||
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=""
|
VIM-: let b:argv=""
|
||||||
*/
|
*/
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <exception>
|
#include <exception>
|
||||||
|
|||||||
Reference in New Issue
Block a user