cpp\operator_delete_destructor_call.cpp

This commit is contained in:
2014-05-31 23:05:06 +04:00
parent e6a4592ea3
commit 09c9e7caaf

View File

@@ -1,8 +1,14 @@
// testConstructorCall.cpp : Defines the entry point for the console application. /* Check cf5-opt.vim defs.
// VIM: let g:lcppflags="-std=c++11 -O2 -pthread"
VIM: let g:wcppflags="/O2 /EHsc /DWIN32"
VIM: let g:cppflags=g:Iboost.g:Itbb
VIM: let g:ldflags=g:Lboost.g:Ltbb.g:tbbmalloc.g:tbbmproxy
VIM: let g:ldlibpath=g:Bboost.g:Btbb
VIM: let g:argv=""
VIM-: let g:cf5output=0
*/
#include "stdafx.h" #include "stdafx.h"
#include <stdio.h> #include <stdio.h>
class a class a
@@ -29,7 +35,7 @@ public:
} }
}; };
int _tmain(int argc, _TCHAR* argv[]) int main(int argc, const char * argv[])
{ {
/* /*
a o; a o;