timp87

squid-3.5.7, clang-3.6.1, libecap-1.0.1

Aug 3rd, 2015
354
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 66.55 KB | None | 0 0
  1. ...
  2. --- libsquid_ecap_la-XactionRep.lo ---
  3. XactionRep.cc:75:12: error: use of overloaded operator '!=' is ambiguous (with operand types 'const AdapterXaction' (aka 'const shared_ptr<libecap::adapter::Xaction>') and 'long')
  4. Must(x != NULL);
  5. ~ ^ ~~~~
  6. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  7. # define Must(cond) ((cond) ? \
  8. ^
  9. /usr/include/c++/v1/memory:4795:1: note: candidate function [with _Tp = libecap::adapter::Xaction]
  10. operator!=(const shared_ptr<_Tp>& __x, nullptr_t) _NOEXCEPT
  11. ^
  12. XactionRep.cc:75:12: note: built-in candidate operator!=(int, long)
  13. Must(x != NULL);
  14. ^
  15. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  16. # define Must(cond) ((cond) ? \
  17. ^
  18. XactionRep.cc:75:12: note: built-in candidate operator!=(unsigned __int128, long)
  19. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  20. # define Must(cond) ((cond) ? \
  21. ^
  22. XactionRep.cc:75:12: note: built-in candidate operator!=(unsigned long long, long)
  23. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  24. # define Must(cond) ((cond) ? \
  25. ^
  26. XactionRep.cc:75:12: note: built-in candidate operator!=(unsigned long, long)
  27. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  28. # define Must(cond) ((cond) ? \
  29. ^
  30. XactionRep.cc:75:12: note: built-in candidate operator!=(unsigned int, long)
  31. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  32. # define Must(cond) ((cond) ? \
  33. ^
  34. XactionRep.cc:75:12: note: built-in candidate operator!=(float, long)
  35. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  36. # define Must(cond) ((cond) ? \
  37. ^
  38. XactionRep.cc:75:12: note: built-in candidate operator!=(__int128, long)
  39. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  40. # define Must(cond) ((cond) ? \
  41. ^
  42. XactionRep.cc:75:12: note: built-in candidate operator!=(long long, long)
  43. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  44. # define Must(cond) ((cond) ? \
  45. ^
  46. XactionRep.cc:75:12: note: built-in candidate operator!=(long, long)
  47. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  48. # define Must(cond) ((cond) ? \
  49. ^
  50. XactionRep.cc:75:12: note: built-in candidate operator!=(int, unsigned __int128)
  51. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  52. # define Must(cond) ((cond) ? \
  53. ^
  54. XactionRep.cc:75:12: note: built-in candidate operator!=(int, unsigned long long)
  55. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  56. # define Must(cond) ((cond) ? \
  57. ^
  58. XactionRep.cc:75:12: note: built-in candidate operator!=(int, unsigned long)
  59. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  60. # define Must(cond) ((cond) ? \
  61. ^
  62. XactionRep.cc:75:12: note: built-in candidate operator!=(int, unsigned int)
  63. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  64. # define Must(cond) ((cond) ? \
  65. ^
  66. XactionRep.cc:75:12: note: built-in candidate operator!=(int, __int128)
  67. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  68. # define Must(cond) ((cond) ? \
  69. ^
  70. XactionRep.cc:75:12: note: built-in candidate operator!=(int, long long)
  71. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  72. # define Must(cond) ((cond) ? \
  73. ^
  74. XactionRep.cc:75:12: note: built-in candidate operator!=(double, long)
  75. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  76. # define Must(cond) ((cond) ? \
  77. ^
  78. XactionRep.cc:75:12: note: built-in candidate operator!=(int, int)
  79. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  80. # define Must(cond) ((cond) ? \
  81. ^
  82. XactionRep.cc:75:12: note: built-in candidate operator!=(int, long double)
  83. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  84. # define Must(cond) ((cond) ? \
  85. ^
  86. XactionRep.cc:75:12: note: built-in candidate operator!=(int, double)
  87. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  88. # define Must(cond) ((cond) ? \
  89. ^
  90. XactionRep.cc:75:12: note: built-in candidate operator!=(int, float)
  91. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  92. # define Must(cond) ((cond) ? \
  93. ^
  94. XactionRep.cc:75:12: note: built-in candidate operator!=(long double, long)
  95. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  96. # define Must(cond) ((cond) ? \
  97. ^
  98. XactionRep.cc:75:12: note: built-in candidate operator!=(double, unsigned __int128)
  99. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  100. # define Must(cond) ((cond) ? \
  101. ^
  102. XactionRep.cc:75:12: note: built-in candidate operator!=(long double, float)
  103. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  104. # define Must(cond) ((cond) ? \
  105. ^
  106. XactionRep.cc:75:12: note: built-in candidate operator!=(long double, double)
  107. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  108. # define Must(cond) ((cond) ? \
  109. ^
  110. XactionRep.cc:75:12: note: built-in candidate operator!=(long double, long double) [991/1761]
  111. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  112. # define Must(cond) ((cond) ? \
  113. ^
  114. XactionRep.cc:75:12: note: built-in candidate operator!=(long double, int)
  115. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  116. # define Must(cond) ((cond) ? \
  117. ^
  118. XactionRep.cc:75:12: note: built-in candidate operator!=(double, unsigned long long)
  119. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  120. # define Must(cond) ((cond) ? \
  121. ^
  122. XactionRep.cc:75:12: note: built-in candidate operator!=(long double, long long)
  123. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  124. # define Must(cond) ((cond) ? \
  125. ^
  126. XactionRep.cc:75:12: note: built-in candidate operator!=(long double, __int128)
  127. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  128. # define Must(cond) ((cond) ? \
  129. ^
  130. XactionRep.cc:75:12: note: built-in candidate operator!=(long double, unsigned int)
  131. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  132. # define Must(cond) ((cond) ? \
  133. ^
  134. XactionRep.cc:75:12: note: built-in candidate operator!=(long double, unsigned long)
  135. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  136. # define Must(cond) ((cond) ? \
  137. ^
  138. XactionRep.cc:75:12: note: built-in candidate operator!=(long double, unsigned long long)
  139. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  140. # define Must(cond) ((cond) ? \
  141. ^
  142. XactionRep.cc:75:12: note: built-in candidate operator!=(long double, unsigned __int128)
  143. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  144. # define Must(cond) ((cond) ? \
  145. ^
  146. XactionRep.cc:75:12: note: built-in candidate operator!=(double, unsigned long)
  147. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  148. # define Must(cond) ((cond) ? \
  149. ^
  150. XactionRep.cc:75:12: note: built-in candidate operator!=(double, unsigned int)
  151. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  152. # define Must(cond) ((cond) ? \
  153. ^
  154. XactionRep.cc:75:12: note: built-in candidate operator!=(double, __int128)
  155. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  156. # define Must(cond) ((cond) ? \
  157. ^
  158. XactionRep.cc:75:12: note: built-in candidate operator!=(double, long long)
  159. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  160. # define Must(cond) ((cond) ? \
  161. ^
  162. XactionRep.cc:75:12: note: built-in candidate operator!=(double, int)
  163. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  164. # define Must(cond) ((cond) ? \
  165. ^
  166. XactionRep.cc:75:12: note: built-in candidate operator!=(double, long double)
  167. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  168. # define Must(cond) ((cond) ? \
  169. ^
  170. XactionRep.cc:75:12: note: built-in candidate operator!=(double, double) [931/1761]
  171. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  172. # define Must(cond) ((cond) ? \
  173. ^
  174. XactionRep.cc:75:12: note: built-in candidate operator!=(double, float)
  175. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  176. # define Must(cond) ((cond) ? \
  177. ^
  178. XactionRep.cc:75:12: note: built-in candidate operator!=(float, unsigned __int128)
  179. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  180. # define Must(cond) ((cond) ? \
  181. ^
  182. XactionRep.cc:75:12: note: built-in candidate operator!=(float, unsigned long long)
  183. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  184. # define Must(cond) ((cond) ? \
  185. ^
  186. XactionRep.cc:75:12: note: built-in candidate operator!=(float, unsigned long)
  187. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  188. # define Must(cond) ((cond) ? \
  189. ^
  190. XactionRep.cc:75:12: note: built-in candidate operator!=(long, float)
  191. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  192. # define Must(cond) ((cond) ? \
  193. ^
  194. XactionRep.cc:75:12: note: built-in candidate operator!=(long, double)
  195. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  196. # define Must(cond) ((cond) ? \
  197. ^
  198. XactionRep.cc:75:12: note: built-in candidate operator!=(long, long double)
  199. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  200. # define Must(cond) ((cond) ? \
  201. ^
  202. XactionRep.cc:75:12: note: built-in candidate operator!=(long, int)
  203. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  204. # define Must(cond) ((cond) ? \
  205. ^
  206. XactionRep.cc:75:12: note: built-in candidate operator!=(float, unsigned int)
  207. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  208. # define Must(cond) ((cond) ? \
  209. ^
  210. XactionRep.cc:75:12: note: built-in candidate operator!=(long, long long)
  211. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  212. # define Must(cond) ((cond) ? \
  213. ^
  214. XactionRep.cc:75:12: note: built-in candidate operator!=(long, __int128)
  215. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  216. # define Must(cond) ((cond) ? \
  217. ^
  218. XactionRep.cc:75:12: note: built-in candidate operator!=(long, unsigned int)
  219. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  220. # define Must(cond) ((cond) ? \
  221. ^
  222. XactionRep.cc:75:12: note: built-in candidate operator!=(long, unsigned long)
  223. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  224. # define Must(cond) ((cond) ? \
  225. ^
  226. XactionRep.cc:75:12: note: built-in candidate operator!=(long, unsigned long long)
  227. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  228. # define Must(cond) ((cond) ? \
  229. ^
  230. XactionRep.cc:75:12: note: built-in candidate operator!=(long, unsigned __int128)
  231. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  232. # define Must(cond) ((cond) ? \
  233. ^
  234. XactionRep.cc:75:12: note: built-in candidate operator!=(long long, float) [867/1761]
  235. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  236. # define Must(cond) ((cond) ? \
  237. ^
  238. XactionRep.cc:75:12: note: built-in candidate operator!=(long long, double)
  239. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  240. # define Must(cond) ((cond) ? \
  241. ^
  242. XactionRep.cc:75:12: note: built-in candidate operator!=(long long, long double)
  243. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  244. # define Must(cond) ((cond) ? \
  245. ^
  246. XactionRep.cc:75:12: note: built-in candidate operator!=(long long, int)
  247. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  248. # define Must(cond) ((cond) ? \
  249. ^
  250. XactionRep.cc:75:12: note: built-in candidate operator!=(float, __int128)
  251. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  252. # define Must(cond) ((cond) ? \
  253. ^
  254. XactionRep.cc:75:12: note: built-in candidate operator!=(long long, long long)
  255. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  256. # define Must(cond) ((cond) ? \
  257. ^
  258. XactionRep.cc:75:12: note: built-in candidate operator!=(long long, __int128)
  259. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  260. # define Must(cond) ((cond) ? \
  261. ^
  262. XactionRep.cc:75:12: note: built-in candidate operator!=(long long, unsigned int)
  263. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  264. # define Must(cond) ((cond) ? \
  265. ^
  266. XactionRep.cc:75:12: note: built-in candidate operator!=(long long, unsigned long)
  267. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  268. # define Must(cond) ((cond) ? \
  269. ^
  270. XactionRep.cc:75:12: note: built-in candidate operator!=(long long, unsigned long long)
  271. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  272. # define Must(cond) ((cond) ? \
  273. ^
  274. XactionRep.cc:75:12: note: built-in candidate operator!=(long long, unsigned __int128)
  275. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  276. # define Must(cond) ((cond) ? \
  277. ^
  278. XactionRep.cc:75:12: note: built-in candidate operator!=(__int128, float)
  279. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  280. # define Must(cond) ((cond) ? \
  281. ^
  282. XactionRep.cc:75:12: note: built-in candidate operator!=(__int128, double)
  283. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  284. # define Must(cond) ((cond) ? \
  285. ^
  286. XactionRep.cc:75:12: note: built-in candidate operator!=(__int128, long double)
  287. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  288. # define Must(cond) ((cond) ? \
  289. ^
  290. XactionRep.cc:75:12: note: built-in candidate operator!=(__int128, int)
  291. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  292. # define Must(cond) ((cond) ? \
  293. ^
  294. XactionRep.cc:75:12: note: built-in candidate operator!=(float, long long)
  295. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  296. # define Must(cond) ((cond) ? \
  297. ^
  298. XactionRep.cc:75:12: note: built-in candidate operator!=(__int128, long long) [803/1761]
  299. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  300. # define Must(cond) ((cond) ? \
  301. ^
  302. XactionRep.cc:75:12: note: built-in candidate operator!=(__int128, __int128)
  303. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  304. # define Must(cond) ((cond) ? \
  305. ^
  306. XactionRep.cc:75:12: note: built-in candidate operator!=(__int128, unsigned int)
  307. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  308. # define Must(cond) ((cond) ? \
  309. ^
  310. XactionRep.cc:75:12: note: built-in candidate operator!=(__int128, unsigned long)
  311. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  312. # define Must(cond) ((cond) ? \
  313. ^
  314. XactionRep.cc:75:12: note: built-in candidate operator!=(__int128, unsigned long long)
  315. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  316. # define Must(cond) ((cond) ? \
  317. ^
  318. XactionRep.cc:75:12: note: built-in candidate operator!=(__int128, unsigned __int128)
  319. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  320. # define Must(cond) ((cond) ? \
  321. ^
  322. XactionRep.cc:75:12: note: built-in candidate operator!=(unsigned int, float)
  323. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  324. # define Must(cond) ((cond) ? \
  325. ^
  326. XactionRep.cc:75:12: note: built-in candidate operator!=(unsigned int, double)
  327. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  328. # define Must(cond) ((cond) ? \
  329. ^
  330. XactionRep.cc:75:12: note: built-in candidate operator!=(unsigned int, long double)
  331. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  332. # define Must(cond) ((cond) ? \
  333. ^
  334. XactionRep.cc:75:12: note: built-in candidate operator!=(unsigned int, int)
  335. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  336. # define Must(cond) ((cond) ? \
  337. ^
  338. XactionRep.cc:75:12: note: built-in candidate operator!=(float, int)
  339. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  340. # define Must(cond) ((cond) ? \
  341. ^
  342. XactionRep.cc:75:12: note: built-in candidate operator!=(unsigned int, long long)
  343. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  344. # define Must(cond) ((cond) ? \
  345. ^
  346. XactionRep.cc:75:12: note: built-in candidate operator!=(unsigned int, __int128)
  347. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  348. # define Must(cond) ((cond) ? \
  349. ^
  350. XactionRep.cc:75:12: note: built-in candidate operator!=(unsigned int, unsigned int)
  351. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  352. # define Must(cond) ((cond) ? \
  353. ^
  354. XactionRep.cc:75:12: note: built-in candidate operator!=(unsigned int, unsigned long)
  355. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  356. # define Must(cond) ((cond) ? \
  357. ^
  358. XactionRep.cc:75:12: note: built-in candidate operator!=(unsigned int, unsigned long long)
  359. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  360. # define Must(cond) ((cond) ? \
  361. ^
  362. XactionRep.cc:75:12: note: built-in candidate operator!=(unsigned int, unsigned __int128) [739/1761]
  363. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  364. # define Must(cond) ((cond) ? \
  365. ^
  366. XactionRep.cc:75:12: note: built-in candidate operator!=(unsigned long, float)
  367. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  368. # define Must(cond) ((cond) ? \
  369. ^
  370. XactionRep.cc:75:12: note: built-in candidate operator!=(unsigned long, double)
  371. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  372. # define Must(cond) ((cond) ? \
  373. ^
  374. XactionRep.cc:75:12: note: built-in candidate operator!=(unsigned long, long double)
  375. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  376. # define Must(cond) ((cond) ? \
  377. ^
  378. XactionRep.cc:75:12: note: built-in candidate operator!=(unsigned long, int)
  379. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  380. # define Must(cond) ((cond) ? \
  381. ^
  382. XactionRep.cc:75:12: note: built-in candidate operator!=(float, long double)
  383. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  384. # define Must(cond) ((cond) ? \
  385. ^
  386. XactionRep.cc:75:12: note: built-in candidate operator!=(unsigned long, long long)
  387. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  388. # define Must(cond) ((cond) ? \
  389. ^
  390. XactionRep.cc:75:12: note: built-in candidate operator!=(unsigned long, __int128)
  391. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  392. # define Must(cond) ((cond) ? \
  393. ^
  394. XactionRep.cc:75:12: note: built-in candidate operator!=(unsigned long, unsigned int)
  395. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  396. # define Must(cond) ((cond) ? \
  397. ^
  398. XactionRep.cc:75:12: note: built-in candidate operator!=(unsigned long, unsigned long)
  399. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  400. # define Must(cond) ((cond) ? \
  401. ^
  402. XactionRep.cc:75:12: note: built-in candidate operator!=(unsigned long, unsigned long long)
  403. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  404. # define Must(cond) ((cond) ? \
  405. ^
  406. XactionRep.cc:75:12: note: built-in candidate operator!=(unsigned long, unsigned __int128)
  407. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  408. # define Must(cond) ((cond) ? \
  409. ^
  410. XactionRep.cc:75:12: note: built-in candidate operator!=(unsigned long long, float)
  411. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  412. # define Must(cond) ((cond) ? \
  413. ^
  414. XactionRep.cc:75:12: note: built-in candidate operator!=(unsigned long long, double)
  415. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  416. # define Must(cond) ((cond) ? \
  417. ^
  418. XactionRep.cc:75:12: note: built-in candidate operator!=(unsigned long long, long double)
  419. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  420. # define Must(cond) ((cond) ? \
  421. ^
  422. XactionRep.cc:75:12: note: built-in candidate operator!=(unsigned long long, int)
  423. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  424. # define Must(cond) ((cond) ? \
  425. ^
  426. XactionRep.cc:75:12: note: built-in candidate operator!=(float, double) [675/1761]
  427. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  428. # define Must(cond) ((cond) ? \
  429. ^
  430. XactionRep.cc:75:12: note: built-in candidate operator!=(unsigned long long, long long)
  431. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  432. # define Must(cond) ((cond) ? \
  433. ^
  434. XactionRep.cc:75:12: note: built-in candidate operator!=(unsigned long long, __int128)
  435. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  436. # define Must(cond) ((cond) ? \
  437. ^
  438. XactionRep.cc:75:12: note: built-in candidate operator!=(unsigned long long, unsigned int)
  439. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  440. # define Must(cond) ((cond) ? \
  441. ^
  442. XactionRep.cc:75:12: note: built-in candidate operator!=(unsigned long long, unsigned long)
  443. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  444. # define Must(cond) ((cond) ? \
  445. ^
  446. XactionRep.cc:75:12: note: built-in candidate operator!=(unsigned long long, unsigned long long)
  447. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  448. # define Must(cond) ((cond) ? \
  449. ^
  450. XactionRep.cc:75:12: note: built-in candidate operator!=(unsigned long long, unsigned __int128)
  451. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  452. # define Must(cond) ((cond) ? \
  453. ^
  454. XactionRep.cc:75:12: note: built-in candidate operator!=(unsigned __int128, float)
  455. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  456. # define Must(cond) ((cond) ? \
  457. ^
  458. XactionRep.cc:75:12: note: built-in candidate operator!=(unsigned __int128, double)
  459. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  460. # define Must(cond) ((cond) ? \
  461. ^
  462. XactionRep.cc:75:12: note: built-in candidate operator!=(unsigned __int128, long double)
  463. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  464. # define Must(cond) ((cond) ? \
  465. ^
  466. XactionRep.cc:75:12: note: built-in candidate operator!=(unsigned __int128, int)
  467. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  468. # define Must(cond) ((cond) ? \
  469. ^
  470. XactionRep.cc:75:12: note: built-in candidate operator!=(float, float)
  471. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  472. # define Must(cond) ((cond) ? \
  473. ^
  474. XactionRep.cc:75:12: note: built-in candidate operator!=(unsigned __int128, long long)
  475. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  476. # define Must(cond) ((cond) ? \
  477. ^
  478. XactionRep.cc:75:12: note: built-in candidate operator!=(unsigned __int128, __int128)
  479. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  480. # define Must(cond) ((cond) ? \
  481. ^
  482. XactionRep.cc:75:12: note: built-in candidate operator!=(unsigned __int128, unsigned int)
  483. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  484. # define Must(cond) ((cond) ? \
  485. ^
  486. XactionRep.cc:75:12: note: built-in candidate operator!=(unsigned __int128, unsigned long)
  487. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  488. # define Must(cond) ((cond) ? \
  489. ^
  490. XactionRep.cc:75:12: note: built-in candidate operator!=(unsigned __int128, unsigned long long) [611/1761]
  491. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  492. # define Must(cond) ((cond) ? \
  493. ^
  494. XactionRep.cc:75:12: note: built-in candidate operator!=(unsigned __int128, unsigned __int128)
  495. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  496. # define Must(cond) ((cond) ? \
  497. ^
  498. XactionRep.cc:262:22: error: use of overloaded operator '!=' is ambiguous (with operand types 'MessagePtr' (aka 'shared_ptr<libecap::Message>') and 'long')
  499. if (theAnswerRep != NULL) {
  500. ~~~~~~~~~~~~ ^ ~~~~
  501. /usr/include/c++/v1/memory:4795:1: note: candidate function [with _Tp = libecap::Message]
  502. operator!=(const shared_ptr<_Tp>& __x, nullptr_t) _NOEXCEPT
  503. ^
  504. XactionRep.cc:262:22: note: built-in candidate operator!=(int, long)
  505. if (theAnswerRep != NULL) {
  506. ^
  507. XactionRep.cc:262:22: note: built-in candidate operator!=(unsigned __int128, long) [594/1761]
  508. XactionRep.cc:262:22: note: built-in candidate operator!=(unsigned long long, long)
  509. XactionRep.cc:262:22: note: built-in candidate operator!=(unsigned long, long)
  510. XactionRep.cc:262:22: note: built-in candidate operator!=(unsigned int, long)
  511. XactionRep.cc:262:22: note: built-in candidate operator!=(float, long)
  512. XactionRep.cc:262:22: note: built-in candidate operator!=(__int128, long)
  513. XactionRep.cc:262:22: note: built-in candidate operator!=(long long, long)
  514. XactionRep.cc:262:22: note: built-in candidate operator!=(long, long)
  515. XactionRep.cc:262:22: note: built-in candidate operator!=(int, unsigned __int128)
  516. XactionRep.cc:262:22: note: built-in candidate operator!=(int, unsigned long long)
  517. XactionRep.cc:262:22: note: built-in candidate operator!=(int, unsigned long)
  518. XactionRep.cc:262:22: note: built-in candidate operator!=(int, unsigned int)
  519. XactionRep.cc:262:22: note: built-in candidate operator!=(int, __int128)
  520. XactionRep.cc:262:22: note: built-in candidate operator!=(int, long long)
  521. XactionRep.cc:262:22: note: built-in candidate operator!=(double, long)
  522. XactionRep.cc:262:22: note: built-in candidate operator!=(int, int)
  523. XactionRep.cc:262:22: note: built-in candidate operator!=(int, long double)
  524. XactionRep.cc:262:22: note: built-in candidate operator!=(int, double)
  525. XactionRep.cc:262:22: note: built-in candidate operator!=(int, float)
  526. XactionRep.cc:262:22: note: built-in candidate operator!=(long double, long)
  527. XactionRep.cc:262:22: note: built-in candidate operator!=(double, unsigned __int128)
  528. XactionRep.cc:262:22: note: built-in candidate operator!=(long double, float)
  529. XactionRep.cc:262:22: note: built-in candidate operator!=(long double, double)
  530. XactionRep.cc:262:22: note: built-in candidate operator!=(long double, long double)
  531. XactionRep.cc:262:22: note: built-in candidate operator!=(long double, int)
  532. XactionRep.cc:262:22: note: built-in candidate operator!=(double, unsigned long long)
  533. XactionRep.cc:262:22: note: built-in candidate operator!=(long double, long long)
  534. XactionRep.cc:262:22: note: built-in candidate operator!=(long double, __int128)
  535. XactionRep.cc:262:22: note: built-in candidate operator!=(long double, unsigned int)
  536. XactionRep.cc:262:22: note: built-in candidate operator!=(long double, unsigned long)
  537. XactionRep.cc:262:22: note: built-in candidate operator!=(long double, unsigned long long)
  538. XactionRep.cc:262:22: note: built-in candidate operator!=(long double, unsigned __int128)
  539. XactionRep.cc:262:22: note: built-in candidate operator!=(double, unsigned long)
  540. XactionRep.cc:262:22: note: built-in candidate operator!=(double, unsigned int)
  541. XactionRep.cc:262:22: note: built-in candidate operator!=(double, __int128)
  542. XactionRep.cc:262:22: note: built-in candidate operator!=(double, long long)
  543. XactionRep.cc:262:22: note: built-in candidate operator!=(double, int)
  544. XactionRep.cc:262:22: note: built-in candidate operator!=(double, long double)
  545. XactionRep.cc:262:22: note: built-in candidate operator!=(double, double)
  546. XactionRep.cc:262:22: note: built-in candidate operator!=(double, float)
  547. XactionRep.cc:262:22: note: built-in candidate operator!=(float, unsigned __int128)
  548. XactionRep.cc:262:22: note: built-in candidate operator!=(float, unsigned long long)
  549. XactionRep.cc:262:22: note: built-in candidate operator!=(float, unsigned long)
  550. XactionRep.cc:262:22: note: built-in candidate operator!=(long, float)
  551. XactionRep.cc:262:22: note: built-in candidate operator!=(long, double)
  552. XactionRep.cc:262:22: note: built-in candidate operator!=(long, long double)
  553. XactionRep.cc:262:22: note: built-in candidate operator!=(long, int)
  554. XactionRep.cc:262:22: note: built-in candidate operator!=(float, unsigned int)
  555. XactionRep.cc:262:22: note: built-in candidate operator!=(long, long long)
  556. XactionRep.cc:262:22: note: built-in candidate operator!=(long, __int128)
  557. XactionRep.cc:262:22: note: built-in candidate operator!=(long, unsigned int)
  558. XactionRep.cc:262:22: note: built-in candidate operator!=(long, unsigned long)
  559. XactionRep.cc:262:22: note: built-in candidate operator!=(long, unsigned long long)
  560. XactionRep.cc:262:22: note: built-in candidate operator!=(long, unsigned __int128)
  561. XactionRep.cc:262:22: note: built-in candidate operator!=(long long, float)
  562. XactionRep.cc:262:22: note: built-in candidate operator!=(long long, double)
  563. XactionRep.cc:262:22: note: built-in candidate operator!=(long long, long double)
  564. XactionRep.cc:262:22: note: built-in candidate operator!=(long long, int)
  565. XactionRep.cc:262:22: note: built-in candidate operator!=(float, __int128)
  566. XactionRep.cc:262:22: note: built-in candidate operator!=(long long, long long)
  567. XactionRep.cc:262:22: note: built-in candidate operator!=(long long, __int128)
  568. XactionRep.cc:262:22: note: built-in candidate operator!=(long long, unsigned int)
  569. XactionRep.cc:262:22: note: built-in candidate operator!=(long long, unsigned long)
  570. XactionRep.cc:262:22: note: built-in candidate operator!=(long long, unsigned long long)
  571. XactionRep.cc:262:22: note: built-in candidate operator!=(long long, unsigned __int128) [530/1761]
  572. XactionRep.cc:262:22: note: built-in candidate operator!=(__int128, float)
  573. XactionRep.cc:262:22: note: built-in candidate operator!=(__int128, double)
  574. XactionRep.cc:262:22: note: built-in candidate operator!=(__int128, long double)
  575. XactionRep.cc:262:22: note: built-in candidate operator!=(__int128, int)
  576. XactionRep.cc:262:22: note: built-in candidate operator!=(float, long long)
  577. XactionRep.cc:262:22: note: built-in candidate operator!=(__int128, long long)
  578. XactionRep.cc:262:22: note: built-in candidate operator!=(__int128, __int128)
  579. XactionRep.cc:262:22: note: built-in candidate operator!=(__int128, unsigned int)
  580. XactionRep.cc:262:22: note: built-in candidate operator!=(__int128, unsigned long)
  581. XactionRep.cc:262:22: note: built-in candidate operator!=(__int128, unsigned long long)
  582. XactionRep.cc:262:22: note: built-in candidate operator!=(__int128, unsigned __int128)
  583. XactionRep.cc:262:22: note: built-in candidate operator!=(unsigned int, float)
  584. XactionRep.cc:262:22: note: built-in candidate operator!=(unsigned int, double)
  585. XactionRep.cc:262:22: note: built-in candidate operator!=(unsigned int, long double)
  586. XactionRep.cc:262:22: note: built-in candidate operator!=(unsigned int, int)
  587. XactionRep.cc:262:22: note: built-in candidate operator!=(float, int)
  588. XactionRep.cc:262:22: note: built-in candidate operator!=(unsigned int, long long)
  589. XactionRep.cc:262:22: note: built-in candidate operator!=(unsigned int, __int128)
  590. XactionRep.cc:262:22: note: built-in candidate operator!=(unsigned int, unsigned int)
  591. XactionRep.cc:262:22: note: built-in candidate operator!=(unsigned int, unsigned long)
  592. XactionRep.cc:262:22: note: built-in candidate operator!=(unsigned int, unsigned long long)
  593. XactionRep.cc:262:22: note: built-in candidate operator!=(unsigned int, unsigned __int128)
  594. XactionRep.cc:262:22: note: built-in candidate operator!=(unsigned long, float)
  595. XactionRep.cc:262:22: note: built-in candidate operator!=(unsigned long, double)
  596. XactionRep.cc:262:22: note: built-in candidate operator!=(unsigned long, long double)
  597. XactionRep.cc:262:22: note: built-in candidate operator!=(unsigned long, int)
  598. XactionRep.cc:262:22: note: built-in candidate operator!=(float, long double)
  599. XactionRep.cc:262:22: note: built-in candidate operator!=(unsigned long, long long)
  600. XactionRep.cc:262:22: note: built-in candidate operator!=(unsigned long, __int128)
  601. XactionRep.cc:262:22: note: built-in candidate operator!=(unsigned long, unsigned int)
  602. XactionRep.cc:262:22: note: built-in candidate operator!=(unsigned long, unsigned long)
  603. XactionRep.cc:262:22: note: built-in candidate operator!=(unsigned long, unsigned long long)
  604. XactionRep.cc:262:22: note: built-in candidate operator!=(unsigned long, unsigned __int128)
  605. XactionRep.cc:262:22: note: built-in candidate operator!=(unsigned long long, float)
  606. XactionRep.cc:262:22: note: built-in candidate operator!=(unsigned long long, double)
  607. XactionRep.cc:262:22: note: built-in candidate operator!=(unsigned long long, long double)
  608. XactionRep.cc:262:22: note: built-in candidate operator!=(unsigned long long, int)
  609. XactionRep.cc:262:22: note: built-in candidate operator!=(float, double)
  610. XactionRep.cc:262:22: note: built-in candidate operator!=(unsigned long long, long long)
  611. XactionRep.cc:262:22: note: built-in candidate operator!=(unsigned long long, __int128)
  612. XactionRep.cc:262:22: note: built-in candidate operator!=(unsigned long long, unsigned int)
  613. XactionRep.cc:262:22: note: built-in candidate operator!=(unsigned long long, unsigned long)
  614. XactionRep.cc:262:22: note: built-in candidate operator!=(unsigned long long, unsigned long long)
  615. XactionRep.cc:262:22: note: built-in candidate operator!=(unsigned long long, unsigned __int128)
  616. XactionRep.cc:262:22: note: built-in candidate operator!=(unsigned __int128, float)
  617. XactionRep.cc:262:22: note: built-in candidate operator!=(unsigned __int128, double)
  618. XactionRep.cc:262:22: note: built-in candidate operator!=(unsigned __int128, long double)
  619. XactionRep.cc:262:22: note: built-in candidate operator!=(unsigned __int128, int)
  620. XactionRep.cc:262:22: note: built-in candidate operator!=(float, float)
  621. XactionRep.cc:262:22: note: built-in candidate operator!=(unsigned __int128, long long)
  622. XactionRep.cc:262:22: note: built-in candidate operator!=(unsigned __int128, __int128)
  623. XactionRep.cc:262:22: note: built-in candidate operator!=(unsigned __int128, unsigned int)
  624. XactionRep.cc:262:22: note: built-in candidate operator!=(unsigned __int128, unsigned long)
  625. XactionRep.cc:262:22: note: built-in candidate operator!=(unsigned __int128, unsigned long long)
  626. XactionRep.cc:262:22: note: built-in candidate operator!=(unsigned __int128, unsigned __int128)
  627. XactionRep.cc:321:23: error: use of overloaded operator '!=' is ambiguous (with operand types 'MessagePtr' (aka 'shared_ptr<libecap::Message>') and 'long')
  628. Must(theAnswerRep != NULL); [473/1761]
  629. ~~~~~~~~~~~~ ^ ~~~~
  630. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  631. # define Must(cond) ((cond) ? \
  632. ^
  633. /usr/include/c++/v1/memory:4795:1: note: candidate function [with _Tp = libecap::Message]
  634. operator!=(const shared_ptr<_Tp>& __x, nullptr_t) _NOEXCEPT
  635. ^
  636. XactionRep.cc:321:23: note: built-in candidate operator!=(int, long)
  637. Must(theAnswerRep != NULL);
  638. ^
  639. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  640. # define Must(cond) ((cond) ? \
  641. ^
  642. XactionRep.cc:321:23: note: built-in candidate operator!=(unsigned __int128, long)
  643. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  644. # define Must(cond) ((cond) ? \
  645. ^
  646. XactionRep.cc:321:23: note: built-in candidate operator!=(unsigned long long, long)
  647. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  648. # define Must(cond) ((cond) ? \
  649. ^
  650. XactionRep.cc:321:23: note: built-in candidate operator!=(unsigned long, long)
  651. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  652. # define Must(cond) ((cond) ? \
  653. ^
  654. XactionRep.cc:321:23: note: built-in candidate operator!=(unsigned int, long)
  655. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  656. # define Must(cond) ((cond) ? \
  657. ^
  658. XactionRep.cc:321:23: note: built-in candidate operator!=(float, long)
  659. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  660. # define Must(cond) ((cond) ? \
  661. ^
  662. XactionRep.cc:321:23: note: built-in candidate operator!=(__int128, long)
  663. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  664. # define Must(cond) ((cond) ? \
  665. ^
  666. XactionRep.cc:321:23: note: built-in candidate operator!=(long long, long)
  667. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  668. # define Must(cond) ((cond) ? \
  669. ^
  670. XactionRep.cc:321:23: note: built-in candidate operator!=(long, long)
  671. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  672. # define Must(cond) ((cond) ? \
  673. ^
  674. XactionRep.cc:321:23: note: built-in candidate operator!=(int, unsigned __int128)
  675. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  676. # define Must(cond) ((cond) ? \
  677. ^
  678. XactionRep.cc:321:23: note: built-in candidate operator!=(int, unsigned long long)
  679. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  680. # define Must(cond) ((cond) ? \
  681. ^
  682. XactionRep.cc:321:23: note: built-in candidate operator!=(int, unsigned long)
  683. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  684. # define Must(cond) ((cond) ? \
  685. ^
  686. XactionRep.cc:321:23: note: built-in candidate operator!=(int, unsigned int)
  687. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  688. # define Must(cond) ((cond) ? \
  689. ^
  690. XactionRep.cc:321:23: note: built-in candidate operator!=(int, __int128) [411/1761]
  691. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  692. # define Must(cond) ((cond) ? \
  693. ^
  694. XactionRep.cc:321:23: note: built-in candidate operator!=(int, long long)
  695. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  696. # define Must(cond) ((cond) ? \
  697. ^
  698. XactionRep.cc:321:23: note: built-in candidate operator!=(double, long)
  699. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  700. # define Must(cond) ((cond) ? \
  701. ^
  702. XactionRep.cc:321:23: note: built-in candidate operator!=(int, int)
  703. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  704. # define Must(cond) ((cond) ? \
  705. ^
  706. XactionRep.cc:321:23: note: built-in candidate operator!=(int, long double)
  707. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  708. # define Must(cond) ((cond) ? \
  709. ^
  710. XactionRep.cc:321:23: note: built-in candidate operator!=(int, double)
  711. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  712. # define Must(cond) ((cond) ? \
  713. ^
  714. XactionRep.cc:321:23: note: built-in candidate operator!=(int, float)
  715. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  716. # define Must(cond) ((cond) ? \
  717. ^
  718. XactionRep.cc:321:23: note: built-in candidate operator!=(long double, long)
  719. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  720. # define Must(cond) ((cond) ? \
  721. ^
  722. XactionRep.cc:321:23: note: built-in candidate operator!=(double, unsigned __int128)
  723. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  724. # define Must(cond) ((cond) ? \
  725. ^
  726. XactionRep.cc:321:23: note: built-in candidate operator!=(long double, float)
  727. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  728. # define Must(cond) ((cond) ? \
  729. ^
  730. XactionRep.cc:321:23: note: built-in candidate operator!=(long double, double)
  731. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  732. # define Must(cond) ((cond) ? \
  733. ^
  734. XactionRep.cc:321:23: note: built-in candidate operator!=(long double, long double)
  735. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  736. # define Must(cond) ((cond) ? \
  737. ^
  738. XactionRep.cc:321:23: note: built-in candidate operator!=(long double, int)
  739. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  740. # define Must(cond) ((cond) ? \
  741. ^
  742. XactionRep.cc:321:23: note: built-in candidate operator!=(double, unsigned long long)
  743. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  744. # define Must(cond) ((cond) ? \
  745. ^
  746. XactionRep.cc:321:23: note: built-in candidate operator!=(long double, long long)
  747. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  748. # define Must(cond) ((cond) ? \
  749. ^
  750. XactionRep.cc:321:23: note: built-in candidate operator!=(long double, __int128)
  751. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  752. # define Must(cond) ((cond) ? \
  753. ^
  754. XactionRep.cc:321:23: note: built-in candidate operator!=(long double, unsigned int) [347/1761]
  755. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  756. # define Must(cond) ((cond) ? \
  757. ^
  758. XactionRep.cc:321:23: note: built-in candidate operator!=(long double, unsigned long)
  759. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  760. # define Must(cond) ((cond) ? \
  761. ^
  762. XactionRep.cc:321:23: note: built-in candidate operator!=(long double, unsigned long long)
  763. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  764. # define Must(cond) ((cond) ? \
  765. ^
  766. XactionRep.cc:321:23: note: built-in candidate operator!=(long double, unsigned __int128)
  767. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  768. # define Must(cond) ((cond) ? \
  769. ^
  770. XactionRep.cc:321:23: note: built-in candidate operator!=(double, unsigned long)
  771. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  772. # define Must(cond) ((cond) ? \
  773. ^
  774. XactionRep.cc:321:23: note: built-in candidate operator!=(double, unsigned int)
  775. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  776. # define Must(cond) ((cond) ? \
  777. ^
  778. XactionRep.cc:321:23: note: built-in candidate operator!=(double, __int128)
  779. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  780. # define Must(cond) ((cond) ? \
  781. ^
  782. XactionRep.cc:321:23: note: built-in candidate operator!=(double, long long)
  783. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  784. # define Must(cond) ((cond) ? \
  785. ^
  786. XactionRep.cc:321:23: note: built-in candidate operator!=(double, int)
  787. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  788. # define Must(cond) ((cond) ? \
  789. ^
  790. XactionRep.cc:321:23: note: built-in candidate operator!=(double, long double)
  791. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  792. # define Must(cond) ((cond) ? \
  793. ^
  794. XactionRep.cc:321:23: note: built-in candidate operator!=(double, double)
  795. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  796. # define Must(cond) ((cond) ? \
  797. ^
  798. XactionRep.cc:321:23: note: built-in candidate operator!=(double, float)
  799. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  800. # define Must(cond) ((cond) ? \
  801. ^
  802. XactionRep.cc:321:23: note: built-in candidate operator!=(float, unsigned __int128)
  803. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  804. # define Must(cond) ((cond) ? \
  805. ^
  806. XactionRep.cc:321:23: note: built-in candidate operator!=(float, unsigned long long)
  807. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  808. # define Must(cond) ((cond) ? \
  809. ^
  810. XactionRep.cc:321:23: note: built-in candidate operator!=(float, unsigned long)
  811. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  812. # define Must(cond) ((cond) ? \
  813. ^
  814. XactionRep.cc:321:23: note: built-in candidate operator!=(long, float)
  815. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  816. # define Must(cond) ((cond) ? \
  817. ^
  818. XactionRep.cc:321:23: note: built-in candidate operator!=(long, double) [283/1761]
  819. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  820. # define Must(cond) ((cond) ? \
  821. ^
  822. XactionRep.cc:321:23: note: built-in candidate operator!=(long, long double)
  823. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  824. # define Must(cond) ((cond) ? \
  825. ^
  826. XactionRep.cc:321:23: note: built-in candidate operator!=(long, int)
  827. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  828. # define Must(cond) ((cond) ? \
  829. ^
  830. XactionRep.cc:321:23: note: built-in candidate operator!=(float, unsigned int)
  831. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  832. # define Must(cond) ((cond) ? \
  833. ^
  834. XactionRep.cc:321:23: note: built-in candidate operator!=(long, long long)
  835. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  836. # define Must(cond) ((cond) ? \
  837. ^
  838. XactionRep.cc:321:23: note: built-in candidate operator!=(long, __int128)
  839. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  840. # define Must(cond) ((cond) ? \
  841. ^
  842. XactionRep.cc:321:23: note: built-in candidate operator!=(long, unsigned int)
  843. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  844. # define Must(cond) ((cond) ? \
  845. ^
  846. XactionRep.cc:321:23: note: built-in candidate operator!=(long, unsigned long)
  847. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  848. # define Must(cond) ((cond) ? \
  849. ^
  850. XactionRep.cc:321:23: note: built-in candidate operator!=(long, unsigned long long)
  851. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  852. # define Must(cond) ((cond) ? \
  853. ^
  854. XactionRep.cc:321:23: note: built-in candidate operator!=(long, unsigned __int128)
  855. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  856. # define Must(cond) ((cond) ? \
  857. ^
  858. XactionRep.cc:321:23: note: built-in candidate operator!=(long long, float)
  859. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  860. # define Must(cond) ((cond) ? \
  861. ^
  862. XactionRep.cc:321:23: note: built-in candidate operator!=(long long, double)
  863. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  864. # define Must(cond) ((cond) ? \
  865. ^
  866. XactionRep.cc:321:23: note: built-in candidate operator!=(long long, long double)
  867. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  868. # define Must(cond) ((cond) ? \
  869. ^
  870. XactionRep.cc:321:23: note: built-in candidate operator!=(long long, int)
  871. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  872. # define Must(cond) ((cond) ? \
  873. ^
  874. XactionRep.cc:321:23: note: built-in candidate operator!=(float, __int128)
  875. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  876. # define Must(cond) ((cond) ? \
  877. ^
  878. XactionRep.cc:321:23: note: built-in candidate operator!=(long long, long long)
  879. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  880. # define Must(cond) ((cond) ? \
  881. ^
  882. XactionRep.cc:321:23: note: built-in candidate operator!=(long long, __int128) [219/1761]
  883. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  884. # define Must(cond) ((cond) ? \
  885. ^
  886. XactionRep.cc:321:23: note: built-in candidate operator!=(long long, unsigned int)
  887. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  888. # define Must(cond) ((cond) ? \
  889. ^
  890. XactionRep.cc:321:23: note: built-in candidate operator!=(long long, unsigned long)
  891. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  892. # define Must(cond) ((cond) ? \
  893. ^
  894. XactionRep.cc:321:23: note: built-in candidate operator!=(long long, unsigned long long)
  895. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  896. # define Must(cond) ((cond) ? \
  897. ^
  898. XactionRep.cc:321:23: note: built-in candidate operator!=(long long, unsigned __int128)
  899. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  900. # define Must(cond) ((cond) ? \
  901. ^
  902. XactionRep.cc:321:23: note: built-in candidate operator!=(__int128, float)
  903. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  904. # define Must(cond) ((cond) ? \
  905. ^
  906. XactionRep.cc:321:23: note: built-in candidate operator!=(__int128, double)
  907. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  908. # define Must(cond) ((cond) ? \
  909. ^
  910. XactionRep.cc:321:23: note: built-in candidate operator!=(__int128, long double)
  911. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  912. # define Must(cond) ((cond) ? \
  913. ^
  914. XactionRep.cc:321:23: note: built-in candidate operator!=(__int128, int)
  915. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  916. # define Must(cond) ((cond) ? \
  917. ^
  918. XactionRep.cc:321:23: note: built-in candidate operator!=(float, long long)
  919. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  920. # define Must(cond) ((cond) ? \
  921. ^
  922. XactionRep.cc:321:23: note: built-in candidate operator!=(__int128, long long)
  923. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  924. # define Must(cond) ((cond) ? \
  925. ^
  926. XactionRep.cc:321:23: note: built-in candidate operator!=(__int128, __int128)
  927. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  928. # define Must(cond) ((cond) ? \
  929. ^
  930. XactionRep.cc:321:23: note: built-in candidate operator!=(__int128, unsigned int)
  931. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  932. # define Must(cond) ((cond) ? \
  933. ^
  934. XactionRep.cc:321:23: note: built-in candidate operator!=(__int128, unsigned long)
  935. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  936. # define Must(cond) ((cond) ? \
  937. ^
  938. XactionRep.cc:321:23: note: built-in candidate operator!=(__int128, unsigned long long)
  939. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  940. # define Must(cond) ((cond) ? \
  941. ^
  942. XactionRep.cc:321:23: note: built-in candidate operator!=(__int128, unsigned __int128)
  943. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  944. # define Must(cond) ((cond) ? \
  945. ^
  946. XactionRep.cc:321:23: note: built-in candidate operator!=(unsigned int, float) [155/1761]
  947. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  948. # define Must(cond) ((cond) ? \
  949. ^
  950. XactionRep.cc:321:23: note: built-in candidate operator!=(unsigned int, double)
  951. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  952. # define Must(cond) ((cond) ? \
  953. ^
  954. XactionRep.cc:321:23: note: built-in candidate operator!=(unsigned int, long double)
  955. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  956. # define Must(cond) ((cond) ? \
  957. ^
  958. XactionRep.cc:321:23: note: built-in candidate operator!=(unsigned int, int)
  959. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  960. # define Must(cond) ((cond) ? \
  961. ^
  962. XactionRep.cc:321:23: note: built-in candidate operator!=(float, int)
  963. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  964. # define Must(cond) ((cond) ? \
  965. ^
  966. XactionRep.cc:321:23: note: built-in candidate operator!=(unsigned int, long long)
  967. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  968. # define Must(cond) ((cond) ? \
  969. ^
  970. XactionRep.cc:321:23: note: built-in candidate operator!=(unsigned int, __int128)
  971. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  972. # define Must(cond) ((cond) ? \
  973. ^
  974. XactionRep.cc:321:23: note: built-in candidate operator!=(unsigned int, unsigned int)
  975. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  976. # define Must(cond) ((cond) ? \
  977. ^
  978. XactionRep.cc:321:23: note: built-in candidate operator!=(unsigned int, unsigned long)
  979. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  980. # define Must(cond) ((cond) ? \
  981. ^
  982. XactionRep.cc:321:23: note: built-in candidate operator!=(unsigned int, unsigned long long)
  983. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  984. # define Must(cond) ((cond) ? \
  985. ^
  986. XactionRep.cc:321:23: note: built-in candidate operator!=(unsigned int, unsigned __int128)
  987. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  988. # define Must(cond) ((cond) ? \
  989. ^
  990. XactionRep.cc:321:23: note: built-in candidate operator!=(unsigned long, float)
  991. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  992. # define Must(cond) ((cond) ? \
  993. ^
  994. XactionRep.cc:321:23: note: built-in candidate operator!=(unsigned long, double)
  995. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  996. # define Must(cond) ((cond) ? \
  997. ^
  998. XactionRep.cc:321:23: note: built-in candidate operator!=(unsigned long, long double)
  999. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  1000. # define Must(cond) ((cond) ? \
  1001. ^
  1002. XactionRep.cc:321:23: note: built-in candidate operator!=(unsigned long, int)
  1003. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  1004. # define Must(cond) ((cond) ? \
  1005. ^
  1006. XactionRep.cc:321:23: note: built-in candidate operator!=(float, long double)
  1007. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  1008. # define Must(cond) ((cond) ? \
  1009. ^
  1010. XactionRep.cc:321:23: note: built-in candidate operator!=(unsigned long, long long) [91/1761]
  1011. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  1012. # define Must(cond) ((cond) ? \
  1013. ^
  1014. XactionRep.cc:321:23: note: built-in candidate operator!=(unsigned long, __int128)
  1015. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  1016. # define Must(cond) ((cond) ? \
  1017. ^
  1018. XactionRep.cc:321:23: note: built-in candidate operator!=(unsigned long, unsigned int)
  1019. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  1020. # define Must(cond) ((cond) ? \
  1021. ^
  1022. XactionRep.cc:321:23: note: built-in candidate operator!=(unsigned long, unsigned long)
  1023. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  1024. # define Must(cond) ((cond) ? \
  1025. ^
  1026. XactionRep.cc:321:23: note: built-in candidate operator!=(unsigned long, unsigned long long)
  1027. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  1028. # define Must(cond) ((cond) ? \
  1029. ^
  1030. XactionRep.cc:321:23: note: built-in candidate operator!=(unsigned long, unsigned __int128)
  1031. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  1032. # define Must(cond) ((cond) ? \
  1033. ^
  1034. XactionRep.cc:321:23: note: built-in candidate operator!=(unsigned long long, float)
  1035. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  1036. # define Must(cond) ((cond) ? \
  1037. ^
  1038. XactionRep.cc:321:23: note: built-in candidate operator!=(unsigned long long, double)
  1039. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  1040. # define Must(cond) ((cond) ? \
  1041. ^
  1042. XactionRep.cc:321:23: note: built-in candidate operator!=(unsigned long long, long double)
  1043. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  1044. # define Must(cond) ((cond) ? \
  1045. ^
  1046. XactionRep.cc:321:23: note: built-in candidate operator!=(unsigned long long, int)
  1047. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  1048. # define Must(cond) ((cond) ? \
  1049. ^
  1050. XactionRep.cc:321:23: note: built-in candidate operator!=(float, double)
  1051. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  1052. # define Must(cond) ((cond) ? \
  1053. ^
  1054. XactionRep.cc:321:23: note: built-in candidate operator!=(unsigned long long, long long)
  1055. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  1056. # define Must(cond) ((cond) ? \
  1057. ^
  1058. XactionRep.cc:321:23: note: built-in candidate operator!=(unsigned long long, __int128)
  1059. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  1060. # define Must(cond) ((cond) ? \
  1061. ^
  1062. XactionRep.cc:321:23: note: built-in candidate operator!=(unsigned long long, unsigned int)
  1063. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  1064. # define Must(cond) ((cond) ? \
  1065. ^
  1066. XactionRep.cc:321:23: note: built-in candidate operator!=(unsigned long long, unsigned long)
  1067. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  1068. # define Must(cond) ((cond) ? \
  1069. ^
  1070. XactionRep.cc:321:23: note: built-in candidate operator!=(unsigned long long, unsigned long long)
  1071. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  1072. # define Must(cond) ((cond) ? \
  1073. ^
  1074. XactionRep.cc:321:23: note: built-in candidate operator!=(unsigned long long, unsigned __int128) [27/1761]
  1075. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  1076. # define Must(cond) ((cond) ? \
  1077. ^
  1078. XactionRep.cc:321:23: note: built-in candidate operator!=(unsigned __int128, float)
  1079. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  1080. # define Must(cond) ((cond) ? \
  1081. ^
  1082. XactionRep.cc:321:23: note: built-in candidate operator!=(unsigned __int128, double)
  1083. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  1084. # define Must(cond) ((cond) ? \
  1085. ^
  1086. XactionRep.cc:321:23: note: built-in candidate operator!=(unsigned __int128, long double)
  1087. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  1088. # define Must(cond) ((cond) ? \
  1089. ^
  1090. XactionRep.cc:321:23: note: built-in candidate operator!=(unsigned __int128, int)
  1091. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  1092. # define Must(cond) ((cond) ? \
  1093. ^
  1094. XactionRep.cc:321:23: note: built-in candidate operator!=(float, float)
  1095. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  1096. # define Must(cond) ((cond) ? \
  1097. ^
  1098. XactionRep.cc:321:23: note: built-in candidate operator!=(unsigned __int128, long long)
  1099. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  1100. # define Must(cond) ((cond) ? \
  1101. ^
  1102. XactionRep.cc:321:23: note: built-in candidate operator!=(unsigned __int128, __int128)
  1103. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  1104. # define Must(cond) ((cond) ? \
  1105. ^
  1106. XactionRep.cc:321:23: note: built-in candidate operator!=(unsigned __int128, unsigned int)
  1107. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  1108. # define Must(cond) ((cond) ? \
  1109. ^
  1110. XactionRep.cc:321:23: note: built-in candidate operator!=(unsigned __int128, unsigned long)
  1111. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  1112. # define Must(cond) ((cond) ? \
  1113. ^
  1114. XactionRep.cc:321:23: note: built-in candidate operator!=(unsigned __int128, unsigned long long)
  1115. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  1116. # define Must(cond) ((cond) ? \
  1117. ^
  1118. XactionRep.cc:321:23: note: built-in candidate operator!=(unsigned __int128, unsigned __int128)
  1119. ../../../src/base/TextException.h:86:25: note: expanded from macro 'Must'
  1120. # define Must(cond) ((cond) ? \
  1121. ^
  1122. 3 errors generated.
  1123. *** [libsquid_ecap_la-XactionRep.lo] Error code 1
  1124.  
  1125. make[6]: stopped in /usr/ports/www/squid/work/squid-3.5.7/src/adaptation/ecap
  1126. 1 error
  1127.  
  1128. make[6]: stopped in /usr/ports/www/squid/work/squid-3.5.7/src/adaptation/ecap
  1129. *** [all-recursive] Error code 1
  1130.  
  1131. make[5]: stopped in /usr/ports/www/squid/work/squid-3.5.7/src/adaptation
  1132. 1 error
  1133.  
  1134. make[5]: stopped in /usr/ports/www/squid/work/squid-3.5.7/src/adaptation
  1135. *** [all-recursive] Error code 1
  1136. make[4]: stopped in /usr/ports/www/squid/work/squid-3.5.7/src
  1137. 1 error
  1138.  
  1139. make[4]: stopped in /usr/ports/www/squid/work/squid-3.5.7/src
  1140. *** [all] Error code 2
  1141.  
  1142. make[3]: stopped in /usr/ports/www/squid/work/squid-3.5.7/src
  1143. 1 error
  1144.  
  1145. make[3]: stopped in /usr/ports/www/squid/work/squid-3.5.7/src
  1146. *** [all-recursive] Error code 1
  1147.  
  1148. make[2]: stopped in /usr/ports/www/squid/work/squid-3.5.7
  1149. 1 error
  1150.  
  1151. make[2]: stopped in /usr/ports/www/squid/work/squid-3.5.7
Advertisement
Add Comment
Please, Sign In to add comment