Advertisement
Guest User

Untitled

a guest
Jan 26th, 2013
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.05 KB | None | 0 0
  1. 1>------ Build started: Project: TestProject, Configuration: Debug Win32 ------
  2. 1> main.cpp
  3. 1>c:\users\terrance\documents\visual studio 2010\projects\testproject\testproject\main.cpp(7): error C2678: binary '>>' : no operator found which takes a left-hand operand of type 'std::istream' (or there is no acceptable conversion)
  4. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\istream(1053): could be 'std::basic_istream<_Elem,_Traits> &std::operator >><std::char_traits<char>>(std::basic_istream<_Elem,_Traits> &&,signed char *)' [found using argument-dependent lookup]
  5. 1> with
  6. 1> [
  7. 1> _Elem=char,
  8. 1> _Traits=std::char_traits<char>
  9. 1> ]
  10. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\istream(1060): or 'std::basic_istream<_Elem,_Traits> &std::operator >><std::char_traits<char>>(std::basic_istream<_Elem,_Traits> &&,signed char &)' [found using argument-dependent lookup]
  11. 1> with
  12. 1> [
  13. 1> _Elem=char,
  14. 1> _Traits=std::char_traits<char>
  15. 1> ]
  16. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\istream(1067): or 'std::basic_istream<_Elem,_Traits> &std::operator >><std::char_traits<char>>(std::basic_istream<_Elem,_Traits> &&,unsigned char *)' [found using argument-dependent lookup]
  17. 1> with
  18. 1> [
  19. 1> _Elem=char,
  20. 1> _Traits=std::char_traits<char>
  21. 1> ]
  22. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\istream(1074): or 'std::basic_istream<_Elem,_Traits> &std::operator >><std::char_traits<char>>(std::basic_istream<_Elem,_Traits> &&,unsigned char &)' [found using argument-dependent lookup]
  23. 1> with
  24. 1> [
  25. 1> _Elem=char,
  26. 1> _Traits=std::char_traits<char>
  27. 1> ]
  28. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\istream(1097): or 'std::basic_istream<_Elem,_Traits> &std::operator >><std::char_traits<char>>(std::basic_istream<_Elem,_Traits> &,signed char *)' [found using argument-dependent lookup]
  29. 1> with
  30. 1> [
  31. 1> _Elem=char,
  32. 1> _Traits=std::char_traits<char>
  33. 1> ]
  34. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\istream(1104): or 'std::basic_istream<_Elem,_Traits> &std::operator >><std::char_traits<char>>(std::basic_istream<_Elem,_Traits> &,signed char &)' [found using argument-dependent lookup]
  35. 1> with
  36. 1> [
  37. 1> _Elem=char,
  38. 1> _Traits=std::char_traits<char>
  39. 1> ]
  40. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\istream(1111): or 'std::basic_istream<_Elem,_Traits> &std::operator >><std::char_traits<char>>(std::basic_istream<_Elem,_Traits> &,unsigned char *)' [found using argument-dependent lookup]
  41. 1> with
  42. 1> [
  43. 1> _Elem=char,
  44. 1> _Traits=std::char_traits<char>
  45. 1> ]
  46. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\istream(1118): or 'std::basic_istream<_Elem,_Traits> &std::operator >><std::char_traits<char>>(std::basic_istream<_Elem,_Traits> &,unsigned char &)' [found using argument-dependent lookup]
  47. 1> with
  48. 1> [
  49. 1> _Elem=char,
  50. 1> _Traits=std::char_traits<char>
  51. 1> ]
  52. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\istream(1128): or 'std::basic_istream<_Elem,_Traits> &std::operator >><char,std::char_traits<char>,std::string>(std::basic_istream<_Elem,_Traits> &&,_Ty &)' [found using argument-dependent lookup]
  53. 1> with
  54. 1> [
  55. 1> _Elem=char,
  56. 1> _Traits=std::char_traits<char>,
  57. 1> _Ty=std::string
  58. 1> ]
  59. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\istream(179): or 'std::basic_istream<_Elem,_Traits> &std::basic_istream<_Elem,_Traits>::operator >>(std::basic_istream<_Elem,_Traits> &(__cdecl *)(std::basic_istream<_Elem,_Traits> &))'
  60. 1> with
  61. 1> [
  62. 1> _Elem=char,
  63. 1> _Traits=std::char_traits<char>
  64. 1> ]
  65. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\istream(185): or 'std::basic_istream<_Elem,_Traits> &std::basic_istream<_Elem,_Traits>::operator >>(std::basic_ios<_Elem,_Traits> &(__cdecl *)(std::basic_ios<_Elem,_Traits> &))'
  66. 1> with
  67. 1> [
  68. 1> _Elem=char,
  69. 1> _Traits=std::char_traits<char>
  70. 1> ]
  71. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\istream(192): or 'std::basic_istream<_Elem,_Traits> &std::basic_istream<_Elem,_Traits>::operator >>(std::ios_base &(__cdecl *)(std::ios_base &))'
  72. 1> with
  73. 1> [
  74. 1> _Elem=char,
  75. 1> _Traits=std::char_traits<char>
  76. 1> ]
  77. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\istream(199): or 'std::basic_istream<_Elem,_Traits> &std::basic_istream<_Elem,_Traits>::operator >>(std::_Bool &)'
  78. 1> with
  79. 1> [
  80. 1> _Elem=char,
  81. 1> _Traits=std::char_traits<char>
  82. 1> ]
  83. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\istream(218): or 'std::basic_istream<_Elem,_Traits> &std::basic_istream<_Elem,_Traits>::operator >>(short &)'
  84. 1> with
  85. 1> [
  86. 1> _Elem=char,
  87. 1> _Traits=std::char_traits<char>
  88. 1> ]
  89. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\istream(253): or 'std::basic_istream<_Elem,_Traits> &std::basic_istream<_Elem,_Traits>::operator >>(unsigned short &)'
  90. 1> with
  91. 1> [
  92. 1> _Elem=char,
  93. 1> _Traits=std::char_traits<char>
  94. 1> ]
  95. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\istream(272): or 'std::basic_istream<_Elem,_Traits> &std::basic_istream<_Elem,_Traits>::operator >>(int &)'
  96. 1> with
  97. 1> [
  98. 1> _Elem=char,
  99. 1> _Traits=std::char_traits<char>
  100. 1> ]
  101. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\istream(298): or 'std::basic_istream<_Elem,_Traits> &std::basic_istream<_Elem,_Traits>::operator >>(unsigned int &)'
  102. 1> with
  103. 1> [
  104. 1> _Elem=char,
  105. 1> _Traits=std::char_traits<char>
  106. 1> ]
  107. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\istream(316): or 'std::basic_istream<_Elem,_Traits> &std::basic_istream<_Elem,_Traits>::operator >>(long &)'
  108. 1> with
  109. 1> [
  110. 1> _Elem=char,
  111. 1> _Traits=std::char_traits<char>
  112. 1> ]
  113. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\istream(334): or 'std::basic_istream<_Elem,_Traits> &std::basic_istream<_Elem,_Traits>::operator >>(unsigned long &)'
  114. 1> with
  115. 1> [
  116. 1> _Elem=char,
  117. 1> _Traits=std::char_traits<char>
  118. 1> ]
  119. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\istream(354): or 'std::basic_istream<_Elem,_Traits> &std::basic_istream<_Elem,_Traits>::operator >>(__int64 &)'
  120. 1> with
  121. 1> [
  122. 1> _Elem=char,
  123. 1> _Traits=std::char_traits<char>
  124. 1> ]
  125. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\istream(373): or 'std::basic_istream<_Elem,_Traits> &std::basic_istream<_Elem,_Traits>::operator >>(unsigned __int64 &)'
  126. 1> with
  127. 1> [
  128. 1> _Elem=char,
  129. 1> _Traits=std::char_traits<char>
  130. 1> ]
  131. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\istream(392): or 'std::basic_istream<_Elem,_Traits> &std::basic_istream<_Elem,_Traits>::operator >>(float &)'
  132. 1> with
  133. 1> [
  134. 1> _Elem=char,
  135. 1> _Traits=std::char_traits<char>
  136. 1> ]
  137. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\istream(411): or 'std::basic_istream<_Elem,_Traits> &std::basic_istream<_Elem,_Traits>::operator >>(double &)'
  138. 1> with
  139. 1> [
  140. 1> _Elem=char,
  141. 1> _Traits=std::char_traits<char>
  142. 1> ]
  143. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\istream(429): or 'std::basic_istream<_Elem,_Traits> &std::basic_istream<_Elem,_Traits>::operator >>(long double &)'
  144. 1> with
  145. 1> [
  146. 1> _Elem=char,
  147. 1> _Traits=std::char_traits<char>
  148. 1> ]
  149. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\istream(447): or 'std::basic_istream<_Elem,_Traits> &std::basic_istream<_Elem,_Traits>::operator >>(void *&)'
  150. 1> with
  151. 1> [
  152. 1> _Elem=char,
  153. 1> _Traits=std::char_traits<char>
  154. 1> ]
  155. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\istream(466): or 'std::basic_istream<_Elem,_Traits> &std::basic_istream<_Elem,_Traits>::operator >>(std::basic_streambuf<_Elem,_Traits> *)'
  156. 1> with
  157. 1> [
  158. 1> _Elem=char,
  159. 1> _Traits=std::char_traits<char>
  160. 1> ]
  161. 1> while trying to match the argument list '(std::istream, std::string)'
  162. 1>c:\users\terrance\documents\visual studio 2010\projects\testproject\testproject\main.cpp(10): error C2678: binary '>>' : no operator found which takes a left-hand operand of type 'std::istream' (or there is no acceptable conversion)
  163. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\istream(1053): could be 'std::basic_istream<_Elem,_Traits> &std::operator >><std::char_traits<char>>(std::basic_istream<_Elem,_Traits> &&,signed char *)' [found using argument-dependent lookup]
  164. 1> with
  165. 1> [
  166. 1> _Elem=char,
  167. 1> _Traits=std::char_traits<char>
  168. 1> ]
  169. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\istream(1060): or 'std::basic_istream<_Elem,_Traits> &std::operator >><std::char_traits<char>>(std::basic_istream<_Elem,_Traits> &&,signed char &)' [found using argument-dependent lookup]
  170. 1> with
  171. 1> [
  172. 1> _Elem=char,
  173. 1> _Traits=std::char_traits<char>
  174. 1> ]
  175. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\istream(1067): or 'std::basic_istream<_Elem,_Traits> &std::operator >><std::char_traits<char>>(std::basic_istream<_Elem,_Traits> &&,unsigned char *)' [found using argument-dependent lookup]
  176. 1> with
  177. 1> [
  178. 1> _Elem=char,
  179. 1> _Traits=std::char_traits<char>
  180. 1> ]
  181. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\istream(1074): or 'std::basic_istream<_Elem,_Traits> &std::operator >><std::char_traits<char>>(std::basic_istream<_Elem,_Traits> &&,unsigned char &)' [found using argument-dependent lookup]
  182. 1> with
  183. 1> [
  184. 1> _Elem=char,
  185. 1> _Traits=std::char_traits<char>
  186. 1> ]
  187. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\istream(1097): or 'std::basic_istream<_Elem,_Traits> &std::operator >><std::char_traits<char>>(std::basic_istream<_Elem,_Traits> &,signed char *)' [found using argument-dependent lookup]
  188. 1> with
  189. 1> [
  190. 1> _Elem=char,
  191. 1> _Traits=std::char_traits<char>
  192. 1> ]
  193. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\istream(1104): or 'std::basic_istream<_Elem,_Traits> &std::operator >><std::char_traits<char>>(std::basic_istream<_Elem,_Traits> &,signed char &)' [found using argument-dependent lookup]
  194. 1> with
  195. 1> [
  196. 1> _Elem=char,
  197. 1> _Traits=std::char_traits<char>
  198. 1> ]
  199. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\istream(1111): or 'std::basic_istream<_Elem,_Traits> &std::operator >><std::char_traits<char>>(std::basic_istream<_Elem,_Traits> &,unsigned char *)' [found using argument-dependent lookup]
  200. 1> with
  201. 1> [
  202. 1> _Elem=char,
  203. 1> _Traits=std::char_traits<char>
  204. 1> ]
  205. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\istream(1118): or 'std::basic_istream<_Elem,_Traits> &std::operator >><std::char_traits<char>>(std::basic_istream<_Elem,_Traits> &,unsigned char &)' [found using argument-dependent lookup]
  206. 1> with
  207. 1> [
  208. 1> _Elem=char,
  209. 1> _Traits=std::char_traits<char>
  210. 1> ]
  211. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\istream(1128): or 'std::basic_istream<_Elem,_Traits> &std::operator >><char,std::char_traits<char>,std::string>(std::basic_istream<_Elem,_Traits> &&,_Ty &)' [found using argument-dependent lookup]
  212. 1> with
  213. 1> [
  214. 1> _Elem=char,
  215. 1> _Traits=std::char_traits<char>,
  216. 1> _Ty=std::string
  217. 1> ]
  218. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\istream(179): or 'std::basic_istream<_Elem,_Traits> &std::basic_istream<_Elem,_Traits>::operator >>(std::basic_istream<_Elem,_Traits> &(__cdecl *)(std::basic_istream<_Elem,_Traits> &))'
  219. 1> with
  220. 1> [
  221. 1> _Elem=char,
  222. 1> _Traits=std::char_traits<char>
  223. 1> ]
  224. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\istream(185): or 'std::basic_istream<_Elem,_Traits> &std::basic_istream<_Elem,_Traits>::operator >>(std::basic_ios<_Elem,_Traits> &(__cdecl *)(std::basic_ios<_Elem,_Traits> &))'
  225. 1> with
  226. 1> [
  227. 1> _Elem=char,
  228. 1> _Traits=std::char_traits<char>
  229. 1> ]
  230. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\istream(192): or 'std::basic_istream<_Elem,_Traits> &std::basic_istream<_Elem,_Traits>::operator >>(std::ios_base &(__cdecl *)(std::ios_base &))'
  231. 1> with
  232. 1> [
  233. 1> _Elem=char,
  234. 1> _Traits=std::char_traits<char>
  235. 1> ]
  236. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\istream(199): or 'std::basic_istream<_Elem,_Traits> &std::basic_istream<_Elem,_Traits>::operator >>(std::_Bool &)'
  237. 1> with
  238. 1> [
  239. 1> _Elem=char,
  240. 1> _Traits=std::char_traits<char>
  241. 1> ]
  242. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\istream(218): or 'std::basic_istream<_Elem,_Traits> &std::basic_istream<_Elem,_Traits>::operator >>(short &)'
  243. 1> with
  244. 1> [
  245. 1> _Elem=char,
  246. 1> _Traits=std::char_traits<char>
  247. 1> ]
  248. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\istream(253): or 'std::basic_istream<_Elem,_Traits> &std::basic_istream<_Elem,_Traits>::operator >>(unsigned short &)'
  249. 1> with
  250. 1> [
  251. 1> _Elem=char,
  252. 1> _Traits=std::char_traits<char>
  253. 1> ]
  254. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\istream(272): or 'std::basic_istream<_Elem,_Traits> &std::basic_istream<_Elem,_Traits>::operator >>(int &)'
  255. 1> with
  256. 1> [
  257. 1> _Elem=char,
  258. 1> _Traits=std::char_traits<char>
  259. 1> ]
  260. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\istream(298): or 'std::basic_istream<_Elem,_Traits> &std::basic_istream<_Elem,_Traits>::operator >>(unsigned int &)'
  261. 1> with
  262. 1> [
  263. 1> _Elem=char,
  264. 1> _Traits=std::char_traits<char>
  265. 1> ]
  266. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\istream(316): or 'std::basic_istream<_Elem,_Traits> &std::basic_istream<_Elem,_Traits>::operator >>(long &)'
  267. 1> with
  268. 1> [
  269. 1> _Elem=char,
  270. 1> _Traits=std::char_traits<char>
  271. 1> ]
  272. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\istream(334): or 'std::basic_istream<_Elem,_Traits> &std::basic_istream<_Elem,_Traits>::operator >>(unsigned long &)'
  273. 1> with
  274. 1> [
  275. 1> _Elem=char,
  276. 1> _Traits=std::char_traits<char>
  277. 1> ]
  278. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\istream(354): or 'std::basic_istream<_Elem,_Traits> &std::basic_istream<_Elem,_Traits>::operator >>(__int64 &)'
  279. 1> with
  280. 1> [
  281. 1> _Elem=char,
  282. 1> _Traits=std::char_traits<char>
  283. 1> ]
  284. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\istream(373): or 'std::basic_istream<_Elem,_Traits> &std::basic_istream<_Elem,_Traits>::operator >>(unsigned __int64 &)'
  285. 1> with
  286. 1> [
  287. 1> _Elem=char,
  288. 1> _Traits=std::char_traits<char>
  289. 1> ]
  290. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\istream(392): or 'std::basic_istream<_Elem,_Traits> &std::basic_istream<_Elem,_Traits>::operator >>(float &)'
  291. 1> with
  292. 1> [
  293. 1> _Elem=char,
  294. 1> _Traits=std::char_traits<char>
  295. 1> ]
  296. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\istream(411): or 'std::basic_istream<_Elem,_Traits> &std::basic_istream<_Elem,_Traits>::operator >>(double &)'
  297. 1> with
  298. 1> [
  299. 1> _Elem=char,
  300. 1> _Traits=std::char_traits<char>
  301. 1> ]
  302. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\istream(429): or 'std::basic_istream<_Elem,_Traits> &std::basic_istream<_Elem,_Traits>::operator >>(long double &)'
  303. 1> with
  304. 1> [
  305. 1> _Elem=char,
  306. 1> _Traits=std::char_traits<char>
  307. 1> ]
  308. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\istream(447): or 'std::basic_istream<_Elem,_Traits> &std::basic_istream<_Elem,_Traits>::operator >>(void *&)'
  309. 1> with
  310. 1> [
  311. 1> _Elem=char,
  312. 1> _Traits=std::char_traits<char>
  313. 1> ]
  314. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\istream(466): or 'std::basic_istream<_Elem,_Traits> &std::basic_istream<_Elem,_Traits>::operator >>(std::basic_streambuf<_Elem,_Traits> *)'
  315. 1> with
  316. 1> [
  317. 1> _Elem=char,
  318. 1> _Traits=std::char_traits<char>
  319. 1> ]
  320. 1> while trying to match the argument list '(std::istream, std::string)'
  321. 1>c:\users\terrance\documents\visual studio 2010\projects\testproject\testproject\main.cpp(16): error C2679: binary '<<' : no operator found which takes a right-hand operand of type 'std::basic_string<_Elem,_Traits,_Ax>' (or there is no acceptable conversion)
  322. 1> with
  323. 1> [
  324. 1> _Elem=char,
  325. 1> _Traits=std::char_traits<char>,
  326. 1> _Ax=std::allocator<char>
  327. 1> ]
  328. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\ostream(679): could be 'std::basic_ostream<_Elem,_Traits> &std::operator <<<char,std::char_traits<char>>(std::basic_ostream<_Elem,_Traits> &,const char *)' [found using argument-dependent lookup]
  329. 1> with
  330. 1> [
  331. 1> _Elem=char,
  332. 1> _Traits=std::char_traits<char>
  333. 1> ]
  334. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\ostream(726): or 'std::basic_ostream<_Elem,_Traits> &std::operator <<<char,std::char_traits<char>>(std::basic_ostream<_Elem,_Traits> &,char)' [found using argument-dependent lookup]
  335. 1> with
  336. 1> [
  337. 1> _Elem=char,
  338. 1> _Traits=std::char_traits<char>
  339. 1> ]
  340. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\ostream(764): or 'std::basic_ostream<_Elem,_Traits> &std::operator <<<std::char_traits<char>>(std::basic_ostream<_Elem,_Traits> &,const char *)' [found using argument-dependent lookup]
  341. 1> with
  342. 1> [
  343. 1> _Elem=char,
  344. 1> _Traits=std::char_traits<char>
  345. 1> ]
  346. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\ostream(811): or 'std::basic_ostream<_Elem,_Traits> &std::operator <<<std::char_traits<char>>(std::basic_ostream<_Elem,_Traits> &,char)' [found using argument-dependent lookup]
  347. 1> with
  348. 1> [
  349. 1> _Elem=char,
  350. 1> _Traits=std::char_traits<char>
  351. 1> ]
  352. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\ostream(937): or 'std::basic_ostream<_Elem,_Traits> &std::operator <<<std::char_traits<char>>(std::basic_ostream<_Elem,_Traits> &,const signed char *)' [found using argument-dependent lookup]
  353. 1> with
  354. 1> [
  355. 1> _Elem=char,
  356. 1> _Traits=std::char_traits<char>
  357. 1> ]
  358. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\ostream(944): or 'std::basic_ostream<_Elem,_Traits> &std::operator <<<std::char_traits<char>>(std::basic_ostream<_Elem,_Traits> &,signed char)' [found using argument-dependent lookup]
  359. 1> with
  360. 1> [
  361. 1> _Elem=char,
  362. 1> _Traits=std::char_traits<char>
  363. 1> ]
  364. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\ostream(951): or 'std::basic_ostream<_Elem,_Traits> &std::operator <<<std::char_traits<char>>(std::basic_ostream<_Elem,_Traits> &,const unsigned char *)' [found using argument-dependent lookup]
  365. 1> with
  366. 1> [
  367. 1> _Elem=char,
  368. 1> _Traits=std::char_traits<char>
  369. 1> ]
  370. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\ostream(958): or 'std::basic_ostream<_Elem,_Traits> &std::operator <<<std::char_traits<char>>(std::basic_ostream<_Elem,_Traits> &,unsigned char)' [found using argument-dependent lookup]
  371. 1> with
  372. 1> [
  373. 1> _Elem=char,
  374. 1> _Traits=std::char_traits<char>
  375. 1> ]
  376. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\ostream(968): or 'std::basic_ostream<_Elem,_Traits> &std::operator <<<char,std::char_traits<char>,std::basic_string<_Elem,_Traits,_Ax>>(std::basic_ostream<_Elem,_Traits> &&,_Ty)' [found using argument-dependent lookup]
  377. 1> with
  378. 1> [
  379. 1> _Elem=char,
  380. 1> _Traits=std::char_traits<char>,
  381. 1> _Ax=std::allocator<char>,
  382. 1> _Ty=std::basic_string<char,std::char_traits<char>,std::allocator<char>>
  383. 1> ]
  384. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\ostream(1085): or 'std::basic_ostream<_Elem,_Traits> &std::operator <<<char,std::char_traits<char>>(std::basic_ostream<_Elem,_Traits> &,const std::error_code &)' [found using argument-dependent lookup]
  385. 1> with
  386. 1> [
  387. 1> _Elem=char,
  388. 1> _Traits=std::char_traits<char>
  389. 1> ]
  390. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\ostream(186): or 'std::basic_ostream<_Elem,_Traits> &std::basic_ostream<_Elem,_Traits>::operator <<(std::basic_ostream<_Elem,_Traits> &(__cdecl *)(std::basic_ostream<_Elem,_Traits> &))'
  391. 1> with
  392. 1> [
  393. 1> _Elem=char,
  394. 1> _Traits=std::char_traits<char>
  395. 1> ]
  396. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\ostream(192): or 'std::basic_ostream<_Elem,_Traits> &std::basic_ostream<_Elem,_Traits>::operator <<(std::basic_ios<_Elem,_Traits> &(__cdecl *)(std::basic_ios<_Elem,_Traits> &))'
  397. 1> with
  398. 1> [
  399. 1> _Elem=char,
  400. 1> _Traits=std::char_traits<char>
  401. 1> ]
  402. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\ostream(199): or 'std::basic_ostream<_Elem,_Traits> &std::basic_ostream<_Elem,_Traits>::operator <<(std::ios_base &(__cdecl *)(std::ios_base &))'
  403. 1> with
  404. 1> [
  405. 1> _Elem=char,
  406. 1> _Traits=std::char_traits<char>
  407. 1> ]
  408. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\ostream(206): or 'std::basic_ostream<_Elem,_Traits> &std::basic_ostream<_Elem,_Traits>::operator <<(std::_Bool)'
  409. 1> with
  410. 1> [
  411. 1> _Elem=char,
  412. 1> _Traits=std::char_traits<char>
  413. 1> ]
  414. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\ostream(226): or 'std::basic_ostream<_Elem,_Traits> &std::basic_ostream<_Elem,_Traits>::operator <<(short)'
  415. 1> with
  416. 1> [
  417. 1> _Elem=char,
  418. 1> _Traits=std::char_traits<char>
  419. 1> ]
  420. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\ostream(260): or 'std::basic_ostream<_Elem,_Traits> &std::basic_ostream<_Elem,_Traits>::operator <<(unsigned short)'
  421. 1> with
  422. 1> [
  423. 1> _Elem=char,
  424. 1> _Traits=std::char_traits<char>
  425. 1> ]
  426. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\ostream(280): or 'std::basic_ostream<_Elem,_Traits> &std::basic_ostream<_Elem,_Traits>::operator <<(int)'
  427. 1> with
  428. 1> [
  429. 1> _Elem=char,
  430. 1> _Traits=std::char_traits<char>
  431. 1> ]
  432. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\ostream(305): or 'std::basic_ostream<_Elem,_Traits> &std::basic_ostream<_Elem,_Traits>::operator <<(unsigned int)'
  433. 1> with
  434. 1> [
  435. 1> _Elem=char,
  436. 1> _Traits=std::char_traits<char>
  437. 1> ]
  438. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\ostream(325): or 'std::basic_ostream<_Elem,_Traits> &std::basic_ostream<_Elem,_Traits>::operator <<(long)'
  439. 1> with
  440. 1> [
  441. 1> _Elem=char,
  442. 1> _Traits=std::char_traits<char>
  443. 1> ]
  444. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\ostream(345): or 'std::basic_ostream<_Elem,_Traits> &std::basic_ostream<_Elem,_Traits>::operator <<(unsigned long)'
  445. 1> with
  446. 1> [
  447. 1> _Elem=char,
  448. 1> _Traits=std::char_traits<char>
  449. 1> ]
  450. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\ostream(366): or 'std::basic_ostream<_Elem,_Traits> &std::basic_ostream<_Elem,_Traits>::operator <<(__int64)'
  451. 1> with
  452. 1> [
  453. 1> _Elem=char,
  454. 1> _Traits=std::char_traits<char>
  455. 1> ]
  456. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\ostream(386): or 'std::basic_ostream<_Elem,_Traits> &std::basic_ostream<_Elem,_Traits>::operator <<(unsigned __int64)'
  457. 1> with
  458. 1> [
  459. 1> _Elem=char,
  460. 1> _Traits=std::char_traits<char>
  461. 1> ]
  462. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\ostream(407): or 'std::basic_ostream<_Elem,_Traits> &std::basic_ostream<_Elem,_Traits>::operator <<(float)'
  463. 1> with
  464. 1> [
  465. 1> _Elem=char,
  466. 1> _Traits=std::char_traits<char>
  467. 1> ]
  468. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\ostream(427): or 'std::basic_ostream<_Elem,_Traits> &std::basic_ostream<_Elem,_Traits>::operator <<(double)'
  469. 1> with
  470. 1> [
  471. 1> _Elem=char,
  472. 1> _Traits=std::char_traits<char>
  473. 1> ]
  474. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\ostream(447): or 'std::basic_ostream<_Elem,_Traits> &std::basic_ostream<_Elem,_Traits>::operator <<(long double)'
  475. 1> with
  476. 1> [
  477. 1> _Elem=char,
  478. 1> _Traits=std::char_traits<char>
  479. 1> ]
  480. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\ostream(467): or 'std::basic_ostream<_Elem,_Traits> &std::basic_ostream<_Elem,_Traits>::operator <<(const void *)'
  481. 1> with
  482. 1> [
  483. 1> _Elem=char,
  484. 1> _Traits=std::char_traits<char>
  485. 1> ]
  486. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\ostream(487): or 'std::basic_ostream<_Elem,_Traits> &std::basic_ostream<_Elem,_Traits>::operator <<(std::basic_streambuf<_Elem,_Traits> *)'
  487. 1> with
  488. 1> [
  489. 1> _Elem=char,
  490. 1> _Traits=std::char_traits<char>
  491. 1> ]
  492. 1> while trying to match the argument list '(std::ostream, std::basic_string<_Elem,_Traits,_Ax>)'
  493. 1> with
  494. 1> [
  495. 1> _Elem=char,
  496. 1> _Traits=std::char_traits<char>,
  497. 1> _Ax=std::allocator<char>
  498. 1> ]
  499. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement