Advertisement
Guest User

errs

a guest
Dec 20th, 2012
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.67 KB | None | 0 0
  1. 1>------ Build started: Project: mod_sa, Configuration: Release Win32 ------
  2. 1> main.cpp
  3. 1> Compiling precompiled header.
  4. 1>
  5. 1>Z:\Programs\Microsoft Visual Studio 11.0\VC\include\xloctime(161): warning C4002: too many actual parameters for macro 'time_get'
  6. 1>Z:\Programs\Microsoft Visual Studio 11.0\VC\include\xloctime(169): warning C4002: too many actual parameters for macro 'time_get'
  7. 1>Z:\Programs\Microsoft Visual Studio 11.0\VC\include\xloctime(190): warning C4002: too many actual parameters for macro 'time_get'
  8. 1>Z:\Programs\Microsoft Visual Studio 11.0\VC\include\xloctime(162): error C2327: 'std::locale::facet::_Refs' : is not a type name, static, or enumerator
  9. 1> Z:\Programs\Microsoft Visual Studio 11.0\VC\include\xloctime(650) : see reference to class template instantiation 'std::time_get<_Elem,_InIt>' being compiled
  10. 1> Z:\Programs\Microsoft Visual Studio 11.0\VC\include\xmemory0(909) : see reference to function template instantiation 'void std::allocator_traits<_Alloc>::destroy<_Ty>(std::allocator<wchar_t> &,_Uty *)' being compiled
  11. 1> with
  12. 1> [
  13. 1> _Alloc=std::allocator<wchar_t>,
  14. 1> _Ty=wchar_t *,
  15. 1> _Uty=wchar_t *
  16. 1> ]
  17. 1> Z:\Programs\Microsoft Visual Studio 11.0\VC\include\xmemory0(909) : see reference to function template instantiation 'void std::allocator_traits<_Alloc>::destroy<_Ty>(std::allocator<wchar_t> &,_Uty *)' being compiled
  18. 1> with
  19. 1> [
  20. 1> _Alloc=std::allocator<wchar_t>,
  21. 1> _Ty=wchar_t *,
  22. 1> _Uty=wchar_t *
  23. 1> ]
  24. 1> Z:\Programs\Microsoft Visual Studio 11.0\VC\include\xstring(2259) : see reference to function template instantiation 'void std::_Wrap_alloc<_Alloc>::destroy<wchar_t*>(_Ty *)' being compiled
  25. 1> with
  26. 1> [
  27. 1> _Alloc=std::allocator<wchar_t>,
  28. 1> _Ty=wchar_t *
  29. 1> ]
  30. 1> Z:\Programs\Microsoft Visual Studio 11.0\VC\include\xstring(2259) : see reference to function template instantiation 'void std::_Wrap_alloc<_Alloc>::destroy<wchar_t*>(_Ty *)' being compiled
  31. 1> with
  32. 1> [
  33. 1> _Alloc=std::allocator<wchar_t>,
  34. 1> _Ty=wchar_t *
  35. 1> ]
  36. 1> Z:\Programs\Microsoft Visual Studio 11.0\VC\include\xstring(2253) : while compiling class template member function 'void std::basic_string<_Elem,_Traits,_Alloc>::_Tidy(bool,unsigned int)'
  37. 1> with
  38. 1> [
  39. 1> _Elem=wchar_t,
  40. 1> _Traits=std::char_traits<wchar_t>,
  41. 1> _Alloc=std::allocator<wchar_t>
  42. 1> ]
  43. 1> Z:\Programs\Microsoft Visual Studio 11.0\VC\include\xstring(750) : see reference to function template instantiation 'void std::basic_string<_Elem,_Traits,_Alloc>::_Tidy(bool,unsigned int)' being compiled
  44. 1> with
  45. 1> [
  46. 1> _Elem=wchar_t,
  47. 1> _Traits=std::char_traits<wchar_t>,
  48. 1> _Alloc=std::allocator<wchar_t>
  49. 1> ]
  50. 1> Z:\Programs\Microsoft Visual Studio 11.0\VC\include\string(689) : see reference to class template instantiation 'std::basic_string<_Elem,_Traits,_Alloc>' being compiled
  51. 1> with
  52. 1> [
  53. 1> _Elem=wchar_t,
  54. 1> _Traits=std::char_traits<wchar_t>,
  55. 1> _Alloc=std::allocator<wchar_t>
  56. 1> ]
  57. 1>Z:\Programs\Microsoft Visual Studio 11.0\VC\include\xloctime(162): error C2065: '_Refs' : undeclared identifier
  58. 1>Z:\Programs\Microsoft Visual Studio 11.0\VC\include\xloctime(163): error C2056: illegal expression
  59. 1>Z:\Programs\Microsoft Visual Studio 11.0\VC\include\xloctime(163): error C2071: 'std::time_get<_Elem,_InIt>::__time_current' : illegal storage class
  60. 1>Z:\Programs\Microsoft Visual Studio 11.0\VC\include\xloctime(163): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  61. 1>Z:\Programs\Microsoft Visual Studio 11.0\VC\include\xloctime(163): error C2473: '__time_current' : looks like a function definition, but there is no parameter list.
  62. 1>Z:\Programs\Microsoft Visual Studio 11.0\VC\include\xloctime(164): error C2059: syntax error : '{'
  63. 1>Z:\Programs\Microsoft Visual Studio 11.0\VC\include\xloctime(164): error C2334: unexpected token(s) preceding '{'; skipping apparent function body
  64. 1>Z:\Programs\Microsoft Visual Studio 11.0\VC\include\xloctime(169): error C2146: syntax error : missing ';' before identifier '__time_current'
  65. 1>Z:\Programs\Microsoft Visual Studio 11.0\VC\include\xloctime(1008): warning C4159: #pragma pack(pop,...) : has popped previously pushed identifier '<InternalPragmaState>'
  66. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement