Advertisement
Guest User

Errors compiling args.hxx

a guest
Jul 11th, 2016
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.09 KB | None | 0 0
  1. Severity Code Description Line Suppression State
  2. Error C2653 'Validators': is not a class or namespace name 586
  3. Error C2653 'Validators': is not a class or namespace name 585
  4. Error C2065 'DontCare': undeclared identifier 585
  5. Error C2065 'DontCare': undeclared identifier 586
  6. Error C2146 syntax error: missing ')' before identifier 'and' 633
  7. Error C2065 'and': undeclared identifier 633
  8. Error C2146 syntax error: missing ';' before identifier 'next' 633
  9. Error C2059 syntax error: ')' 633
  10. Error C2059 syntax error: 'return' 635
  11. Error C2059 syntax error: 'return' 638
  12. Error C2504 'Group': base class undefined 845
  13. Error C2653 'Group': is not a class or namespace name 908
  14. Error C2065 'AllChildGroups': undeclared identifier 908
  15. Error C2614 'ArgumentParser': illegal member initialization: 'Group' is not a base or member 918
  16. Error C3861 'UsageError': identifier not found 987
  17. Error C3861 'Wrap': identifier not found 1046
  18. Error C3861 'Wrap': identifier not found 1047
  19. Error C3861 'HasFlag': identifier not found 1050
  20. Error C3861 'GetPosNames': identifier not found 1058
  21. Error C3312 no callable 'begin' function found for type 'unknown-type' 1058
  22. Error C3312 no callable 'end' function found for type 'unknown-type' 1058
  23. Error C2065 'posname': undeclared identifier 1063
  24. Error C3861 'Wrap': identifier not found 1070
  25. Error C2672 'std::begin': no matching overloaded function found 1071
  26. Error C2784 '_Ty *std::begin(_Ty (&)[_Size]) noexcept': could not deduce template argument for '_Ty (&)[_Size]' from 'const unknown-type' 1071
  27. Error C2893 Failed to specialize function template 'unknown-type std::begin(const _Container &)' 1071
  28. Error C2893 Failed to specialize function template 'unknown-type std::begin(_Container &)' 1071
  29. Error C2784 'const _Elem *std::begin(std::initializer_list<_Elem>) noexcept': could not deduce template argument for 'std::initializer_list<_Elem>' from 'const unknown-type' 1071
  30. Error C3536 'progit': cannot be used before it is initialized 1072
  31. Error C2672 'std::end': no matching overloaded function found 1072
  32. Error C2784 '_Ty *std::end(_Ty (&)[_Size]) noexcept': could not deduce template argument for '_Ty (&)[_Size]' from 'const unknown-type' 1072
  33. Error C2893 Failed to specialize function template 'unknown-type std::end(const _Container &)' 1072
  34. Error C2893 Failed to specialize function template 'unknown-type std::end(_Container &)' 1072
  35. Error C2784 'const _Elem *std::end(std::initializer_list<_Elem>) noexcept': could not deduce template argument for 'std::initializer_list<_Elem>' from 'const unknown-type' 1072
  36. Error C2100 illegal indirection 1074
  37. Error C2088 '<<': illegal for class 1074
  38. Error C2672 'std::end': no matching overloaded function found 1077
  39. Error C2784 '_Ty *std::end(_Ty (&)[_Size]) noexcept': could not deduce template argument for '_Ty (&)[_Size]' from 'const unknown-type' 1077
  40. Error C2893 Failed to specialize function template 'unknown-type std::end(const _Container &)' 1077
  41. Error C2893 Failed to specialize function template 'unknown-type std::end(_Container &)' 1077
  42. Error C2784 'const _Elem *std::end(std::initializer_list<_Elem>) noexcept': could not deduce template argument for 'std::initializer_list<_Elem>' from 'const unknown-type' 1077
  43. Error C2100 illegal indirection 1079
  44. Error C2088 '<<': illegal for class 1079
  45. Error C3312 no callable 'begin' function found for type 'const unknown-type' 1084
  46. Error C3312 no callable 'end' function found for type 'const unknown-type' 1084
  47. Error C2065 'line': undeclared identifier 1086
  48. Error C3861 'GetChildDescriptions': identifier not found 1090
  49. Error C3312 no callable 'begin' function found for type 'unknown-type' 1090
  50. Error C3312 no callable 'end' function found for type 'unknown-type' 1090
  51. Error C2672 'std::get': no matching overloaded function found 1092
  52. Error C2784 '_Ty &&std::get(std::array<_Ty,_Size> &&) noexcept': could not deduce template argument for 'std::array<_Ty,_Size> &&' from 'const unknown-type' 1092
  53. Error C2784 'const _Ty &std::get(const std::array<_Ty,_Size> &) noexcept': could not deduce template argument for 'const std::array<_Ty,_Size> &' from 'const unknown-type' 1092
  54. Error C2784 '_Ty &std::get(std::array<_Ty,_Size> &) noexcept': could not deduce template argument for 'std::array<_Ty,_Size> &' from 'const unknown-type' 1092
  55. Error C2974 'std::get': invalid template argument for '_Ty', type expected 1092
  56. Error C2784 'tuple_element<_Index,std::tuple<_Rest...>>::type &&std::get(std::tuple<_Rest...> &&) noexcept': could not deduce template argument for 'std::tuple<_Rest...> &&' from 'const unknown-type' 1092
  57. Error C2784 'const tuple_element<_Index,std::tuple<_Rest...>>::type &std::get(const std::tuple<_Rest...> &) noexcept': could not deduce template argument for 'const std::tuple<_Rest...> &' from 'const unknown-type' 1092
  58. Error C2784 'tuple_element<_Index,std::tuple<_Rest...>>::type &std::get(std::tuple<_Rest...> &) noexcept': could not deduce template argument for 'std::tuple<_Rest...> &' from 'const unknown-type' 1092
  59. Error C2974 'std::get': invalid template argument for '_Ty2', type expected 1092
  60. Error C2974 'std::get': invalid template argument for '_Ty1', type expected 1092
  61. Error C2784 'tuple_element<_Idx,std::pair<_Ty1,_Ty2>>::type &&std::get(std::pair<_Ty1,_Ty2> &&) noexcept': could not deduce template argument for 'std::pair<_Ty1,_Ty2> &&' from 'const unknown-type' 1092
  62. Error C2784 'const tuple_element<_Idx,std::pair<_Ty1,_Ty2>>::type &std::get(const std::pair<_Ty1,_Ty2> &) noexcept': could not deduce template argument for 'const std::pair<_Ty1,_Ty2> &' from 'const unknown-type' 1092
  63. Error C2784 'tuple_element<_Idx,std::pair<_Ty1,_Ty2>>::type &std::get(std::pair<_Ty1,_Ty2> &) noexcept': could not deduce template argument for 'std::pair<_Ty1,_Ty2> &' from 'const unknown-type' 1092
  64. Error C2789 'groupindent': an object of const-qualified type must be initialized 1092
  65. Error C2672 'std::get': no matching overloaded function found 1093
  66. Error C2784 '_Ty &&std::get(std::array<_Ty,_Size> &&) noexcept': could not deduce template argument for 'std::array<_Ty,_Size> &&' from 'const unknown-type' 1093
  67. Error C2784 'const _Ty &std::get(const std::array<_Ty,_Size> &) noexcept': could not deduce template argument for 'const std::array<_Ty,_Size> &' from 'const unknown-type' 1093
  68. Error C2784 '_Ty &std::get(std::array<_Ty,_Size> &) noexcept': could not deduce template argument for 'std::array<_Ty,_Size> &' from 'const unknown-type' 1093
  69. Error C2974 'std::get': invalid template argument for '_Ty', type expected 1093
  70. Error C2784 'tuple_element<_Index,std::tuple<_Rest...>>::type &&std::get(std::tuple<_Rest...> &&) noexcept': could not deduce template argument for 'std::tuple<_Rest...> &&' from 'const unknown-type' 1093
  71. Error C2784 'const tuple_element<_Index,std::tuple<_Rest...>>::type &std::get(const std::tuple<_Rest...> &) noexcept': could not deduce template argument for 'const std::tuple<_Rest...> &' from 'const unknown-type' 1093
  72. Error C2784 'tuple_element<_Index,std::tuple<_Rest...>>::type &std::get(std::tuple<_Rest...> &) noexcept': could not deduce template argument for 'std::tuple<_Rest...> &' from 'const unknown-type' 1093
  73. Error C2974 'std::get': invalid template argument for '_Ty2', type expected 1093
  74. Error C2974 'std::get': invalid template argument for '_Ty1', type expected 1093
  75. Error C2784 'tuple_element<_Idx,std::pair<_Ty1,_Ty2>>::type &&std::get(std::pair<_Ty1,_Ty2> &&) noexcept': could not deduce template argument for 'std::pair<_Ty1,_Ty2> &&' from 'const unknown-type' 1093
  76. Error C2784 'const tuple_element<_Idx,std::pair<_Ty1,_Ty2>>::type &std::get(const std::pair<_Ty1,_Ty2> &) noexcept': could not deduce template argument for 'const std::pair<_Ty1,_Ty2> &' from 'const unknown-type' 1093
  77. Error C2784 'tuple_element<_Idx,std::pair<_Ty1,_Ty2>>::type &std::get(std::pair<_Ty1,_Ty2> &) noexcept': could not deduce template argument for 'std::pair<_Ty1,_Ty2> &' from 'const unknown-type' 1093
  78. Error C3861 'Wrap': identifier not found 1093
  79. Error C2672 'std::get': no matching overloaded function found 1094
  80. Error C2784 '_Ty &&std::get(std::array<_Ty,_Size> &&) noexcept': could not deduce template argument for 'std::array<_Ty,_Size> &&' from 'const unknown-type' 1094
  81. Error C2784 'const _Ty &std::get(const std::array<_Ty,_Size> &) noexcept': could not deduce template argument for 'const std::array<_Ty,_Size> &' from 'const unknown-type' 1094
  82. Error C2784 '_Ty &std::get(std::array<_Ty,_Size> &) noexcept': could not deduce template argument for 'std::array<_Ty,_Size> &' from 'const unknown-type' 1094
  83. Error C2974 'std::get': invalid template argument for '_Ty', type expected 1094
  84. Error C2784 'tuple_element<_Index,std::tuple<_Rest...>>::type &&std::get(std::tuple<_Rest...> &&) noexcept': could not deduce template argument for 'std::tuple<_Rest...> &&' from 'const unknown-type' 1094
  85. Error C2784 'const tuple_element<_Index,std::tuple<_Rest...>>::type &std::get(const std::tuple<_Rest...> &) noexcept': could not deduce template argument for 'const std::tuple<_Rest...> &' from 'const unknown-type' 1094
  86. Error C2784 'tuple_element<_Index,std::tuple<_Rest...>>::type &std::get(std::tuple<_Rest...> &) noexcept': could not deduce template argument for 'std::tuple<_Rest...> &' from 'const unknown-type' 1094
  87. Error C2974 'std::get': invalid template argument for '_Ty2', type expected 1094
  88. Error C2974 'std::get': invalid template argument for '_Ty1', type expected 1094
  89. Error C2784 'tuple_element<_Idx,std::pair<_Ty1,_Ty2>>::type &&std::get(std::pair<_Ty1,_Ty2> &&) noexcept': could not deduce template argument for 'std::pair<_Ty1,_Ty2> &&' from 'const unknown-type' 1094
  90. Error C2784 'const tuple_element<_Idx,std::pair<_Ty1,_Ty2>>::type &std::get(const std::pair<_Ty1,_Ty2> &) noexcept': could not deduce template argument for 'const std::pair<_Ty1,_Ty2> &' from 'const unknown-type' 1094
  91. Error C2784 'tuple_element<_Idx,std::pair<_Ty1,_Ty2>>::type &std::get(std::pair<_Ty1,_Ty2> &) noexcept': could not deduce template argument for 'std::pair<_Ty1,_Ty2> &' from 'const unknown-type' 1094
  92. Error C3536 'groupindent': cannot be used before it is initialized 1094
  93. Error C3861 'Wrap': identifier not found 1094
  94. Error C2672 'std::begin': no matching overloaded function found 1097
  95. Error C2784 '_Ty *std::begin(_Ty (&)[_Size]) noexcept': could not deduce template argument for '_Ty (&)[_Size]' from 'const unknown-type' 1097
  96. Error C2893 Failed to specialize function template 'unknown-type std::begin(const _Container &)' 1097
  97. Error C2893 Failed to specialize function template 'unknown-type std::begin(_Container &)' 1097
  98. Error C2784 'const _Elem *std::begin(std::initializer_list<_Elem>) noexcept': could not deduce template argument for 'std::initializer_list<_Elem>' from 'const unknown-type' 1097
  99. Error C3536 'flagsit': cannot be used before it is initialized 1097
  100. Error C2672 'std::end': no matching overloaded function found 1097
  101. Error C2784 '_Ty *std::end(_Ty (&)[_Size]) noexcept': could not deduce template argument for '_Ty (&)[_Size]' from 'const unknown-type' 1097
  102. Error C2893 Failed to specialize function template 'unknown-type std::end(const _Container &)' 1097
  103. Error C1003 error count exceeds 100; stopping compilation 1097
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement