
please wait
|
|
1> Hello World.cpp 1>c:\users\a\documents\visual studio 2010\projects\hello world\hello world\std_lib_facilities.h(71): error C2868: 'std::vector<_Ty,_Ax>::size_type' : illegal syntax for using-declaration; expected qualified-name 1> c:\users\a\documents\visual studio 2010\projects\hello world\hello world\std_lib_facilities.h(95) : see reference to class template instantiation 'Vector<T>' being compiled 1>c:\users\a\documents\visual studio 2010\projects\hello world\hello world\std_lib_facilities.h(71): error C2143: syntax error : missing ';' before '=' 1>c:\users\a\documents\visual studio 2010\projects\hello world\hello world\std_lib_facilities.h(71): error C2238: unexpected token(s) preceding ';' 1>c:\users\a\documents\visual studio 2010\projects\hello world\hello world\std_lib_facilities.h(80): error C2061: syntax error : identifier 'initializer_list' 1>c:\users\a\documents\visual studio 2010\projects\hello world\hello world\std_lib_facilities.h(80): error C2535: 'Vector<T>::Vector(void)' : member function already defined or declared 1> c:\users\a\documents\visual studio 2010\projects\hello world\hello world\std_lib_facilities.h(75) : see declaration of 'Vector<T>::Vector' 1>c:\users\a\documents\visual studio 2010\projects\hello world\hello world\std_lib_facilities.h(102): error C2868: 'std::basic_string<_Elem,_Traits,_Ax>::size_type' : illegal syntax for using-declaration; expected qualified-name 1> with 1> [ 1> _Elem=char, 1> _Traits=std::char_traits<char>, 1> _Ax=std::allocator<char> 1> ] 1>c:\users\a\documents\visual studio 2010\projects\hello world\hello world\std_lib_facilities.h(102): error C2143: syntax error : missing ';' before '=' 1>c:\users\a\documents\visual studio 2010\projects\hello world\hello world\std_lib_facilities.h(102): error C2238: unexpected token(s) preceding ';' 1>c:\users\a\documents\visual studio 2010\projects\hello world\hello world\std_lib_facilities.h(213): error C2143: syntax error : missing ';' before '{' 1>c:\users\a\documents\visual studio 2010\projects\hello world\hello world\std_lib_facilities.h(213): error C2275: 'std::tr1::uniform_int_distribution<>' : illegal use of this type as an expression 1>c:\users\a\documents\visual studio 2010\projects\hello world\hello world\std_lib_facilities.h(213): error C2143: syntax error : missing ';' before '}' 1>c:\users\a\documents\visual studio 2010\projects\hello world\hello world\std_lib_facilities.h(222): error C2988: unrecognizable template declaration/definition 1>c:\users\a\documents\visual studio 2010\projects\hello world\hello world\std_lib_facilities.h(222): error C2059: syntax error : 'using' 1>c:\users\a\documents\visual studio 2010\projects\hello world\hello world\std_lib_facilities.h(243): error C2143: syntax error : missing ';' before '<' 1>c:\users\a\documents\visual studio 2010\projects\hello world\hello world\std_lib_facilities.h(243): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\users\a\documents\visual studio 2010\projects\hello world\hello world\std_lib_facilities.h(243): error C2988: unrecognizable template declaration/definition 1>c:\users\a\documents\visual studio 2010\projects\hello world\hello world\std_lib_facilities.h(243): error C2059: syntax error : '<' 1>c:\users\a\documents\visual studio 2010\projects\hello world\hello world\std_lib_facilities.h(251): error C2143: syntax error : missing ';' before '{' 1>c:\users\a\documents\visual studio 2010\projects\hello world\hello world\std_lib_facilities.h(251): error C2447: '{' : missing function header (old-style formal list?) ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== |