1. In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/include/g++-v4/type_traits:35:0,
  2. from /usr/include/sigc++-2.0/sigc++/visit_each.h:22,
  3. from /usr/include/sigc++-2.0/sigc++/functors/slot.h:6,
  4. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  5. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  6. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  7. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  8. from /usr/include/glibmm-2.4/glibmm.h:87,
  9. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  10. from applet.cpp:29:
  11. /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/include/g++-v4/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support is currently experimental, and must be enabled with the -std=c++11 or -std=gnu++11 compiler options.
  12. #error This file requires compiler and library support for the \
  13. ^
  14. In file included from /usr/include/glibmm-2.4/glibmm/exception.h:25:0,
  15. from /usr/include/glibmm-2.4/glibmm/error.h:23,
  16. from /usr/include/glibmm-2.4/glibmm/thread.h:49,
  17. from /usr/include/glibmm-2.4/glibmm.h:87,
  18. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  19. from applet.cpp:29:
  20. /usr/include/glibmm-2.4/glibmm/ustring.h:267:12: error: expected ‘;’ at end of member declaration
  21. ~ustring() noexcept;
  22. ^
  23. /usr/include/glibmm-2.4/glibmm/ustring.h:267:14: error: ‘noexcept’ does not name a type
  24. ~ustring() noexcept;
  25. ^
  26. /usr/include/glibmm-2.4/glibmm/ustring.h:881:48: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  27. FormatStream(const ustring::FormatStream&) = delete;
  28. ^
  29. /usr/include/glibmm-2.4/glibmm/ustring.h:882:59: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  30. FormatStream& operator=(const ustring::FormatStream&) = delete;
  31. ^
  32. /usr/include/glibmm-2.4/glibmm/ustring.h:894:17: error: expected ‘;’ at end of member declaration
  33. ~FormatStream() noexcept;
  34. ^
  35. /usr/include/glibmm-2.4/glibmm/ustring.h:894:19: error: ‘noexcept’ does not name a type
  36. ~FormatStream() noexcept;
  37. ^
  38. /usr/include/glibmm-2.4/glibmm/ustring.h:1273:45: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  39. Stringify(const ustring::Stringify<T>&) = delete;
  40. ^
  41. /usr/include/glibmm-2.4/glibmm/ustring.h:1274:59: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  42. Stringify<T>& operator=(const ustring::Stringify<T>&) = delete;
  43. ^
  44. /usr/include/glibmm-2.4/glibmm/ustring.h:1290:51: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  45. Stringify(const ustring::Stringify<ustring>&) = delete;
  46. ^
  47. /usr/include/glibmm-2.4/glibmm/ustring.h:1291:71: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  48. Stringify<ustring>& operator=(const ustring::Stringify<ustring>&) = delete;
  49. ^
  50. /usr/include/glibmm-2.4/glibmm/ustring.h:1309:55: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  51. Stringify(const ustring::Stringify<const char*>&) = delete;
  52. ^
  53. /usr/include/glibmm-2.4/glibmm/ustring.h:1310:75: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  54. Stringify<ustring>& operator=(const ustring::Stringify<const char*>&) = delete;
  55. ^
  56. /usr/include/glibmm-2.4/glibmm/ustring.h:1328:51: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  57. Stringify(const ustring::Stringify<char[N]>&) = delete;
  58. ^
  59. /usr/include/glibmm-2.4/glibmm/ustring.h:1329:71: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  60. Stringify<ustring>& operator=(const ustring::Stringify<char[N]>&) = delete;
  61. ^
  62. /usr/include/glibmm-2.4/glibmm/ustring.h:1348:57: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  63. Stringify(const ustring::Stringify<const char[N]>&) = delete;
  64. ^
  65. /usr/include/glibmm-2.4/glibmm/ustring.h:1349:77: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  66. Stringify<ustring>& operator=(const ustring::Stringify<const char[N]>&) = delete;
  67. ^
  68. In file included from /usr/include/glibmm-2.4/glibmm/error.h:23:0,
  69. from /usr/include/glibmm-2.4/glibmm/thread.h:49,
  70. from /usr/include/glibmm-2.4/glibmm.h:87,
  71. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  72. from applet.cpp:29:
  73. /usr/include/glibmm-2.4/glibmm/exception.h:34:22: error: expected ‘;’ at end of member declaration
  74. virtual ~Exception() noexcept = 0;
  75. ^
  76. /usr/include/glibmm-2.4/glibmm/exception.h:34:24: error: ‘noexcept’ does not name a type
  77. virtual ~Exception() noexcept = 0;
  78. ^
  79. In file included from /usr/include/glibmm-2.4/glibmm/thread.h:49:0,
  80. from /usr/include/glibmm-2.4/glibmm.h:87,
  81. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  82. from applet.cpp:29:
  83. /usr/include/glibmm-2.4/glibmm/error.h:41:18: error: expected ‘;’ at end of member declaration
  84. virtual ~Error() noexcept;
  85. ^
  86. /usr/include/glibmm-2.4/glibmm/error.h:41:20: error: ‘noexcept’ does not name a type
  87. virtual ~Error() noexcept;
  88. ^
  89. /usr/include/glibmm-2.4/glibmm/error.h:45:24: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
  90. Glib::ustring what() const override;
  91. ^
  92. In file included from /usr/include/sigc++-2.0/sigc++/signal_base.h:25:0,
  93. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  94. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  95. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  96. from /usr/include/glibmm-2.4/glibmm.h:87,
  97. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  98. from applet.cpp:29:
  99. /usr/include/sigc++-2.0/sigc++/type_traits.h:63:1: error: expected unqualified-id before ‘using’
  100. using type_trait_pass_t = typename type_trait<T>::pass;
  101. ^
  102. /usr/include/sigc++-2.0/sigc++/type_traits.h:66:1: error: expected unqualified-id before ‘using’
  103. using type_trait_take_t = typename type_trait<T>::take;
  104. ^
  105. In file included from /usr/include/sigc++-2.0/sigc++/signal_base.h:26:0,
  106. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  107. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  108. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  109. from /usr/include/glibmm-2.4/glibmm.h:87,
  110. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  111. from applet.cpp:29:
  112. /usr/include/sigc++-2.0/sigc++/trackable.h:40:58: error: expected ‘;’ at end of member declaration
  113. trackable_callback(void* data, func_destroy_notify func) noexcept
  114. ^
  115. /usr/include/sigc++-2.0/sigc++/trackable.h:40:60: error: ‘noexcept’ does not name a type
  116. trackable_callback(void* data, func_destroy_notify func) noexcept
  117. ^
  118. /usr/include/sigc++-2.0/sigc++/trackable.h:71:65: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  119. trackable_callback_list(const trackable_callback_list& src) = delete;
  120. ^
  121. /usr/include/sigc++-2.0/sigc++/trackable.h:72:76: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  122. trackable_callback_list& operator=(const trackable_callback_list& src) = delete;
  123. ^
  124. /usr/include/sigc++-2.0/sigc++/trackable.h:73:50: error: expected ‘,’ or ‘...’ before ‘&&’ token
  125. trackable_callback_list(trackable_callback_list&& src) = delete;
  126. ^
  127. /usr/include/sigc++-2.0/sigc++/trackable.h:73:60: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  128. trackable_callback_list(trackable_callback_list&& src) = delete;
  129. ^
  130. /usr/include/sigc++-2.0/sigc++/trackable.h:73:60: error: invalid constructor; you probably meant ‘sigc::internal::trackable_callback_list (const sigc::internal::trackable_callback_list&)’
  131. /usr/include/sigc++-2.0/sigc++/trackable.h:74:61: error: expected ‘,’ or ‘...’ before ‘&&’ token
  132. trackable_callback_list& operator=(trackable_callback_list&& src) = delete;
  133. ^
  134. /usr/include/sigc++-2.0/sigc++/trackable.h:74:71: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  135. trackable_callback_list& operator=(trackable_callback_list&& src) = delete;
  136. ^
  137. /usr/include/sigc++-2.0/sigc++/trackable.h:116:13: error: expected ‘;’ at end of member declaration
  138. trackable() noexcept;
  139. ^
  140. /usr/include/sigc++-2.0/sigc++/trackable.h:116:15: error: ‘noexcept’ does not name a type
  141. trackable() noexcept;
  142. ^
  143. /usr/include/sigc++-2.0/sigc++/trackable.h:118:33: error: expected ‘;’ at end of member declaration
  144. trackable(const trackable& src) noexcept;
  145. ^
  146. /usr/include/sigc++-2.0/sigc++/trackable.h:118:35: error: ‘noexcept’ does not name a type
  147. trackable(const trackable& src) noexcept;
  148. ^
  149. /usr/include/sigc++-2.0/sigc++/trackable.h:120:22: error: expected ‘,’ or ‘...’ before ‘&&’ token
  150. trackable(trackable&& src);
  151. ^
  152. /usr/include/sigc++-2.0/sigc++/trackable.h:120:28: error: invalid constructor; you probably meant ‘sigc::trackable (const sigc::trackable&)’
  153. trackable(trackable&& src);
  154. ^
  155. /usr/include/sigc++-2.0/sigc++/trackable.h:124:33: error: expected ‘,’ or ‘...’ before ‘&&’ token
  156. trackable& operator=(trackable&& src);
  157. ^
  158. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:6:0,
  159. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  160. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  161. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  162. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  163. from /usr/include/glibmm-2.4/glibmm.h:87,
  164. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  165. from applet.cpp:29:
  166. /usr/include/sigc++-2.0/sigc++/visit_each.h: In member function ‘void sigc::internal::limit_derived_target<T_target, T_action>::operator()(const T_type&) const’:
  167. /usr/include/sigc++-2.0/sigc++/visit_each.h:60:15: error: ‘is_base_of’ is not a member of ‘std’
  168. with_type<std::is_base_of<T_target, T_type>::value || std::is_same<T_target, T_type>::value, T_type, T_self>::execute_(_A_type, *this);
  169. ^
  170. /usr/include/sigc++-2.0/sigc++/visit_each.h:60:15: error: ‘is_base_of’ is not a member of ‘std’
  171. /usr/include/sigc++-2.0/sigc++/visit_each.h:60:47: error: wrong number of template arguments (2, should be 3)
  172. with_type<std::is_base_of<T_target, T_type>::value || std::is_same<T_target, T_type>::value, T_type, T_self>::execute_(_A_type, *this);
  173. ^
  174. /usr/include/sigc++-2.0/sigc++/visit_each.h:33:8: error: provided for ‘template<bool I_derived, class T_type, class T_limit> struct sigc::internal::with_type’
  175. struct with_type;
  176. ^
  177. /usr/include/sigc++-2.0/sigc++/visit_each.h:60:56: error: qualified-id in declaration before ‘||’ token
  178. with_type<std::is_base_of<T_target, T_type>::value || std::is_same<T_target, T_type>::value, T_type, T_self>::execute_(_A_type, *this);
  179. ^
  180. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:6:0,
  181. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  182. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  183. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  184. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  185. from /usr/include/glibmm-2.4/glibmm.h:87,
  186. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  187. from applet.cpp:29:
  188. /usr/include/sigc++-2.0/sigc++/visit_each.h: In member function ‘void sigc::internal::limit_derived_target<T_target*, T_action>::operator()(const T_type&) const’:
  189. /usr/include/sigc++-2.0/sigc++/visit_each.h:98:23: error: ‘is_base_of’ is not a member of ‘std’
  190. with_type_pointer<std::is_base_of<T_target, T_type>::value || std::is_same<T_target, T_type>::value, T_type, T_self>::execute_(_A_type, *this);
  191. ^
  192. /usr/include/sigc++-2.0/sigc++/visit_each.h:98:23: error: ‘is_base_of’ is not a member of ‘std’
  193. /usr/include/sigc++-2.0/sigc++/visit_each.h:98:55: error: wrong number of template arguments (2, should be 3)
  194. with_type_pointer<std::is_base_of<T_target, T_type>::value || std::is_same<T_target, T_type>::value, T_type, T_self>::execute_(_A_type, *this);
  195. ^
  196. /usr/include/sigc++-2.0/sigc++/visit_each.h:73:8: error: provided for ‘template<bool I_derived, class T_type, class T_limit> struct sigc::internal::with_type_pointer’
  197. struct with_type_pointer;
  198. ^
  199. /usr/include/sigc++-2.0/sigc++/visit_each.h:98:64: error: qualified-id in declaration before ‘||’ token
  200. with_type_pointer<std::is_base_of<T_target, T_type>::value || std::is_same<T_target, T_type>::value, T_type, T_self>::execute_(_A_type, *this);
  201. ^
  202. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:7:0,
  203. from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7,
  204. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  205. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  206. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  207. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  208. from /usr/include/glibmm-2.4/glibmm.h:87,
  209. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  210. from applet.cpp:29:
  211. /usr/include/sigc++-2.0/sigc++/functors/functor_trait.h: At global scope:
  212. /usr/include/sigc++-2.0/sigc++/functors/functor_trait.h:92:36: error: ‘decltype’ has not been declared
  213. static int check(X_functor* obj, decltype(&X_functor::operator()) p = nullptr);
  214. ^
  215. /usr/include/sigc++-2.0/sigc++/functors/functor_trait.h:92:46: error: expected ‘)’
  216. static int check(X_functor* obj, decltype(&X_functor::operator()) p = nullptr);
  217. ^
  218. /usr/include/sigc++-2.0/sigc++/functors/functor_trait.h:92:46: error: expected ‘)’
  219. /usr/include/sigc++-2.0/sigc++/functors/functor_trait.h:92:46: error: expected initializer
  220. /usr/include/sigc++-2.0/sigc++/functors/functor_trait.h:97:44: error: ‘nullptr’ was not declared in this scope
  221. = sizeof(check(static_cast<T_functor*>(nullptr))) == sizeof(int)
  222. ^
  223. /usr/include/sigc++-2.0/sigc++/functors/functor_trait.h:116:41: error: ‘is_base_of’ is not a member of ‘std’
  224. bool I_derives_functor_base = std::is_base_of<functor_base,T_functor>::value,
  225. ^
  226. /usr/include/sigc++-2.0/sigc++/functors/functor_trait.h:116:69: error: expected primary-expression before ‘,’ token
  227. bool I_derives_functor_base = std::is_base_of<functor_base,T_functor>::value,
  228. ^
  229. /usr/include/sigc++-2.0/sigc++/functors/functor_trait.h:116:82: error: ‘value’ in namespace ‘::’ does not name a type
  230. bool I_derives_functor_base = std::is_base_of<functor_base,T_functor>::value,
  231. ^
  232. /usr/include/sigc++-2.0/sigc++/functors/functor_trait.h:126:8: error: ‘functor_trait’ is not a class template
  233. struct functor_trait<T_functor, true, I_can_use_decltype>
  234. ^
  235. /usr/include/sigc++-2.0/sigc++/functors/functor_trait.h:133:44: error: wrong number of template arguments (3, should be 2)
  236. struct functor_trait<T_functor, false, true>
  237. ^
  238. /usr/include/sigc++-2.0/sigc++/functors/functor_trait.h:126:57: error: provided for ‘template<class T_functor, bool I_can_use_decltype> struct sigc::functor_trait’
  239. struct functor_trait<T_functor, true, I_can_use_decltype>
  240. ^
  241. /usr/include/sigc++-2.0/sigc++/functors/functor_trait.h:215:50: error: wrong number of template arguments (3, should be 2)
  242. struct functor_trait<T_return (*)(), false, false>
  243. ^
  244. /usr/include/sigc++-2.0/sigc++/functors/functor_trait.h:126:57: error: provided for ‘template<class T_functor, bool I_can_use_decltype> struct sigc::functor_trait’
  245. struct functor_trait<T_functor, true, I_can_use_decltype>
  246. ^
  247. /usr/include/sigc++-2.0/sigc++/functors/functor_trait.h:223:56: error: wrong number of template arguments (3, should be 2)
  248. struct functor_trait<T_return (*)(T_arg1), false, false>
  249. ^
  250. /usr/include/sigc++-2.0/sigc++/functors/functor_trait.h:126:57: error: provided for ‘template<class T_functor, bool I_can_use_decltype> struct sigc::functor_trait’
  251. struct functor_trait<T_functor, true, I_can_use_decltype>
  252. ^
  253. /usr/include/sigc++-2.0/sigc++/functors/functor_trait.h:231:64: error: wrong number of template arguments (3, should be 2)
  254. struct functor_trait<T_return (*)(T_arg1, T_arg2), false, false>
  255. ^
  256. /usr/include/sigc++-2.0/sigc++/functors/functor_trait.h:126:57: error: provided for ‘template<class T_functor, bool I_can_use_decltype> struct sigc::functor_trait’
  257. struct functor_trait<T_functor, true, I_can_use_decltype>
  258. ^
  259. /usr/include/sigc++-2.0/sigc++/functors/functor_trait.h:239:72: error: wrong number of template arguments (3, should be 2)
  260. struct functor_trait<T_return (*)(T_arg1, T_arg2, T_arg3), false, false>
  261. ^
  262. /usr/include/sigc++-2.0/sigc++/functors/functor_trait.h:126:57: error: provided for ‘template<class T_functor, bool I_can_use_decltype> struct sigc::functor_trait’
  263. struct functor_trait<T_functor, true, I_can_use_decltype>
  264. ^
  265. /usr/include/sigc++-2.0/sigc++/functors/functor_trait.h:247:80: error: wrong number of template arguments (3, should be 2)
  266. struct functor_trait<T_return (*)(T_arg1, T_arg2, T_arg3, T_arg4), false, false>
  267. ^
  268. /usr/include/sigc++-2.0/sigc++/functors/functor_trait.h:126:57: error: provided for ‘template<class T_functor, bool I_can_use_decltype> struct sigc::functor_trait’
  269. struct functor_trait<T_functor, true, I_can_use_decltype>
  270. ^
  271. /usr/include/sigc++-2.0/sigc++/functors/functor_trait.h:255:88: error: wrong number of template arguments (3, should be 2)
  272. struct functor_trait<T_return (*)(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5), false, false>
  273. ^
  274. /usr/include/sigc++-2.0/sigc++/functors/functor_trait.h:126:57: error: provided for ‘template<class T_functor, bool I_can_use_decltype> struct sigc::functor_trait’
  275. struct functor_trait<T_functor, true, I_can_use_decltype>
  276. ^
  277. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:7:0,
  278. from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7,
  279. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  280. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  281. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  282. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  283. from /usr/include/glibmm-2.4/glibmm.h:87,
  284. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  285. from applet.cpp:29:
  286. /usr/include/sigc++-2.0/sigc++/functors/functor_trait.h:263:96: error: wrong number of template arguments (3, should be 2)
  287. struct functor_trait<T_return (*)(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6), false, false>
  288. ^
  289. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:7:0,
  290. from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7,
  291. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  292. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  293. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  294. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  295. from /usr/include/glibmm-2.4/glibmm.h:87,
  296. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  297. from applet.cpp:29:
  298. /usr/include/sigc++-2.0/sigc++/functors/functor_trait.h:126:57: error: provided for ‘template<class T_functor, bool I_can_use_decltype> struct sigc::functor_trait’
  299. struct functor_trait<T_functor, true, I_can_use_decltype>
  300. ^
  301. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:7:0,
  302. from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7,
  303. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  304. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  305. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  306. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  307. from /usr/include/glibmm-2.4/glibmm.h:87,
  308. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  309. from applet.cpp:29:
  310. /usr/include/sigc++-2.0/sigc++/functors/functor_trait.h:271:104: error: wrong number of template arguments (3, should be 2)
  311. struct functor_trait<T_return (*)(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7), false, false>
  312. ^
  313. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:7:0,
  314. from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7,
  315. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  316. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  317. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  318. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  319. from /usr/include/glibmm-2.4/glibmm.h:87,
  320. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  321. from applet.cpp:29:
  322. /usr/include/sigc++-2.0/sigc++/functors/functor_trait.h:126:57: error: provided for ‘template<class T_functor, bool I_can_use_decltype> struct sigc::functor_trait’
  323. struct functor_trait<T_functor, true, I_can_use_decltype>
  324. ^
  325. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:7:0,
  326. from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7,
  327. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  328. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  329. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  330. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  331. from /usr/include/glibmm-2.4/glibmm.h:87,
  332. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  333. from applet.cpp:29:
  334. /usr/include/sigc++-2.0/sigc++/functors/functor_trait.h:281:57: error: wrong number of template arguments (3, should be 2)
  335. struct functor_trait<T_return (T_obj::*)(), false, false>
  336. ^
  337. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:7:0,
  338. from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7,
  339. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  340. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  341. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  342. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  343. from /usr/include/glibmm-2.4/glibmm.h:87,
  344. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  345. from applet.cpp:29:
  346. /usr/include/sigc++-2.0/sigc++/functors/functor_trait.h:126:57: error: provided for ‘template<class T_functor, bool I_can_use_decltype> struct sigc::functor_trait’
  347. struct functor_trait<T_functor, true, I_can_use_decltype>
  348. ^
  349. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:7:0,
  350. from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7,
  351. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  352. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  353. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  354. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  355. from /usr/include/glibmm-2.4/glibmm.h:87,
  356. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  357. from applet.cpp:29:
  358. /usr/include/sigc++-2.0/sigc++/functors/functor_trait.h:287:63: error: wrong number of template arguments (3, should be 2)
  359. struct functor_trait<T_return (T_obj::*)() const, false, false>
  360. ^
  361. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:7:0,
  362. from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7,
  363. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  364. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  365. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  366. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  367. from /usr/include/glibmm-2.4/glibmm.h:87,
  368. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  369. from applet.cpp:29:
  370. /usr/include/sigc++-2.0/sigc++/functors/functor_trait.h:126:57: error: provided for ‘template<class T_functor, bool I_can_use_decltype> struct sigc::functor_trait’
  371. struct functor_trait<T_functor, true, I_can_use_decltype>
  372. ^
  373. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:7:0,
  374. from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7,
  375. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  376. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  377. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  378. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  379. from /usr/include/glibmm-2.4/glibmm.h:87,
  380. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  381. from applet.cpp:29:
  382. /usr/include/sigc++-2.0/sigc++/functors/functor_trait.h:296:63: error: wrong number of template arguments (3, should be 2)
  383. struct functor_trait<T_return (T_obj::*)(T_arg1), false, false>
  384. ^
  385. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:7:0,
  386. from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7,
  387. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  388. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  389. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  390. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  391. from /usr/include/glibmm-2.4/glibmm.h:87,
  392. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  393. from applet.cpp:29:
  394. /usr/include/sigc++-2.0/sigc++/functors/functor_trait.h:126:57: error: provided for ‘template<class T_functor, bool I_can_use_decltype> struct sigc::functor_trait’
  395. struct functor_trait<T_functor, true, I_can_use_decltype>
  396. ^
  397. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:7:0,
  398. from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7,
  399. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  400. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  401. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  402. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  403. from /usr/include/glibmm-2.4/glibmm.h:87,
  404. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  405. from applet.cpp:29:
  406. /usr/include/sigc++-2.0/sigc++/functors/functor_trait.h:302:69: error: wrong number of template arguments (3, should be 2)
  407. struct functor_trait<T_return (T_obj::*)(T_arg1) const, false, false>
  408. ^
  409. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:7:0,
  410. from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7,
  411. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  412. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  413. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  414. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  415. from /usr/include/glibmm-2.4/glibmm.h:87,
  416. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  417. from applet.cpp:29:
  418. /usr/include/sigc++-2.0/sigc++/functors/functor_trait.h:126:57: error: provided for ‘template<class T_functor, bool I_can_use_decltype> struct sigc::functor_trait’
  419. struct functor_trait<T_functor, true, I_can_use_decltype>
  420. ^
  421. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:7:0,
  422. from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7,
  423. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  424. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  425. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  426. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  427. from /usr/include/glibmm-2.4/glibmm.h:87,
  428. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  429. from applet.cpp:29:
  430. /usr/include/sigc++-2.0/sigc++/functors/functor_trait.h:311:71: error: wrong number of template arguments (3, should be 2)
  431. struct functor_trait<T_return (T_obj::*)(T_arg1, T_arg2), false, false>
  432. ^
  433. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:7:0,
  434. from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7,
  435. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  436. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  437. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  438. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  439. from /usr/include/glibmm-2.4/glibmm.h:87,
  440. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  441. from applet.cpp:29:
  442. /usr/include/sigc++-2.0/sigc++/functors/functor_trait.h:126:57: error: provided for ‘template<class T_functor, bool I_can_use_decltype> struct sigc::functor_trait’
  443. struct functor_trait<T_functor, true, I_can_use_decltype>
  444. ^
  445. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:7:0,
  446. from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7,
  447. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  448. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  449. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  450. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  451. from /usr/include/glibmm-2.4/glibmm.h:87,
  452. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  453. from applet.cpp:29:
  454. /usr/include/sigc++-2.0/sigc++/functors/functor_trait.h:317:77: error: wrong number of template arguments (3, should be 2)
  455. struct functor_trait<T_return (T_obj::*)(T_arg1, T_arg2) const, false, false>
  456. ^
  457. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:7:0,
  458. from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7,
  459. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  460. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  461. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  462. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  463. from /usr/include/glibmm-2.4/glibmm.h:87,
  464. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  465. from applet.cpp:29:
  466. /usr/include/sigc++-2.0/sigc++/functors/functor_trait.h:126:57: error: provided for ‘template<class T_functor, bool I_can_use_decltype> struct sigc::functor_trait’
  467. struct functor_trait<T_functor, true, I_can_use_decltype>
  468. ^
  469. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:7:0,
  470. from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7,
  471. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  472. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  473. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  474. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  475. from /usr/include/glibmm-2.4/glibmm.h:87,
  476. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  477. from applet.cpp:29:
  478. /usr/include/sigc++-2.0/sigc++/functors/functor_trait.h:326:79: error: wrong number of template arguments (3, should be 2)
  479. struct functor_trait<T_return (T_obj::*)(T_arg1, T_arg2, T_arg3), false, false>
  480. ^
  481. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:7:0,
  482. from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7,
  483. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  484. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  485. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  486. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  487. from /usr/include/glibmm-2.4/glibmm.h:87,
  488. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  489. from applet.cpp:29:
  490. /usr/include/sigc++-2.0/sigc++/functors/functor_trait.h:126:57: error: provided for ‘template<class T_functor, bool I_can_use_decltype> struct sigc::functor_trait’
  491. struct functor_trait<T_functor, true, I_can_use_decltype>
  492. ^
  493. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:7:0,
  494. from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7,
  495. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  496. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  497. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  498. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  499. from /usr/include/glibmm-2.4/glibmm.h:87,
  500. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  501. from applet.cpp:29:
  502. /usr/include/sigc++-2.0/sigc++/functors/functor_trait.h:332:85: error: wrong number of template arguments (3, should be 2)
  503. struct functor_trait<T_return (T_obj::*)(T_arg1, T_arg2, T_arg3) const, false, false>
  504. ^
  505. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:7:0,
  506. from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7,
  507. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  508. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  509. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  510. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  511. from /usr/include/glibmm-2.4/glibmm.h:87,
  512. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  513. from applet.cpp:29:
  514. /usr/include/sigc++-2.0/sigc++/functors/functor_trait.h:126:57: error: provided for ‘template<class T_functor, bool I_can_use_decltype> struct sigc::functor_trait’
  515. struct functor_trait<T_functor, true, I_can_use_decltype>
  516. ^
  517. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:7:0,
  518. from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7,
  519. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  520. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  521. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  522. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  523. from /usr/include/glibmm-2.4/glibmm.h:87,
  524. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  525. from applet.cpp:29:
  526. /usr/include/sigc++-2.0/sigc++/functors/functor_trait.h:341:87: error: wrong number of template arguments (3, should be 2)
  527. struct functor_trait<T_return (T_obj::*)(T_arg1, T_arg2, T_arg3, T_arg4), false, false>
  528. ^
  529. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:7:0,
  530. from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7,
  531. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  532. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  533. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  534. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  535. from /usr/include/glibmm-2.4/glibmm.h:87,
  536. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  537. from applet.cpp:29:
  538. /usr/include/sigc++-2.0/sigc++/functors/functor_trait.h:126:57: error: provided for ‘template<class T_functor, bool I_can_use_decltype> struct sigc::functor_trait’
  539. struct functor_trait<T_functor, true, I_can_use_decltype>
  540. ^
  541. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:7:0,
  542. from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7,
  543. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  544. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  545. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  546. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  547. from /usr/include/glibmm-2.4/glibmm.h:87,
  548. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  549. from applet.cpp:29:
  550. /usr/include/sigc++-2.0/sigc++/functors/functor_trait.h:347:93: error: wrong number of template arguments (3, should be 2)
  551. struct functor_trait<T_return (T_obj::*)(T_arg1, T_arg2, T_arg3, T_arg4) const, false, false>
  552. ^
  553. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:7:0,
  554. from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7,
  555. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  556. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  557. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  558. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  559. from /usr/include/glibmm-2.4/glibmm.h:87,
  560. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  561. from applet.cpp:29:
  562. /usr/include/sigc++-2.0/sigc++/functors/functor_trait.h:126:57: error: provided for ‘template<class T_functor, bool I_can_use_decltype> struct sigc::functor_trait’
  563. struct functor_trait<T_functor, true, I_can_use_decltype>
  564. ^
  565. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:7:0,
  566. from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7,
  567. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  568. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  569. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  570. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  571. from /usr/include/glibmm-2.4/glibmm.h:87,
  572. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  573. from applet.cpp:29:
  574. /usr/include/sigc++-2.0/sigc++/functors/functor_trait.h:356:95: error: wrong number of template arguments (3, should be 2)
  575. struct functor_trait<T_return (T_obj::*)(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5), false, false>
  576. ^
  577. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:7:0,
  578. from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7,
  579. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  580. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  581. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  582. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  583. from /usr/include/glibmm-2.4/glibmm.h:87,
  584. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  585. from applet.cpp:29:
  586. /usr/include/sigc++-2.0/sigc++/functors/functor_trait.h:126:57: error: provided for ‘template<class T_functor, bool I_can_use_decltype> struct sigc::functor_trait’
  587. struct functor_trait<T_functor, true, I_can_use_decltype>
  588. ^
  589. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:7:0,
  590. from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7,
  591. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  592. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  593. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  594. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  595. from /usr/include/glibmm-2.4/glibmm.h:87,
  596. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  597. from applet.cpp:29:
  598. /usr/include/sigc++-2.0/sigc++/functors/functor_trait.h:362:101: error: wrong number of template arguments (3, should be 2)
  599. struct functor_trait<T_return (T_obj::*)(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5) const, false, false>
  600. ^
  601. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:7:0,
  602. from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7,
  603. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  604. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  605. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  606. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  607. from /usr/include/glibmm-2.4/glibmm.h:87,
  608. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  609. from applet.cpp:29:
  610. /usr/include/sigc++-2.0/sigc++/functors/functor_trait.h:126:57: error: provided for ‘template<class T_functor, bool I_can_use_decltype> struct sigc::functor_trait’
  611. struct functor_trait<T_functor, true, I_can_use_decltype>
  612. ^
  613. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:7:0,
  614. from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7,
  615. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  616. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  617. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  618. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  619. from /usr/include/glibmm-2.4/glibmm.h:87,
  620. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  621. from applet.cpp:29:
  622. /usr/include/sigc++-2.0/sigc++/functors/functor_trait.h:371:103: error: wrong number of template arguments (3, should be 2)
  623. struct functor_trait<T_return (T_obj::*)(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6), false, false>
  624. ^
  625. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:7:0,
  626. from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7,
  627. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  628. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  629. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  630. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  631. from /usr/include/glibmm-2.4/glibmm.h:87,
  632. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  633. from applet.cpp:29:
  634. /usr/include/sigc++-2.0/sigc++/functors/functor_trait.h:126:57: error: provided for ‘template<class T_functor, bool I_can_use_decltype> struct sigc::functor_trait’
  635. struct functor_trait<T_functor, true, I_can_use_decltype>
  636. ^
  637. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:7:0,
  638. from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7,
  639. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  640. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  641. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  642. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  643. from /usr/include/glibmm-2.4/glibmm.h:87,
  644. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  645. from applet.cpp:29:
  646. /usr/include/sigc++-2.0/sigc++/functors/functor_trait.h:377:109: error: wrong number of template arguments (3, should be 2)
  647. struct functor_trait<T_return (T_obj::*)(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6) const, false, false>
  648. ^
  649. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:7:0,
  650. from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7,
  651. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  652. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  653. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  654. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  655. from /usr/include/glibmm-2.4/glibmm.h:87,
  656. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  657. from applet.cpp:29:
  658. /usr/include/sigc++-2.0/sigc++/functors/functor_trait.h:126:57: error: provided for ‘template<class T_functor, bool I_can_use_decltype> struct sigc::functor_trait’
  659. struct functor_trait<T_functor, true, I_can_use_decltype>
  660. ^
  661. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:7:0,
  662. from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7,
  663. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  664. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  665. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  666. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  667. from /usr/include/glibmm-2.4/glibmm.h:87,
  668. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  669. from applet.cpp:29:
  670. /usr/include/sigc++-2.0/sigc++/functors/functor_trait.h:386:111: error: wrong number of template arguments (3, should be 2)
  671. struct functor_trait<T_return (T_obj::*)(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7), false, false>
  672. ^
  673. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:7:0,
  674. from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7,
  675. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  676. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  677. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  678. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  679. from /usr/include/glibmm-2.4/glibmm.h:87,
  680. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  681. from applet.cpp:29:
  682. /usr/include/sigc++-2.0/sigc++/functors/functor_trait.h:126:57: error: provided for ‘template<class T_functor, bool I_can_use_decltype> struct sigc::functor_trait’
  683. struct functor_trait<T_functor, true, I_can_use_decltype>
  684. ^
  685. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:7:0,
  686. from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7,
  687. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  688. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  689. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  690. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  691. from /usr/include/glibmm-2.4/glibmm.h:87,
  692. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  693. from applet.cpp:29:
  694. /usr/include/sigc++-2.0/sigc++/functors/functor_trait.h:392:117: error: wrong number of template arguments (3, should be 2)
  695. struct functor_trait<T_return (T_obj::*)(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7) const, false, false>
  696. ^
  697. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:7:0,
  698. from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7,
  699. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  700. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  701. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  702. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  703. from /usr/include/glibmm-2.4/glibmm.h:87,
  704. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  705. from applet.cpp:29:
  706. /usr/include/sigc++-2.0/sigc++/functors/functor_trait.h:126:57: error: provided for ‘template<class T_functor, bool I_can_use_decltype> struct sigc::functor_trait’
  707. struct functor_trait<T_functor, true, I_can_use_decltype>
  708. ^
  709. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:8:0,
  710. from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7,
  711. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  712. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  713. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  714. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  715. from /usr/include/glibmm-2.4/glibmm.h:87,
  716. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  717. from applet.cpp:29:
  718. /usr/include/sigc++-2.0/sigc++/functors/ptr_fun.h:110:23: error: ‘type_trait_take_t’ has not been declared
  719. T_return operator()(type_trait_take_t<T_arg1> _A_a1) const
  720. ^
  721. /usr/include/sigc++-2.0/sigc++/functors/ptr_fun.h:110:40: error: expected ‘,’ or ‘...’ before ‘<’ token
  722. T_return operator()(type_trait_take_t<T_arg1> _A_a1) const
  723. ^
  724. /usr/include/sigc++-2.0/sigc++/functors/ptr_fun.h: In member function ‘T_return sigc::pointer_functor1<T_arg1, T_return>::operator()(int) const’:
  725. /usr/include/sigc++-2.0/sigc++/functors/ptr_fun.h:111:24: error: ‘_A_a1’ was not declared in this scope
  726. { return func_ptr_(_A_a1); }
  727. ^
  728. /usr/include/sigc++-2.0/sigc++/functors/ptr_fun.h: At global scope:
  729. /usr/include/sigc++-2.0/sigc++/functors/ptr_fun.h:146:23: error: ‘type_trait_take_t’ has not been declared
  730. T_return operator()(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2) const
  731. ^
  732. /usr/include/sigc++-2.0/sigc++/functors/ptr_fun.h:146:40: error: expected ‘,’ or ‘...’ before ‘<’ token
  733. T_return operator()(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2) const
  734. ^
  735. /usr/include/sigc++-2.0/sigc++/functors/ptr_fun.h: In member function ‘T_return sigc::pointer_functor2<T_arg1, T_arg2, T_return>::operator()(int) const’:
  736. /usr/include/sigc++-2.0/sigc++/functors/ptr_fun.h:147:24: error: ‘_A_a1’ was not declared in this scope
  737. { return func_ptr_(_A_a1, _A_a2); }
  738. ^
  739. /usr/include/sigc++-2.0/sigc++/functors/ptr_fun.h:147:31: error: ‘_A_a2’ was not declared in this scope
  740. { return func_ptr_(_A_a1, _A_a2); }
  741. ^
  742. /usr/include/sigc++-2.0/sigc++/functors/ptr_fun.h: At global scope:
  743. /usr/include/sigc++-2.0/sigc++/functors/ptr_fun.h:184:23: error: ‘type_trait_take_t’ has not been declared
  744. T_return operator()(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3) const
  745. ^
  746. /usr/include/sigc++-2.0/sigc++/functors/ptr_fun.h:184:40: error: expected ‘,’ or ‘...’ before ‘<’ token
  747. T_return operator()(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3) const
  748. ^
  749. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:8:0,
  750. from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7,
  751. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  752. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  753. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  754. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  755. from /usr/include/glibmm-2.4/glibmm.h:87,
  756. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  757. from applet.cpp:29:
  758. /usr/include/sigc++-2.0/sigc++/functors/ptr_fun.h: In member function ‘T_return sigc::pointer_functor3<T_arg1, T_arg2, T_arg3, T_return>::operator()(int) const’:
  759. /usr/include/sigc++-2.0/sigc++/functors/ptr_fun.h:185:24: error: ‘_A_a1’ was not declared in this scope
  760. { return func_ptr_(_A_a1, _A_a2, _A_a3); }
  761. ^
  762. /usr/include/sigc++-2.0/sigc++/functors/ptr_fun.h:185:31: error: ‘_A_a2’ was not declared in this scope
  763. { return func_ptr_(_A_a1, _A_a2, _A_a3); }
  764. ^
  765. /usr/include/sigc++-2.0/sigc++/functors/ptr_fun.h:185:38: error: ‘_A_a3’ was not declared in this scope
  766. { return func_ptr_(_A_a1, _A_a2, _A_a3); }
  767. ^
  768. /usr/include/sigc++-2.0/sigc++/functors/ptr_fun.h: At global scope:
  769. /usr/include/sigc++-2.0/sigc++/functors/ptr_fun.h:224:23: error: ‘type_trait_take_t’ has not been declared
  770. T_return operator()(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4) const
  771. ^
  772. /usr/include/sigc++-2.0/sigc++/functors/ptr_fun.h:224:40: error: expected ‘,’ or ‘...’ before ‘<’ token
  773. T_return operator()(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4) const
  774. ^
  775. /usr/include/sigc++-2.0/sigc++/functors/ptr_fun.h: In member function ‘T_return sigc::pointer_functor4<T_arg1, T_arg2, T_arg3, T_arg4, T_return>::operator()(int) const’:
  776. /usr/include/sigc++-2.0/sigc++/functors/ptr_fun.h:225:24: error: ‘_A_a1’ was not declared in this scope
  777. { return func_ptr_(_A_a1, _A_a2, _A_a3, _A_a4); }
  778. ^
  779. /usr/include/sigc++-2.0/sigc++/functors/ptr_fun.h:225:31: error: ‘_A_a2’ was not declared in this scope
  780. { return func_ptr_(_A_a1, _A_a2, _A_a3, _A_a4); }
  781. ^
  782. /usr/include/sigc++-2.0/sigc++/functors/ptr_fun.h:225:38: error: ‘_A_a3’ was not declared in this scope
  783. { return func_ptr_(_A_a1, _A_a2, _A_a3, _A_a4); }
  784. ^
  785. /usr/include/sigc++-2.0/sigc++/functors/ptr_fun.h:225:45: error: ‘_A_a4’ was not declared in this scope
  786. { return func_ptr_(_A_a1, _A_a2, _A_a3, _A_a4); }
  787. ^
  788. /usr/include/sigc++-2.0/sigc++/functors/ptr_fun.h: At global scope:
  789. /usr/include/sigc++-2.0/sigc++/functors/ptr_fun.h:266:23: error: ‘type_trait_take_t’ has not been declared
  790. T_return operator()(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5) const
  791. ^
  792. /usr/include/sigc++-2.0/sigc++/functors/ptr_fun.h:266:40: error: expected ‘,’ or ‘...’ before ‘<’ token
  793. T_return operator()(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5) const
  794. ^
  795. /usr/include/sigc++-2.0/sigc++/functors/ptr_fun.h: In member function ‘T_return sigc::pointer_functor5<T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_return>::operator()(int) const’:
  796. /usr/include/sigc++-2.0/sigc++/functors/ptr_fun.h:267:24: error: ‘_A_a1’ was not declared in this scope
  797. { return func_ptr_(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5); }
  798. ^
  799. /usr/include/sigc++-2.0/sigc++/functors/ptr_fun.h:267:31: error: ‘_A_a2’ was not declared in this scope
  800. { return func_ptr_(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5); }
  801. ^
  802. /usr/include/sigc++-2.0/sigc++/functors/ptr_fun.h:267:38: error: ‘_A_a3’ was not declared in this scope
  803. { return func_ptr_(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5); }
  804. ^
  805. /usr/include/sigc++-2.0/sigc++/functors/ptr_fun.h:267:45: error: ‘_A_a4’ was not declared in this scope
  806. { return func_ptr_(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5); }
  807. ^
  808. /usr/include/sigc++-2.0/sigc++/functors/ptr_fun.h:267:52: error: ‘_A_a5’ was not declared in this scope
  809. { return func_ptr_(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5); }
  810. ^
  811. /usr/include/sigc++-2.0/sigc++/functors/ptr_fun.h: At global scope:
  812. /usr/include/sigc++-2.0/sigc++/functors/ptr_fun.h:310:23: error: ‘type_trait_take_t’ has not been declared
  813. T_return operator()(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6) const
  814. ^
  815. /usr/include/sigc++-2.0/sigc++/functors/ptr_fun.h:310:40: error: expected ‘,’ or ‘...’ before ‘<’ token
  816. T_return operator()(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6) const
  817. ^
  818. /usr/include/sigc++-2.0/sigc++/functors/ptr_fun.h: In member function ‘T_return sigc::pointer_functor6<T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_return>::operator()(int) const’:
  819. /usr/include/sigc++-2.0/sigc++/functors/ptr_fun.h:311:24: error: ‘_A_a1’ was not declared in this scope
  820. { return func_ptr_(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  821. ^
  822. /usr/include/sigc++-2.0/sigc++/functors/ptr_fun.h:311:31: error: ‘_A_a2’ was not declared in this scope
  823. { return func_ptr_(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  824. ^
  825. /usr/include/sigc++-2.0/sigc++/functors/ptr_fun.h:311:38: error: ‘_A_a3’ was not declared in this scope
  826. { return func_ptr_(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  827. ^
  828. /usr/include/sigc++-2.0/sigc++/functors/ptr_fun.h:311:45: error: ‘_A_a4’ was not declared in this scope
  829. { return func_ptr_(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  830. ^
  831. /usr/include/sigc++-2.0/sigc++/functors/ptr_fun.h:311:52: error: ‘_A_a5’ was not declared in this scope
  832. { return func_ptr_(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  833. ^
  834. /usr/include/sigc++-2.0/sigc++/functors/ptr_fun.h:311:59: error: ‘_A_a6’ was not declared in this scope
  835. { return func_ptr_(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  836. ^
  837. /usr/include/sigc++-2.0/sigc++/functors/ptr_fun.h: At global scope:
  838. /usr/include/sigc++-2.0/sigc++/functors/ptr_fun.h:356:23: error: ‘type_trait_take_t’ has not been declared
  839. T_return operator()(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6, type_trait_take_t<T_arg7> _A_a7) const
  840. ^
  841. /usr/include/sigc++-2.0/sigc++/functors/ptr_fun.h:356:40: error: expected ‘,’ or ‘...’ before ‘<’ token
  842. T_return operator()(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6, type_trait_take_t<T_arg7> _A_a7) const
  843. ^
  844. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:8:0,
  845. from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7,
  846. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  847. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  848. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  849. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  850. from /usr/include/glibmm-2.4/glibmm.h:87,
  851. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  852. from applet.cpp:29:
  853. /usr/include/sigc++-2.0/sigc++/functors/ptr_fun.h: In member function ‘T_return sigc::pointer_functor7<T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7, T_return>::operator()(int) const’:
  854. /usr/include/sigc++-2.0/sigc++/functors/ptr_fun.h:357:24: error: ‘_A_a1’ was not declared in this scope
  855. { return func_ptr_(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  856. ^
  857. /usr/include/sigc++-2.0/sigc++/functors/ptr_fun.h:357:31: error: ‘_A_a2’ was not declared in this scope
  858. { return func_ptr_(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  859. ^
  860. /usr/include/sigc++-2.0/sigc++/functors/ptr_fun.h:357:38: error: ‘_A_a3’ was not declared in this scope
  861. { return func_ptr_(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  862. ^
  863. /usr/include/sigc++-2.0/sigc++/functors/ptr_fun.h:357:45: error: ‘_A_a4’ was not declared in this scope
  864. { return func_ptr_(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  865. ^
  866. /usr/include/sigc++-2.0/sigc++/functors/ptr_fun.h:357:52: error: ‘_A_a5’ was not declared in this scope
  867. { return func_ptr_(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  868. ^
  869. /usr/include/sigc++-2.0/sigc++/functors/ptr_fun.h:357:59: error: ‘_A_a6’ was not declared in this scope
  870. { return func_ptr_(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  871. ^
  872. /usr/include/sigc++-2.0/sigc++/functors/ptr_fun.h:357:66: error: ‘_A_a7’ was not declared in this scope
  873. { return func_ptr_(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  874. ^
  875. In file included from /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:13:0,
  876. from /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:9,
  877. from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7,
  878. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  879. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  880. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  881. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  882. from /usr/include/glibmm-2.4/glibmm.h:87,
  883. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  884. from applet.cpp:29:
  885. /usr/include/sigc++-2.0/sigc++/limit_reference.h: At global scope:
  886. /usr/include/sigc++-2.0/sigc++/limit_reference.h:36:13: error: ‘is_base_of’ is not a member of ‘std’
  887. std::is_base_of<trackable, T_type>::value>
  888. ^
  889. /usr/include/sigc++-2.0/sigc++/limit_reference.h:36:38: error: expected primary-expression before ‘,’ token
  890. std::is_base_of<trackable, T_type>::value>
  891. ^
  892. /usr/include/sigc++-2.0/sigc++/limit_reference.h:36:49: error: ‘value’ in namespace ‘::’ does not name a type
  893. std::is_base_of<trackable, T_type>::value>
  894. ^
  895. In file included from /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:13:0,
  896. from /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:9,
  897. from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7,
  898. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  899. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  900. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  901. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  902. from /usr/include/glibmm-2.4/glibmm.h:87,
  903. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  904. from applet.cpp:29:
  905. /usr/include/sigc++-2.0/sigc++/limit_reference.h:71:7: error: ‘limit_reference’ is not a class template
  906. class limit_reference<T_type, true>
  907. ^
  908. /usr/include/sigc++-2.0/sigc++/limit_reference.h:116:59: error: wrong number of template arguments (2, should be 1)
  909. struct visitor<limit_reference<T_type, I_derives_trackable> >
  910. ^
  911. /usr/include/sigc++-2.0/sigc++/limit_reference.h:71:35: error: provided for ‘template<class T_type> class sigc::limit_reference’
  912. class limit_reference<T_type, true>
  913. ^
  914. /usr/include/sigc++-2.0/sigc++/limit_reference.h:116:61: error: template argument 1 is invalid
  915. struct visitor<limit_reference<T_type, I_derives_trackable> >
  916. ^
  917. /usr/include/sigc++-2.0/sigc++/limit_reference.h:150:13: error: ‘is_base_of’ is not a member of ‘std’
  918. std::is_base_of<trackable, T_type>::value>
  919. ^
  920. /usr/include/sigc++-2.0/sigc++/limit_reference.h:150:38: error: expected primary-expression before ‘,’ token
  921. std::is_base_of<trackable, T_type>::value>
  922. ^
  923. /usr/include/sigc++-2.0/sigc++/limit_reference.h:150:49: error: ‘value’ in namespace ‘::’ does not name a type
  924. std::is_base_of<trackable, T_type>::value>
  925. ^
  926. /usr/include/sigc++-2.0/sigc++/limit_reference.h:185:7: error: ‘const_limit_reference’ is not a class template
  927. class const_limit_reference<T_type, true>
  928. ^
  929. /usr/include/sigc++-2.0/sigc++/limit_reference.h:230:65: error: wrong number of template arguments (2, should be 1)
  930. struct visitor<const_limit_reference<T_type, I_derives_trackable> >
  931. ^
  932. /usr/include/sigc++-2.0/sigc++/limit_reference.h:185:41: error: provided for ‘template<class T_type> class sigc::const_limit_reference’
  933. class const_limit_reference<T_type, true>
  934. ^
  935. /usr/include/sigc++-2.0/sigc++/limit_reference.h:230:67: error: template argument 1 is invalid
  936. struct visitor<const_limit_reference<T_type, I_derives_trackable> >
  937. ^
  938. /usr/include/sigc++-2.0/sigc++/limit_reference.h:264:13: error: ‘is_base_of’ is not a member of ‘std’
  939. std::is_base_of<trackable, T_type>::value>
  940. ^
  941. /usr/include/sigc++-2.0/sigc++/limit_reference.h:264:38: error: expected primary-expression before ‘,’ token
  942. std::is_base_of<trackable, T_type>::value>
  943. ^
  944. /usr/include/sigc++-2.0/sigc++/limit_reference.h:264:49: error: ‘value’ in namespace ‘::’ does not name a type
  945. std::is_base_of<trackable, T_type>::value>
  946. ^
  947. /usr/include/sigc++-2.0/sigc++/limit_reference.h:299:7: error: ‘volatile_limit_reference’ is not a class template
  948. class volatile_limit_reference<T_type, true>
  949. ^
  950. /usr/include/sigc++-2.0/sigc++/limit_reference.h:344:68: error: wrong number of template arguments (2, should be 1)
  951. struct visitor<volatile_limit_reference<T_type, I_derives_trackable> >
  952. ^
  953. /usr/include/sigc++-2.0/sigc++/limit_reference.h:299:44: error: provided for ‘template<class T_type> class sigc::volatile_limit_reference’
  954. class volatile_limit_reference<T_type, true>
  955. ^
  956. /usr/include/sigc++-2.0/sigc++/limit_reference.h:344:70: error: template argument 1 is invalid
  957. struct visitor<volatile_limit_reference<T_type, I_derives_trackable> >
  958. ^
  959. /usr/include/sigc++-2.0/sigc++/limit_reference.h:378:13: error: ‘is_base_of’ is not a member of ‘std’
  960. std::is_base_of<trackable, T_type>::value>
  961. ^
  962. /usr/include/sigc++-2.0/sigc++/limit_reference.h:378:38: error: expected primary-expression before ‘,’ token
  963. std::is_base_of<trackable, T_type>::value>
  964. ^
  965. /usr/include/sigc++-2.0/sigc++/limit_reference.h:378:49: error: ‘value’ in namespace ‘::’ does not name a type
  966. std::is_base_of<trackable, T_type>::value>
  967. ^
  968. /usr/include/sigc++-2.0/sigc++/limit_reference.h:413:7: error: ‘const_volatile_limit_reference’ is not a class template
  969. class const_volatile_limit_reference<T_type, true>
  970. ^
  971. /usr/include/sigc++-2.0/sigc++/limit_reference.h:458:74: error: wrong number of template arguments (2, should be 1)
  972. struct visitor<const_volatile_limit_reference<T_type, I_derives_trackable> >
  973. ^
  974. /usr/include/sigc++-2.0/sigc++/limit_reference.h:413:50: error: provided for ‘template<class T_type> class sigc::const_volatile_limit_reference’
  975. class const_volatile_limit_reference<T_type, true>
  976. ^
  977. /usr/include/sigc++-2.0/sigc++/limit_reference.h:458:76: error: template argument 1 is invalid
  978. struct visitor<const_volatile_limit_reference<T_type, I_derives_trackable> >
  979. ^
  980. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:9:0,
  981. from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7,
  982. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  983. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  984. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  985. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  986. from /usr/include/glibmm-2.4/glibmm.h:87,
  987. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  988. from applet.cpp:29:
  989. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In constructor ‘sigc::mem_functor0<T_return, T_obj>::mem_functor0()’:
  990. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:84:30: error: ‘nullptr’ was not declared in this scope
  991. mem_functor0() : func_ptr_(nullptr) {}
  992. ^
  993. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: At global scope:
  994. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:139:38: error: ‘type_trait_take_t’ has not been declared
  995. T_return operator()(T_obj* _A_obj, type_trait_take_t<T_arg1> _A_a1) const
  996. ^
  997. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:139:55: error: expected ‘,’ or ‘...’ before ‘<’ token
  998. T_return operator()(T_obj* _A_obj, type_trait_take_t<T_arg1> _A_a1) const
  999. ^
  1000. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:147:38: error: ‘type_trait_take_t’ has not been declared
  1001. T_return operator()(T_obj& _A_obj, type_trait_take_t<T_arg1> _A_a1) const
  1002. ^
  1003. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:147:55: error: expected ‘,’ or ‘...’ before ‘<’ token
  1004. T_return operator()(T_obj& _A_obj, type_trait_take_t<T_arg1> _A_a1) const
  1005. ^
  1006. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In constructor ‘sigc::mem_functor1<T_arg1, T_return, T_obj>::mem_functor1()’:
  1007. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:127:30: error: ‘nullptr’ was not declared in this scope
  1008. mem_functor1() : func_ptr_(nullptr) {}
  1009. ^
  1010. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::mem_functor1<T_arg1, T_return, T_obj>::operator()(T_obj*, int) const’:
  1011. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:140:43: error: ‘_A_a1’ was not declared in this scope
  1012. { return (_A_obj->*(this->func_ptr_))(_A_a1); }
  1013. ^
  1014. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::mem_functor1<T_arg1, T_return, T_obj>::operator()(T_obj&, int) const’:
  1015. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:148:34: error: ‘_A_a1’ was not declared in this scope
  1016. { return (_A_obj.*func_ptr_)(_A_a1); }
  1017. ^
  1018. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: At global scope:
  1019. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:186:38: error: ‘type_trait_take_t’ has not been declared
  1020. T_return operator()(T_obj* _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2) const
  1021. ^
  1022. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:186:55: error: expected ‘,’ or ‘...’ before ‘<’ token
  1023. T_return operator()(T_obj* _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2) const
  1024. ^
  1025. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:195:38: error: ‘type_trait_take_t’ has not been declared
  1026. T_return operator()(T_obj& _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2) const
  1027. ^
  1028. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:195:55: error: expected ‘,’ or ‘...’ before ‘<’ token
  1029. T_return operator()(T_obj& _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2) const
  1030. ^
  1031. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In constructor ‘sigc::mem_functor2<T_arg1, T_arg2, T_return, T_obj>::mem_functor2()’:
  1032. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:173:30: error: ‘nullptr’ was not declared in this scope
  1033. mem_functor2() : func_ptr_(nullptr) {}
  1034. ^
  1035. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::mem_functor2<T_arg1, T_arg2, T_return, T_obj>::operator()(T_obj*, int) const’:
  1036. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:187:43: error: ‘_A_a1’ was not declared in this scope
  1037. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2); }
  1038. ^
  1039. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:187:50: error: ‘_A_a2’ was not declared in this scope
  1040. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2); }
  1041. ^
  1042. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::mem_functor2<T_arg1, T_arg2, T_return, T_obj>::operator()(T_obj&, int) const’:
  1043. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:196:34: error: ‘_A_a1’ was not declared in this scope
  1044. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2); }
  1045. ^
  1046. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:196:41: error: ‘_A_a2’ was not declared in this scope
  1047. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2); }
  1048. ^
  1049. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: At global scope:
  1050. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:236:38: error: ‘type_trait_take_t’ has not been declared
  1051. T_return operator()(T_obj* _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3) const
  1052. ^
  1053. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:236:55: error: expected ‘,’ or ‘...’ before ‘<’ token
  1054. T_return operator()(T_obj* _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3) const
  1055. ^
  1056. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:9:0,
  1057. from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7,
  1058. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  1059. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  1060. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  1061. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  1062. from /usr/include/glibmm-2.4/glibmm.h:87,
  1063. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  1064. from applet.cpp:29:
  1065. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:246:38: error: ‘type_trait_take_t’ has not been declared
  1066. T_return operator()(T_obj& _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3) const
  1067. ^
  1068. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:246:55: error: expected ‘,’ or ‘...’ before ‘<’ token
  1069. T_return operator()(T_obj& _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3) const
  1070. ^
  1071. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:9:0,
  1072. from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7,
  1073. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  1074. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  1075. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  1076. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  1077. from /usr/include/glibmm-2.4/glibmm.h:87,
  1078. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  1079. from applet.cpp:29:
  1080. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In constructor ‘sigc::mem_functor3<T_arg1, T_arg2, T_arg3, T_return, T_obj>::mem_functor3()’:
  1081. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:222:30: error: ‘nullptr’ was not declared in this scope
  1082. mem_functor3() : func_ptr_(nullptr) {}
  1083. ^
  1084. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:9:0,
  1085. from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7,
  1086. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  1087. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  1088. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  1089. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  1090. from /usr/include/glibmm-2.4/glibmm.h:87,
  1091. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  1092. from applet.cpp:29:
  1093. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::mem_functor3<T_arg1, T_arg2, T_arg3, T_return, T_obj>::operator()(T_obj*, int) const’:
  1094. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:237:43: error: ‘_A_a1’ was not declared in this scope
  1095. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3); }
  1096. ^
  1097. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:237:50: error: ‘_A_a2’ was not declared in this scope
  1098. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3); }
  1099. ^
  1100. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:237:57: error: ‘_A_a3’ was not declared in this scope
  1101. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3); }
  1102. ^
  1103. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::mem_functor3<T_arg1, T_arg2, T_arg3, T_return, T_obj>::operator()(T_obj&, int) const’:
  1104. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:247:34: error: ‘_A_a1’ was not declared in this scope
  1105. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3); }
  1106. ^
  1107. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:247:41: error: ‘_A_a2’ was not declared in this scope
  1108. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3); }
  1109. ^
  1110. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:247:48: error: ‘_A_a3’ was not declared in this scope
  1111. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3); }
  1112. ^
  1113. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: At global scope:
  1114. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:289:38: error: ‘type_trait_take_t’ has not been declared
  1115. T_return operator()(T_obj* _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4) const
  1116. ^
  1117. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:289:55: error: expected ‘,’ or ‘...’ before ‘<’ token
  1118. T_return operator()(T_obj* _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4) const
  1119. ^
  1120. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:300:38: error: ‘type_trait_take_t’ has not been declared
  1121. T_return operator()(T_obj& _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4) const
  1122. ^
  1123. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:300:55: error: expected ‘,’ or ‘...’ before ‘<’ token
  1124. T_return operator()(T_obj& _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4) const
  1125. ^
  1126. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In constructor ‘sigc::mem_functor4<T_arg1, T_arg2, T_arg3, T_arg4, T_return, T_obj>::mem_functor4()’:
  1127. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:274:30: error: ‘nullptr’ was not declared in this scope
  1128. mem_functor4() : func_ptr_(nullptr) {}
  1129. ^
  1130. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::mem_functor4<T_arg1, T_arg2, T_arg3, T_arg4, T_return, T_obj>::operator()(T_obj*, int) const’:
  1131. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:290:43: error: ‘_A_a1’ was not declared in this scope
  1132. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4); }
  1133. ^
  1134. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:290:50: error: ‘_A_a2’ was not declared in this scope
  1135. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4); }
  1136. ^
  1137. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:290:57: error: ‘_A_a3’ was not declared in this scope
  1138. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4); }
  1139. ^
  1140. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:290:64: error: ‘_A_a4’ was not declared in this scope
  1141. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4); }
  1142. ^
  1143. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::mem_functor4<T_arg1, T_arg2, T_arg3, T_arg4, T_return, T_obj>::operator()(T_obj&, int) const’:
  1144. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:301:34: error: ‘_A_a1’ was not declared in this scope
  1145. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4); }
  1146. ^
  1147. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:301:41: error: ‘_A_a2’ was not declared in this scope
  1148. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4); }
  1149. ^
  1150. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:301:48: error: ‘_A_a3’ was not declared in this scope
  1151. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4); }
  1152. ^
  1153. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:301:55: error: ‘_A_a4’ was not declared in this scope
  1154. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4); }
  1155. ^
  1156. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: At global scope:
  1157. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:345:38: error: ‘type_trait_take_t’ has not been declared
  1158. T_return operator()(T_obj* _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5) const
  1159. ^
  1160. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:345:55: error: expected ‘,’ or ‘...’ before ‘<’ token
  1161. T_return operator()(T_obj* _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5) const
  1162. ^
  1163. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:357:38: error: ‘type_trait_take_t’ has not been declared
  1164. T_return operator()(T_obj& _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5) const
  1165. ^
  1166. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:357:55: error: expected ‘,’ or ‘...’ before ‘<’ token
  1167. T_return operator()(T_obj& _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5) const
  1168. ^
  1169. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In constructor ‘sigc::mem_functor5<T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_return, T_obj>::mem_functor5()’:
  1170. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:329:30: error: ‘nullptr’ was not declared in this scope
  1171. mem_functor5() : func_ptr_(nullptr) {}
  1172. ^
  1173. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::mem_functor5<T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_return, T_obj>::operator()(T_obj*, int) const’:
  1174. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:346:43: error: ‘_A_a1’ was not declared in this scope
  1175. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5); }
  1176. ^
  1177. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:346:50: error: ‘_A_a2’ was not declared in this scope
  1178. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5); }
  1179. ^
  1180. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:346:57: error: ‘_A_a3’ was not declared in this scope
  1181. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5); }
  1182. ^
  1183. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:346:64: error: ‘_A_a4’ was not declared in this scope
  1184. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5); }
  1185. ^
  1186. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:346:71: error: ‘_A_a5’ was not declared in this scope
  1187. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5); }
  1188. ^
  1189. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::mem_functor5<T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_return, T_obj>::operator()(T_obj&, int) const’:
  1190. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:358:34: error: ‘_A_a1’ was not declared in this scope
  1191. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5); }
  1192. ^
  1193. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:358:41: error: ‘_A_a2’ was not declared in this scope
  1194. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5); }
  1195. ^
  1196. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:358:48: error: ‘_A_a3’ was not declared in this scope
  1197. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5); }
  1198. ^
  1199. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:358:55: error: ‘_A_a4’ was not declared in this scope
  1200. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5); }
  1201. ^
  1202. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:358:62: error: ‘_A_a5’ was not declared in this scope
  1203. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5); }
  1204. ^
  1205. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: At global scope:
  1206. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:404:38: error: ‘type_trait_take_t’ has not been declared
  1207. T_return operator()(T_obj* _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6) const
  1208. ^
  1209. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:404:55: error: expected ‘,’ or ‘...’ before ‘<’ token
  1210. T_return operator()(T_obj* _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6) const
  1211. ^
  1212. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:417:38: error: ‘type_trait_take_t’ has not been declared
  1213. T_return operator()(T_obj& _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6) const
  1214. ^
  1215. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:417:55: error: expected ‘,’ or ‘...’ before ‘<’ token
  1216. T_return operator()(T_obj& _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6) const
  1217. ^
  1218. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In constructor ‘sigc::mem_functor6<T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_return, T_obj>::mem_functor6()’:
  1219. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:387:30: error: ‘nullptr’ was not declared in this scope
  1220. mem_functor6() : func_ptr_(nullptr) {}
  1221. ^
  1222. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::mem_functor6<T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_return, T_obj>::operator()(T_obj*, int) const’:
  1223. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:405:43: error: ‘_A_a1’ was not declared in this scope
  1224. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  1225. ^
  1226. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:405:50: error: ‘_A_a2’ was not declared in this scope
  1227. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  1228. ^
  1229. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:405:57: error: ‘_A_a3’ was not declared in this scope
  1230. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  1231. ^
  1232. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:405:64: error: ‘_A_a4’ was not declared in this scope
  1233. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  1234. ^
  1235. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:405:71: error: ‘_A_a5’ was not declared in this scope
  1236. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  1237. ^
  1238. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:405:78: error: ‘_A_a6’ was not declared in this scope
  1239. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  1240. ^
  1241. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::mem_functor6<T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_return, T_obj>::operator()(T_obj&, int) const’:
  1242. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:418:34: error: ‘_A_a1’ was not declared in this scope
  1243. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  1244. ^
  1245. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:418:41: error: ‘_A_a2’ was not declared in this scope
  1246. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  1247. ^
  1248. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:418:48: error: ‘_A_a3’ was not declared in this scope
  1249. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  1250. ^
  1251. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:418:55: error: ‘_A_a4’ was not declared in this scope
  1252. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  1253. ^
  1254. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:418:62: error: ‘_A_a5’ was not declared in this scope
  1255. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  1256. ^
  1257. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:418:69: error: ‘_A_a6’ was not declared in this scope
  1258. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  1259. ^
  1260. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: At global scope:
  1261. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:466:38: error: ‘type_trait_take_t’ has not been declared
  1262. T_return operator()(T_obj* _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6, type_trait_take_t<T_arg7> _A_a7) const
  1263. ^
  1264. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:466:55: error: expected ‘,’ or ‘...’ before ‘<’ token
  1265. T_return operator()(T_obj* _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6, type_trait_take_t<T_arg7> _A_a7) const
  1266. ^
  1267. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:9:0,
  1268. from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7,
  1269. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  1270. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  1271. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  1272. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  1273. from /usr/include/glibmm-2.4/glibmm.h:87,
  1274. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  1275. from applet.cpp:29:
  1276. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:480:38: error: ‘type_trait_take_t’ has not been declared
  1277. T_return operator()(T_obj& _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6, type_trait_take_t<T_arg7> _A_a7) const
  1278. ^
  1279. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:480:55: error: expected ‘,’ or ‘...’ before ‘<’ token
  1280. T_return operator()(T_obj& _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6, type_trait_take_t<T_arg7> _A_a7) const
  1281. ^
  1282. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:9:0,
  1283. from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7,
  1284. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  1285. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  1286. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  1287. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  1288. from /usr/include/glibmm-2.4/glibmm.h:87,
  1289. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  1290. from applet.cpp:29:
  1291. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In constructor ‘sigc::mem_functor7<T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7, T_return, T_obj>::mem_functor7()’:
  1292. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:448:30: error: ‘nullptr’ was not declared in this scope
  1293. mem_functor7() : func_ptr_(nullptr) {}
  1294. ^
  1295. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:9:0,
  1296. from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7,
  1297. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  1298. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  1299. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  1300. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  1301. from /usr/include/glibmm-2.4/glibmm.h:87,
  1302. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  1303. from applet.cpp:29:
  1304. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::mem_functor7<T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7, T_return, T_obj>::operator()(T_obj*, int) const’:
  1305. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:467:43: error: ‘_A_a1’ was not declared in this scope
  1306. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  1307. ^
  1308. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:467:50: error: ‘_A_a2’ was not declared in this scope
  1309. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  1310. ^
  1311. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:467:57: error: ‘_A_a3’ was not declared in this scope
  1312. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  1313. ^
  1314. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:467:64: error: ‘_A_a4’ was not declared in this scope
  1315. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  1316. ^
  1317. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:467:71: error: ‘_A_a5’ was not declared in this scope
  1318. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  1319. ^
  1320. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:467:78: error: ‘_A_a6’ was not declared in this scope
  1321. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  1322. ^
  1323. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:467:85: error: ‘_A_a7’ was not declared in this scope
  1324. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  1325. ^
  1326. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::mem_functor7<T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7, T_return, T_obj>::operator()(T_obj&, int) const’:
  1327. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:481:34: error: ‘_A_a1’ was not declared in this scope
  1328. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  1329. ^
  1330. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:481:41: error: ‘_A_a2’ was not declared in this scope
  1331. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  1332. ^
  1333. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:481:48: error: ‘_A_a3’ was not declared in this scope
  1334. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  1335. ^
  1336. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:481:55: error: ‘_A_a4’ was not declared in this scope
  1337. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  1338. ^
  1339. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:481:62: error: ‘_A_a5’ was not declared in this scope
  1340. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  1341. ^
  1342. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:481:69: error: ‘_A_a6’ was not declared in this scope
  1343. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  1344. ^
  1345. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:481:76: error: ‘_A_a7’ was not declared in this scope
  1346. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  1347. ^
  1348. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In constructor ‘sigc::const_mem_functor0<T_return, T_obj>::const_mem_functor0()’:
  1349. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:504:36: error: ‘nullptr’ was not declared in this scope
  1350. const_mem_functor0() : func_ptr_(nullptr) {}
  1351. ^
  1352. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: At global scope:
  1353. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:559:44: error: ‘type_trait_take_t’ has not been declared
  1354. T_return operator()(const T_obj* _A_obj, type_trait_take_t<T_arg1> _A_a1) const
  1355. ^
  1356. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:559:61: error: expected ‘,’ or ‘...’ before ‘<’ token
  1357. T_return operator()(const T_obj* _A_obj, type_trait_take_t<T_arg1> _A_a1) const
  1358. ^
  1359. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:567:44: error: ‘type_trait_take_t’ has not been declared
  1360. T_return operator()(const T_obj& _A_obj, type_trait_take_t<T_arg1> _A_a1) const
  1361. ^
  1362. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:567:61: error: expected ‘,’ or ‘...’ before ‘<’ token
  1363. T_return operator()(const T_obj& _A_obj, type_trait_take_t<T_arg1> _A_a1) const
  1364. ^
  1365. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In constructor ‘sigc::const_mem_functor1<T_arg1, T_return, T_obj>::const_mem_functor1()’:
  1366. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:547:36: error: ‘nullptr’ was not declared in this scope
  1367. const_mem_functor1() : func_ptr_(nullptr) {}
  1368. ^
  1369. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::const_mem_functor1<T_arg1, T_return, T_obj>::operator()(const T_obj*, int) const’:
  1370. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:560:43: error: ‘_A_a1’ was not declared in this scope
  1371. { return (_A_obj->*(this->func_ptr_))(_A_a1); }
  1372. ^
  1373. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::const_mem_functor1<T_arg1, T_return, T_obj>::operator()(const T_obj&, int) const’:
  1374. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:568:34: error: ‘_A_a1’ was not declared in this scope
  1375. { return (_A_obj.*func_ptr_)(_A_a1); }
  1376. ^
  1377. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: At global scope:
  1378. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:606:44: error: ‘type_trait_take_t’ has not been declared
  1379. T_return operator()(const T_obj* _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2) const
  1380. ^
  1381. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:606:61: error: expected ‘,’ or ‘...’ before ‘<’ token
  1382. T_return operator()(const T_obj* _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2) const
  1383. ^
  1384. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:615:44: error: ‘type_trait_take_t’ has not been declared
  1385. T_return operator()(const T_obj& _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2) const
  1386. ^
  1387. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:615:61: error: expected ‘,’ or ‘...’ before ‘<’ token
  1388. T_return operator()(const T_obj& _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2) const
  1389. ^
  1390. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In constructor ‘sigc::const_mem_functor2<T_arg1, T_arg2, T_return, T_obj>::const_mem_functor2()’:
  1391. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:593:36: error: ‘nullptr’ was not declared in this scope
  1392. const_mem_functor2() : func_ptr_(nullptr) {}
  1393. ^
  1394. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::const_mem_functor2<T_arg1, T_arg2, T_return, T_obj>::operator()(const T_obj*, int) const’:
  1395. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:607:43: error: ‘_A_a1’ was not declared in this scope
  1396. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2); }
  1397. ^
  1398. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:607:50: error: ‘_A_a2’ was not declared in this scope
  1399. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2); }
  1400. ^
  1401. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::const_mem_functor2<T_arg1, T_arg2, T_return, T_obj>::operator()(const T_obj&, int) const’:
  1402. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:616:34: error: ‘_A_a1’ was not declared in this scope
  1403. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2); }
  1404. ^
  1405. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:616:41: error: ‘_A_a2’ was not declared in this scope
  1406. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2); }
  1407. ^
  1408. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: At global scope:
  1409. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:656:44: error: ‘type_trait_take_t’ has not been declared
  1410. T_return operator()(const T_obj* _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3) const
  1411. ^
  1412. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:656:61: error: expected ‘,’ or ‘...’ before ‘<’ token
  1413. T_return operator()(const T_obj* _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3) const
  1414. ^
  1415. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:666:44: error: ‘type_trait_take_t’ has not been declared
  1416. T_return operator()(const T_obj& _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3) const
  1417. ^
  1418. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:666:61: error: expected ‘,’ or ‘...’ before ‘<’ token
  1419. T_return operator()(const T_obj& _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3) const
  1420. ^
  1421. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In constructor ‘sigc::const_mem_functor3<T_arg1, T_arg2, T_arg3, T_return, T_obj>::const_mem_functor3()’:
  1422. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:642:36: error: ‘nullptr’ was not declared in this scope
  1423. const_mem_functor3() : func_ptr_(nullptr) {}
  1424. ^
  1425. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::const_mem_functor3<T_arg1, T_arg2, T_arg3, T_return, T_obj>::operator()(const T_obj*, int) const’:
  1426. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:657:43: error: ‘_A_a1’ was not declared in this scope
  1427. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3); }
  1428. ^
  1429. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:657:50: error: ‘_A_a2’ was not declared in this scope
  1430. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3); }
  1431. ^
  1432. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:657:57: error: ‘_A_a3’ was not declared in this scope
  1433. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3); }
  1434. ^
  1435. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::const_mem_functor3<T_arg1, T_arg2, T_arg3, T_return, T_obj>::operator()(const T_obj&, int) const’:
  1436. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:667:34: error: ‘_A_a1’ was not declared in this scope
  1437. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3); }
  1438. ^
  1439. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:667:41: error: ‘_A_a2’ was not declared in this scope
  1440. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3); }
  1441. ^
  1442. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:667:48: error: ‘_A_a3’ was not declared in this scope
  1443. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3); }
  1444. ^
  1445. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: At global scope:
  1446. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:709:44: error: ‘type_trait_take_t’ has not been declared
  1447. T_return operator()(const T_obj* _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4) const
  1448. ^
  1449. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:709:61: error: expected ‘,’ or ‘...’ before ‘<’ token
  1450. T_return operator()(const T_obj* _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4) const
  1451. ^
  1452. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:720:44: error: ‘type_trait_take_t’ has not been declared
  1453. T_return operator()(const T_obj& _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4) const
  1454. ^
  1455. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:720:61: error: expected ‘,’ or ‘...’ before ‘<’ token
  1456. T_return operator()(const T_obj& _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4) const
  1457. ^
  1458. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In constructor ‘sigc::const_mem_functor4<T_arg1, T_arg2, T_arg3, T_arg4, T_return, T_obj>::const_mem_functor4()’:
  1459. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:694:36: error: ‘nullptr’ was not declared in this scope
  1460. const_mem_functor4() : func_ptr_(nullptr) {}
  1461. ^
  1462. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::const_mem_functor4<T_arg1, T_arg2, T_arg3, T_arg4, T_return, T_obj>::operator()(const T_obj*, int) const’:
  1463. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:710:43: error: ‘_A_a1’ was not declared in this scope
  1464. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4); }
  1465. ^
  1466. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:710:50: error: ‘_A_a2’ was not declared in this scope
  1467. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4); }
  1468. ^
  1469. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:710:57: error: ‘_A_a3’ was not declared in this scope
  1470. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4); }
  1471. ^
  1472. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:710:64: error: ‘_A_a4’ was not declared in this scope
  1473. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4); }
  1474. ^
  1475. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::const_mem_functor4<T_arg1, T_arg2, T_arg3, T_arg4, T_return, T_obj>::operator()(const T_obj&, int) const’:
  1476. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:721:34: error: ‘_A_a1’ was not declared in this scope
  1477. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4); }
  1478. ^
  1479. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:721:41: error: ‘_A_a2’ was not declared in this scope
  1480. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4); }
  1481. ^
  1482. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:721:48: error: ‘_A_a3’ was not declared in this scope
  1483. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4); }
  1484. ^
  1485. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:721:55: error: ‘_A_a4’ was not declared in this scope
  1486. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4); }
  1487. ^
  1488. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: At global scope:
  1489. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:765:44: error: ‘type_trait_take_t’ has not been declared
  1490. T_return operator()(const T_obj* _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5) const
  1491. ^
  1492. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:765:61: error: expected ‘,’ or ‘...’ before ‘<’ token
  1493. T_return operator()(const T_obj* _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5) const
  1494. ^
  1495. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:777:44: error: ‘type_trait_take_t’ has not been declared
  1496. T_return operator()(const T_obj& _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5) const
  1497. ^
  1498. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:777:61: error: expected ‘,’ or ‘...’ before ‘<’ token
  1499. T_return operator()(const T_obj& _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5) const
  1500. ^
  1501. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In constructor ‘sigc::const_mem_functor5<T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_return, T_obj>::const_mem_functor5()’:
  1502. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:749:36: error: ‘nullptr’ was not declared in this scope
  1503. const_mem_functor5() : func_ptr_(nullptr) {}
  1504. ^
  1505. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::const_mem_functor5<T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_return, T_obj>::operator()(const T_obj*, int) const’:
  1506. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:766:43: error: ‘_A_a1’ was not declared in this scope
  1507. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5); }
  1508. ^
  1509. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:766:50: error: ‘_A_a2’ was not declared in this scope
  1510. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5); }
  1511. ^
  1512. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:766:57: error: ‘_A_a3’ was not declared in this scope
  1513. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5); }
  1514. ^
  1515. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:766:64: error: ‘_A_a4’ was not declared in this scope
  1516. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5); }
  1517. ^
  1518. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:766:71: error: ‘_A_a5’ was not declared in this scope
  1519. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5); }
  1520. ^
  1521. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::const_mem_functor5<T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_return, T_obj>::operator()(const T_obj&, int) const’:
  1522. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:778:34: error: ‘_A_a1’ was not declared in this scope
  1523. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5); }
  1524. ^
  1525. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:778:41: error: ‘_A_a2’ was not declared in this scope
  1526. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5); }
  1527. ^
  1528. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:778:48: error: ‘_A_a3’ was not declared in this scope
  1529. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5); }
  1530. ^
  1531. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:778:55: error: ‘_A_a4’ was not declared in this scope
  1532. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5); }
  1533. ^
  1534. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:778:62: error: ‘_A_a5’ was not declared in this scope
  1535. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5); }
  1536. ^
  1537. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: At global scope:
  1538. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:824:44: error: ‘type_trait_take_t’ has not been declared
  1539. T_return operator()(const T_obj* _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6) const
  1540. ^
  1541. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:824:61: error: expected ‘,’ or ‘...’ before ‘<’ token
  1542. T_return operator()(const T_obj* _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6) const
  1543. ^
  1544. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:837:44: error: ‘type_trait_take_t’ has not been declared
  1545. T_return operator()(const T_obj& _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6) const
  1546. ^
  1547. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:837:61: error: expected ‘,’ or ‘...’ before ‘<’ token
  1548. T_return operator()(const T_obj& _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6) const
  1549. ^
  1550. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In constructor ‘sigc::const_mem_functor6<T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_return, T_obj>::const_mem_functor6()’:
  1551. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:807:36: error: ‘nullptr’ was not declared in this scope
  1552. const_mem_functor6() : func_ptr_(nullptr) {}
  1553. ^
  1554. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::const_mem_functor6<T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_return, T_obj>::operator()(const T_obj*, int) const’:
  1555. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:825:43: error: ‘_A_a1’ was not declared in this scope
  1556. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  1557. ^
  1558. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:825:50: error: ‘_A_a2’ was not declared in this scope
  1559. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  1560. ^
  1561. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:825:57: error: ‘_A_a3’ was not declared in this scope
  1562. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  1563. ^
  1564. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:825:64: error: ‘_A_a4’ was not declared in this scope
  1565. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  1566. ^
  1567. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:825:71: error: ‘_A_a5’ was not declared in this scope
  1568. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  1569. ^
  1570. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:825:78: error: ‘_A_a6’ was not declared in this scope
  1571. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  1572. ^
  1573. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::const_mem_functor6<T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_return, T_obj>::operator()(const T_obj&, int) const’:
  1574. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:838:34: error: ‘_A_a1’ was not declared in this scope
  1575. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  1576. ^
  1577. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:838:41: error: ‘_A_a2’ was not declared in this scope
  1578. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  1579. ^
  1580. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:838:48: error: ‘_A_a3’ was not declared in this scope
  1581. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  1582. ^
  1583. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:838:55: error: ‘_A_a4’ was not declared in this scope
  1584. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  1585. ^
  1586. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:838:62: error: ‘_A_a5’ was not declared in this scope
  1587. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  1588. ^
  1589. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:838:69: error: ‘_A_a6’ was not declared in this scope
  1590. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  1591. ^
  1592. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: At global scope:
  1593. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:886:44: error: ‘type_trait_take_t’ has not been declared
  1594. T_return operator()(const T_obj* _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6, type_trait_take_t<T_arg7> _A_a7) const
  1595. ^
  1596. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:886:61: error: expected ‘,’ or ‘...’ before ‘<’ token
  1597. T_return operator()(const T_obj* _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6, type_trait_take_t<T_arg7> _A_a7) const
  1598. ^
  1599. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:900:44: error: ‘type_trait_take_t’ has not been declared
  1600. T_return operator()(const T_obj& _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6, type_trait_take_t<T_arg7> _A_a7) const
  1601. ^
  1602. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:900:61: error: expected ‘,’ or ‘...’ before ‘<’ token
  1603. T_return operator()(const T_obj& _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6, type_trait_take_t<T_arg7> _A_a7) const
  1604. ^
  1605. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In constructor ‘sigc::const_mem_functor7<T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7, T_return, T_obj>::const_mem_functor7()’:
  1606. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:868:36: error: ‘nullptr’ was not declared in this scope
  1607. const_mem_functor7() : func_ptr_(nullptr) {}
  1608. ^
  1609. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::const_mem_functor7<T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7, T_return, T_obj>::operator()(const T_obj*, int) const’:
  1610. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:887:43: error: ‘_A_a1’ was not declared in this scope
  1611. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  1612. ^
  1613. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:887:50: error: ‘_A_a2’ was not declared in this scope
  1614. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  1615. ^
  1616. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:887:57: error: ‘_A_a3’ was not declared in this scope
  1617. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  1618. ^
  1619. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:887:64: error: ‘_A_a4’ was not declared in this scope
  1620. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  1621. ^
  1622. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:887:71: error: ‘_A_a5’ was not declared in this scope
  1623. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  1624. ^
  1625. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:887:78: error: ‘_A_a6’ was not declared in this scope
  1626. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  1627. ^
  1628. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:887:85: error: ‘_A_a7’ was not declared in this scope
  1629. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  1630. ^
  1631. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::const_mem_functor7<T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7, T_return, T_obj>::operator()(const T_obj&, int) const’:
  1632. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:901:34: error: ‘_A_a1’ was not declared in this scope
  1633. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  1634. ^
  1635. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:901:41: error: ‘_A_a2’ was not declared in this scope
  1636. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  1637. ^
  1638. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:901:48: error: ‘_A_a3’ was not declared in this scope
  1639. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  1640. ^
  1641. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:901:55: error: ‘_A_a4’ was not declared in this scope
  1642. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  1643. ^
  1644. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:901:62: error: ‘_A_a5’ was not declared in this scope
  1645. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  1646. ^
  1647. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:901:69: error: ‘_A_a6’ was not declared in this scope
  1648. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  1649. ^
  1650. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:901:76: error: ‘_A_a7’ was not declared in this scope
  1651. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  1652. ^
  1653. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In constructor ‘sigc::volatile_mem_functor0<T_return, T_obj>::volatile_mem_functor0()’:
  1654. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:924:39: error: ‘nullptr’ was not declared in this scope
  1655. volatile_mem_functor0() : func_ptr_(nullptr) {}
  1656. ^
  1657. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: At global scope:
  1658. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:979:38: error: ‘type_trait_take_t’ has not been declared
  1659. T_return operator()(T_obj* _A_obj, type_trait_take_t<T_arg1> _A_a1) const
  1660. ^
  1661. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:979:55: error: expected ‘,’ or ‘...’ before ‘<’ token
  1662. T_return operator()(T_obj* _A_obj, type_trait_take_t<T_arg1> _A_a1) const
  1663. ^
  1664. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:987:38: error: ‘type_trait_take_t’ has not been declared
  1665. T_return operator()(T_obj& _A_obj, type_trait_take_t<T_arg1> _A_a1) const
  1666. ^
  1667. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:987:55: error: expected ‘,’ or ‘...’ before ‘<’ token
  1668. T_return operator()(T_obj& _A_obj, type_trait_take_t<T_arg1> _A_a1) const
  1669. ^
  1670. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In constructor ‘sigc::volatile_mem_functor1<T_return, T_obj, T_arg1>::volatile_mem_functor1()’:
  1671. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:967:39: error: ‘nullptr’ was not declared in this scope
  1672. volatile_mem_functor1() : func_ptr_(nullptr) {}
  1673. ^
  1674. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::volatile_mem_functor1<T_return, T_obj, T_arg1>::operator()(T_obj*, int) const’:
  1675. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:980:43: error: ‘_A_a1’ was not declared in this scope
  1676. { return (_A_obj->*(this->func_ptr_))(_A_a1); }
  1677. ^
  1678. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::volatile_mem_functor1<T_return, T_obj, T_arg1>::operator()(T_obj&, int) const’:
  1679. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:988:34: error: ‘_A_a1’ was not declared in this scope
  1680. { return (_A_obj.*func_ptr_)(_A_a1); }
  1681. ^
  1682. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: At global scope:
  1683. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1026:38: error: ‘type_trait_take_t’ has not been declared
  1684. T_return operator()(T_obj* _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2) const
  1685. ^
  1686. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1026:55: error: expected ‘,’ or ‘...’ before ‘<’ token
  1687. T_return operator()(T_obj* _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2) const
  1688. ^
  1689. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1035:38: error: ‘type_trait_take_t’ has not been declared
  1690. T_return operator()(T_obj& _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2) const
  1691. ^
  1692. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1035:55: error: expected ‘,’ or ‘...’ before ‘<’ token
  1693. T_return operator()(T_obj& _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2) const
  1694. ^
  1695. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In constructor ‘sigc::volatile_mem_functor2<T_return, T_obj, T_arg1, T_arg2>::volatile_mem_functor2()’:
  1696. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1013:39: error: ‘nullptr’ was not declared in this scope
  1697. volatile_mem_functor2() : func_ptr_(nullptr) {}
  1698. ^
  1699. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::volatile_mem_functor2<T_return, T_obj, T_arg1, T_arg2>::operator()(T_obj*, int) const’:
  1700. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1027:43: error: ‘_A_a1’ was not declared in this scope
  1701. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2); }
  1702. ^
  1703. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1027:50: error: ‘_A_a2’ was not declared in this scope
  1704. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2); }
  1705. ^
  1706. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::volatile_mem_functor2<T_return, T_obj, T_arg1, T_arg2>::operator()(T_obj&, int) const’:
  1707. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1036:34: error: ‘_A_a1’ was not declared in this scope
  1708. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2); }
  1709. ^
  1710. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1036:41: error: ‘_A_a2’ was not declared in this scope
  1711. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2); }
  1712. ^
  1713. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: At global scope:
  1714. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1076:38: error: ‘type_trait_take_t’ has not been declared
  1715. T_return operator()(T_obj* _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3) const
  1716. ^
  1717. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1076:55: error: expected ‘,’ or ‘...’ before ‘<’ token
  1718. T_return operator()(T_obj* _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3) const
  1719. ^
  1720. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1086:38: error: ‘type_trait_take_t’ has not been declared
  1721. T_return operator()(T_obj& _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3) const
  1722. ^
  1723. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1086:55: error: expected ‘,’ or ‘...’ before ‘<’ token
  1724. T_return operator()(T_obj& _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3) const
  1725. ^
  1726. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In constructor ‘sigc::volatile_mem_functor3<T_return, T_obj, T_arg1, T_arg2, T_arg3>::volatile_mem_functor3()’:
  1727. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1062:39: error: ‘nullptr’ was not declared in this scope
  1728. volatile_mem_functor3() : func_ptr_(nullptr) {}
  1729. ^
  1730. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::volatile_mem_functor3<T_return, T_obj, T_arg1, T_arg2, T_arg3>::operator()(T_obj*, int) const’:
  1731. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1077:43: error: ‘_A_a1’ was not declared in this scope
  1732. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3); }
  1733. ^
  1734. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1077:50: error: ‘_A_a2’ was not declared in this scope
  1735. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3); }
  1736. ^
  1737. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1077:57: error: ‘_A_a3’ was not declared in this scope
  1738. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3); }
  1739. ^
  1740. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::volatile_mem_functor3<T_return, T_obj, T_arg1, T_arg2, T_arg3>::operator()(T_obj&, int) const’:
  1741. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1087:34: error: ‘_A_a1’ was not declared in this scope
  1742. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3); }
  1743. ^
  1744. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1087:41: error: ‘_A_a2’ was not declared in this scope
  1745. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3); }
  1746. ^
  1747. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1087:48: error: ‘_A_a3’ was not declared in this scope
  1748. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3); }
  1749. ^
  1750. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: At global scope:
  1751. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1129:38: error: ‘type_trait_take_t’ has not been declared
  1752. T_return operator()(T_obj* _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4) const
  1753. ^
  1754. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1129:55: error: expected ‘,’ or ‘...’ before ‘<’ token
  1755. T_return operator()(T_obj* _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4) const
  1756. ^
  1757. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1140:38: error: ‘type_trait_take_t’ has not been declared
  1758. T_return operator()(T_obj& _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4) const
  1759. ^
  1760. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1140:55: error: expected ‘,’ or ‘...’ before ‘<’ token
  1761. T_return operator()(T_obj& _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4) const
  1762. ^
  1763. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In constructor ‘sigc::volatile_mem_functor4<T_return, T_obj, T_arg1, T_arg2, T_arg3, T_arg4>::volatile_mem_functor4()’:
  1764. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1114:39: error: ‘nullptr’ was not declared in this scope
  1765. volatile_mem_functor4() : func_ptr_(nullptr) {}
  1766. ^
  1767. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::volatile_mem_functor4<T_return, T_obj, T_arg1, T_arg2, T_arg3, T_arg4>::operator()(T_obj*, int) const’:
  1768. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1130:43: error: ‘_A_a1’ was not declared in this scope
  1769. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4); }
  1770. ^
  1771. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1130:50: error: ‘_A_a2’ was not declared in this scope
  1772. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4); }
  1773. ^
  1774. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1130:57: error: ‘_A_a3’ was not declared in this scope
  1775. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4); }
  1776. ^
  1777. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1130:64: error: ‘_A_a4’ was not declared in this scope
  1778. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4); }
  1779. ^
  1780. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::volatile_mem_functor4<T_return, T_obj, T_arg1, T_arg2, T_arg3, T_arg4>::operator()(T_obj&, int) const’:
  1781. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1141:34: error: ‘_A_a1’ was not declared in this scope
  1782. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4); }
  1783. ^
  1784. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1141:41: error: ‘_A_a2’ was not declared in this scope
  1785. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4); }
  1786. ^
  1787. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1141:48: error: ‘_A_a3’ was not declared in this scope
  1788. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4); }
  1789. ^
  1790. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1141:55: error: ‘_A_a4’ was not declared in this scope
  1791. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4); }
  1792. ^
  1793. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: At global scope:
  1794. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1185:38: error: ‘type_trait_take_t’ has not been declared
  1795. T_return operator()(T_obj* _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5) const
  1796. ^
  1797. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1185:55: error: expected ‘,’ or ‘...’ before ‘<’ token
  1798. T_return operator()(T_obj* _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5) const
  1799. ^
  1800. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1197:38: error: ‘type_trait_take_t’ has not been declared
  1801. T_return operator()(T_obj& _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5) const
  1802. ^
  1803. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1197:55: error: expected ‘,’ or ‘...’ before ‘<’ token
  1804. T_return operator()(T_obj& _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5) const
  1805. ^
  1806. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In constructor ‘sigc::volatile_mem_functor5<T_return, T_obj, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5>::volatile_mem_functor5()’:
  1807. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1169:39: error: ‘nullptr’ was not declared in this scope
  1808. volatile_mem_functor5() : func_ptr_(nullptr) {}
  1809. ^
  1810. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::volatile_mem_functor5<T_return, T_obj, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5>::operator()(T_obj*, int) const’:
  1811. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1186:43: error: ‘_A_a1’ was not declared in this scope
  1812. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5); }
  1813. ^
  1814. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1186:50: error: ‘_A_a2’ was not declared in this scope
  1815. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5); }
  1816. ^
  1817. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1186:57: error: ‘_A_a3’ was not declared in this scope
  1818. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5); }
  1819. ^
  1820. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1186:64: error: ‘_A_a4’ was not declared in this scope
  1821. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5); }
  1822. ^
  1823. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1186:71: error: ‘_A_a5’ was not declared in this scope
  1824. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5); }
  1825. ^
  1826. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::volatile_mem_functor5<T_return, T_obj, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5>::operator()(T_obj&, int) const’:
  1827. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1198:34: error: ‘_A_a1’ was not declared in this scope
  1828. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5); }
  1829. ^
  1830. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1198:41: error: ‘_A_a2’ was not declared in this scope
  1831. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5); }
  1832. ^
  1833. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1198:48: error: ‘_A_a3’ was not declared in this scope
  1834. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5); }
  1835. ^
  1836. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1198:55: error: ‘_A_a4’ was not declared in this scope
  1837. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5); }
  1838. ^
  1839. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1198:62: error: ‘_A_a5’ was not declared in this scope
  1840. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5); }
  1841. ^
  1842. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: At global scope:
  1843. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1244:38: error: ‘type_trait_take_t’ has not been declared
  1844. T_return operator()(T_obj* _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6) const
  1845. ^
  1846. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1244:55: error: expected ‘,’ or ‘...’ before ‘<’ token
  1847. T_return operator()(T_obj* _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6) const
  1848. ^
  1849. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1257:38: error: ‘type_trait_take_t’ has not been declared
  1850. T_return operator()(T_obj& _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6) const
  1851. ^
  1852. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1257:55: error: expected ‘,’ or ‘...’ before ‘<’ token
  1853. T_return operator()(T_obj& _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6) const
  1854. ^
  1855. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In constructor ‘sigc::volatile_mem_functor6<T_return, T_obj, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6>::volatile_mem_functor6()’:
  1856. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1227:39: error: ‘nullptr’ was not declared in this scope
  1857. volatile_mem_functor6() : func_ptr_(nullptr) {}
  1858. ^
  1859. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::volatile_mem_functor6<T_return, T_obj, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6>::operator()(T_obj*, int) const’:
  1860. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1245:43: error: ‘_A_a1’ was not declared in this scope
  1861. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  1862. ^
  1863. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1245:50: error: ‘_A_a2’ was not declared in this scope
  1864. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  1865. ^
  1866. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1245:57: error: ‘_A_a3’ was not declared in this scope
  1867. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  1868. ^
  1869. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1245:64: error: ‘_A_a4’ was not declared in this scope
  1870. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  1871. ^
  1872. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1245:71: error: ‘_A_a5’ was not declared in this scope
  1873. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  1874. ^
  1875. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1245:78: error: ‘_A_a6’ was not declared in this scope
  1876. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  1877. ^
  1878. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::volatile_mem_functor6<T_return, T_obj, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6>::operator()(T_obj&, int) const’:
  1879. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1258:34: error: ‘_A_a1’ was not declared in this scope
  1880. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  1881. ^
  1882. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1258:41: error: ‘_A_a2’ was not declared in this scope
  1883. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  1884. ^
  1885. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1258:48: error: ‘_A_a3’ was not declared in this scope
  1886. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  1887. ^
  1888. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1258:55: error: ‘_A_a4’ was not declared in this scope
  1889. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  1890. ^
  1891. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1258:62: error: ‘_A_a5’ was not declared in this scope
  1892. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  1893. ^
  1894. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1258:69: error: ‘_A_a6’ was not declared in this scope
  1895. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  1896. ^
  1897. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: At global scope:
  1898. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1306:38: error: ‘type_trait_take_t’ has not been declared
  1899. T_return operator()(T_obj* _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6, type_trait_take_t<T_arg7> _A_a7) const
  1900. ^
  1901. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1306:55: error: expected ‘,’ or ‘...’ before ‘<’ token
  1902. T_return operator()(T_obj* _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6, type_trait_take_t<T_arg7> _A_a7) const
  1903. ^
  1904. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1320:38: error: ‘type_trait_take_t’ has not been declared
  1905. T_return operator()(T_obj& _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6, type_trait_take_t<T_arg7> _A_a7) const
  1906. ^
  1907. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1320:55: error: expected ‘,’ or ‘...’ before ‘<’ token
  1908. T_return operator()(T_obj& _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6, type_trait_take_t<T_arg7> _A_a7) const
  1909. ^
  1910. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In constructor ‘sigc::volatile_mem_functor7<T_return, T_obj, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7>::volatile_mem_functor7()’:
  1911. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1288:39: error: ‘nullptr’ was not declared in this scope
  1912. volatile_mem_functor7() : func_ptr_(nullptr) {}
  1913. ^
  1914. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::volatile_mem_functor7<T_return, T_obj, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7>::operator()(T_obj*, int) const’:
  1915. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1307:43: error: ‘_A_a1’ was not declared in this scope
  1916. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  1917. ^
  1918. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1307:50: error: ‘_A_a2’ was not declared in this scope
  1919. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  1920. ^
  1921. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1307:57: error: ‘_A_a3’ was not declared in this scope
  1922. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  1923. ^
  1924. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1307:64: error: ‘_A_a4’ was not declared in this scope
  1925. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  1926. ^
  1927. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1307:71: error: ‘_A_a5’ was not declared in this scope
  1928. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  1929. ^
  1930. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1307:78: error: ‘_A_a6’ was not declared in this scope
  1931. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  1932. ^
  1933. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1307:85: error: ‘_A_a7’ was not declared in this scope
  1934. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  1935. ^
  1936. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::volatile_mem_functor7<T_return, T_obj, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7>::operator()(T_obj&, int) const’:
  1937. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1321:34: error: ‘_A_a1’ was not declared in this scope
  1938. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  1939. ^
  1940. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1321:41: error: ‘_A_a2’ was not declared in this scope
  1941. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  1942. ^
  1943. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1321:48: error: ‘_A_a3’ was not declared in this scope
  1944. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  1945. ^
  1946. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1321:55: error: ‘_A_a4’ was not declared in this scope
  1947. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  1948. ^
  1949. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1321:62: error: ‘_A_a5’ was not declared in this scope
  1950. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  1951. ^
  1952. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1321:69: error: ‘_A_a6’ was not declared in this scope
  1953. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  1954. ^
  1955. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1321:76: error: ‘_A_a7’ was not declared in this scope
  1956. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  1957. ^
  1958. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In constructor ‘sigc::const_volatile_mem_functor0<T_return, T_obj>::const_volatile_mem_functor0()’:
  1959. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1344:45: error: ‘nullptr’ was not declared in this scope
  1960. const_volatile_mem_functor0() : func_ptr_(nullptr) {}
  1961. ^
  1962. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: At global scope:
  1963. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1399:44: error: ‘type_trait_take_t’ has not been declared
  1964. T_return operator()(const T_obj* _A_obj, type_trait_take_t<T_arg1> _A_a1) const
  1965. ^
  1966. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1399:61: error: expected ‘,’ or ‘...’ before ‘<’ token
  1967. T_return operator()(const T_obj* _A_obj, type_trait_take_t<T_arg1> _A_a1) const
  1968. ^
  1969. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1407:44: error: ‘type_trait_take_t’ has not been declared
  1970. T_return operator()(const T_obj& _A_obj, type_trait_take_t<T_arg1> _A_a1) const
  1971. ^
  1972. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1407:61: error: expected ‘,’ or ‘...’ before ‘<’ token
  1973. T_return operator()(const T_obj& _A_obj, type_trait_take_t<T_arg1> _A_a1) const
  1974. ^
  1975. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In constructor ‘sigc::const_volatile_mem_functor1<T_return, T_obj, T_arg1>::const_volatile_mem_functor1()’:
  1976. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1387:45: error: ‘nullptr’ was not declared in this scope
  1977. const_volatile_mem_functor1() : func_ptr_(nullptr) {}
  1978. ^
  1979. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::const_volatile_mem_functor1<T_return, T_obj, T_arg1>::operator()(const T_obj*, int) const’:
  1980. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1400:43: error: ‘_A_a1’ was not declared in this scope
  1981. { return (_A_obj->*(this->func_ptr_))(_A_a1); }
  1982. ^
  1983. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::const_volatile_mem_functor1<T_return, T_obj, T_arg1>::operator()(const T_obj&, int) const’:
  1984. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1408:34: error: ‘_A_a1’ was not declared in this scope
  1985. { return (_A_obj.*func_ptr_)(_A_a1); }
  1986. ^
  1987. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: At global scope:
  1988. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1446:44: error: ‘type_trait_take_t’ has not been declared
  1989. T_return operator()(const T_obj* _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2) const
  1990. ^
  1991. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1446:61: error: expected ‘,’ or ‘...’ before ‘<’ token
  1992. T_return operator()(const T_obj* _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2) const
  1993. ^
  1994. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1455:44: error: ‘type_trait_take_t’ has not been declared
  1995. T_return operator()(const T_obj& _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2) const
  1996. ^
  1997. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1455:61: error: expected ‘,’ or ‘...’ before ‘<’ token
  1998. T_return operator()(const T_obj& _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2) const
  1999. ^
  2000. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In constructor ‘sigc::const_volatile_mem_functor2<T_return, T_obj, T_arg1, T_arg2>::const_volatile_mem_functor2()’:
  2001. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1433:45: error: ‘nullptr’ was not declared in this scope
  2002. const_volatile_mem_functor2() : func_ptr_(nullptr) {}
  2003. ^
  2004. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::const_volatile_mem_functor2<T_return, T_obj, T_arg1, T_arg2>::operator()(const T_obj*, int) const’:
  2005. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1447:43: error: ‘_A_a1’ was not declared in this scope
  2006. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2); }
  2007. ^
  2008. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1447:50: error: ‘_A_a2’ was not declared in this scope
  2009. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2); }
  2010. ^
  2011. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::const_volatile_mem_functor2<T_return, T_obj, T_arg1, T_arg2>::operator()(const T_obj&, int) const’:
  2012. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1456:34: error: ‘_A_a1’ was not declared in this scope
  2013. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2); }
  2014. ^
  2015. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1456:41: error: ‘_A_a2’ was not declared in this scope
  2016. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2); }
  2017. ^
  2018. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: At global scope:
  2019. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1496:44: error: ‘type_trait_take_t’ has not been declared
  2020. T_return operator()(const T_obj* _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3) const
  2021. ^
  2022. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1496:61: error: expected ‘,’ or ‘...’ before ‘<’ token
  2023. T_return operator()(const T_obj* _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3) const
  2024. ^
  2025. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1506:44: error: ‘type_trait_take_t’ has not been declared
  2026. T_return operator()(const T_obj& _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3) const
  2027. ^
  2028. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1506:61: error: expected ‘,’ or ‘...’ before ‘<’ token
  2029. T_return operator()(const T_obj& _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3) const
  2030. ^
  2031. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In constructor ‘sigc::const_volatile_mem_functor3<T_return, T_obj, T_arg1, T_arg2, T_arg3>::const_volatile_mem_functor3()’:
  2032. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1482:45: error: ‘nullptr’ was not declared in this scope
  2033. const_volatile_mem_functor3() : func_ptr_(nullptr) {}
  2034. ^
  2035. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::const_volatile_mem_functor3<T_return, T_obj, T_arg1, T_arg2, T_arg3>::operator()(const T_obj*, int) const’:
  2036. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1497:43: error: ‘_A_a1’ was not declared in this scope
  2037. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3); }
  2038. ^
  2039. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1497:50: error: ‘_A_a2’ was not declared in this scope
  2040. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3); }
  2041. ^
  2042. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1497:57: error: ‘_A_a3’ was not declared in this scope
  2043. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3); }
  2044. ^
  2045. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::const_volatile_mem_functor3<T_return, T_obj, T_arg1, T_arg2, T_arg3>::operator()(const T_obj&, int) const’:
  2046. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1507:34: error: ‘_A_a1’ was not declared in this scope
  2047. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3); }
  2048. ^
  2049. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1507:41: error: ‘_A_a2’ was not declared in this scope
  2050. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3); }
  2051. ^
  2052. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1507:48: error: ‘_A_a3’ was not declared in this scope
  2053. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3); }
  2054. ^
  2055. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: At global scope:
  2056. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1549:44: error: ‘type_trait_take_t’ has not been declared
  2057. T_return operator()(const T_obj* _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4) const
  2058. ^
  2059. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1549:61: error: expected ‘,’ or ‘...’ before ‘<’ token
  2060. T_return operator()(const T_obj* _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4) const
  2061. ^
  2062. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1560:44: error: ‘type_trait_take_t’ has not been declared
  2063. T_return operator()(const T_obj& _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4) const
  2064. ^
  2065. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1560:61: error: expected ‘,’ or ‘...’ before ‘<’ token
  2066. T_return operator()(const T_obj& _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4) const
  2067. ^
  2068. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In constructor ‘sigc::const_volatile_mem_functor4<T_return, T_obj, T_arg1, T_arg2, T_arg3, T_arg4>::const_volatile_mem_functor4()’:
  2069. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1534:45: error: ‘nullptr’ was not declared in this scope
  2070. const_volatile_mem_functor4() : func_ptr_(nullptr) {}
  2071. ^
  2072. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::const_volatile_mem_functor4<T_return, T_obj, T_arg1, T_arg2, T_arg3, T_arg4>::operator()(const T_obj*, int) const’:
  2073. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1550:43: error: ‘_A_a1’ was not declared in this scope
  2074. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4); }
  2075. ^
  2076. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1550:50: error: ‘_A_a2’ was not declared in this scope
  2077. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4); }
  2078. ^
  2079. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1550:57: error: ‘_A_a3’ was not declared in this scope
  2080. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4); }
  2081. ^
  2082. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1550:64: error: ‘_A_a4’ was not declared in this scope
  2083. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4); }
  2084. ^
  2085. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::const_volatile_mem_functor4<T_return, T_obj, T_arg1, T_arg2, T_arg3, T_arg4>::operator()(const T_obj&, int) const’:
  2086. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1561:34: error: ‘_A_a1’ was not declared in this scope
  2087. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4); }
  2088. ^
  2089. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1561:41: error: ‘_A_a2’ was not declared in this scope
  2090. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4); }
  2091. ^
  2092. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1561:48: error: ‘_A_a3’ was not declared in this scope
  2093. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4); }
  2094. ^
  2095. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1561:55: error: ‘_A_a4’ was not declared in this scope
  2096. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4); }
  2097. ^
  2098. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: At global scope:
  2099. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1605:44: error: ‘type_trait_take_t’ has not been declared
  2100. T_return operator()(const T_obj* _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5) const
  2101. ^
  2102. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1605:61: error: expected ‘,’ or ‘...’ before ‘<’ token
  2103. T_return operator()(const T_obj* _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5) const
  2104. ^
  2105. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1617:44: error: ‘type_trait_take_t’ has not been declared
  2106. T_return operator()(const T_obj& _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5) const
  2107. ^
  2108. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1617:61: error: expected ‘,’ or ‘...’ before ‘<’ token
  2109. T_return operator()(const T_obj& _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5) const
  2110. ^
  2111. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In constructor ‘sigc::const_volatile_mem_functor5<T_return, T_obj, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5>::const_volatile_mem_functor5()’:
  2112. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1589:45: error: ‘nullptr’ was not declared in this scope
  2113. const_volatile_mem_functor5() : func_ptr_(nullptr) {}
  2114. ^
  2115. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::const_volatile_mem_functor5<T_return, T_obj, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5>::operator()(const T_obj*, int) const’:
  2116. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1606:43: error: ‘_A_a1’ was not declared in this scope
  2117. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5); }
  2118. ^
  2119. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1606:50: error: ‘_A_a2’ was not declared in this scope
  2120. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5); }
  2121. ^
  2122. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1606:57: error: ‘_A_a3’ was not declared in this scope
  2123. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5); }
  2124. ^
  2125. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1606:64: error: ‘_A_a4’ was not declared in this scope
  2126. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5); }
  2127. ^
  2128. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1606:71: error: ‘_A_a5’ was not declared in this scope
  2129. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5); }
  2130. ^
  2131. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::const_volatile_mem_functor5<T_return, T_obj, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5>::operator()(const T_obj&, int) const’:
  2132. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1618:34: error: ‘_A_a1’ was not declared in this scope
  2133. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5); }
  2134. ^
  2135. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1618:41: error: ‘_A_a2’ was not declared in this scope
  2136. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5); }
  2137. ^
  2138. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1618:48: error: ‘_A_a3’ was not declared in this scope
  2139. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5); }
  2140. ^
  2141. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1618:55: error: ‘_A_a4’ was not declared in this scope
  2142. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5); }
  2143. ^
  2144. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1618:62: error: ‘_A_a5’ was not declared in this scope
  2145. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5); }
  2146. ^
  2147. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: At global scope:
  2148. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1664:44: error: ‘type_trait_take_t’ has not been declared
  2149. T_return operator()(const T_obj* _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6) const
  2150. ^
  2151. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1664:61: error: expected ‘,’ or ‘...’ before ‘<’ token
  2152. T_return operator()(const T_obj* _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6) const
  2153. ^
  2154. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1677:44: error: ‘type_trait_take_t’ has not been declared
  2155. T_return operator()(const T_obj& _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6) const
  2156. ^
  2157. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1677:61: error: expected ‘,’ or ‘...’ before ‘<’ token
  2158. T_return operator()(const T_obj& _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6) const
  2159. ^
  2160. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In constructor ‘sigc::const_volatile_mem_functor6<T_return, T_obj, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6>::const_volatile_mem_functor6()’:
  2161. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1647:45: error: ‘nullptr’ was not declared in this scope
  2162. const_volatile_mem_functor6() : func_ptr_(nullptr) {}
  2163. ^
  2164. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::const_volatile_mem_functor6<T_return, T_obj, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6>::operator()(const T_obj*, int) const’:
  2165. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1665:43: error: ‘_A_a1’ was not declared in this scope
  2166. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  2167. ^
  2168. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1665:50: error: ‘_A_a2’ was not declared in this scope
  2169. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  2170. ^
  2171. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1665:57: error: ‘_A_a3’ was not declared in this scope
  2172. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  2173. ^
  2174. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1665:64: error: ‘_A_a4’ was not declared in this scope
  2175. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  2176. ^
  2177. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1665:71: error: ‘_A_a5’ was not declared in this scope
  2178. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  2179. ^
  2180. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1665:78: error: ‘_A_a6’ was not declared in this scope
  2181. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  2182. ^
  2183. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::const_volatile_mem_functor6<T_return, T_obj, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6>::operator()(const T_obj&, int) const’:
  2184. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1678:34: error: ‘_A_a1’ was not declared in this scope
  2185. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  2186. ^
  2187. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1678:41: error: ‘_A_a2’ was not declared in this scope
  2188. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  2189. ^
  2190. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1678:48: error: ‘_A_a3’ was not declared in this scope
  2191. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  2192. ^
  2193. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1678:55: error: ‘_A_a4’ was not declared in this scope
  2194. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  2195. ^
  2196. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1678:62: error: ‘_A_a5’ was not declared in this scope
  2197. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  2198. ^
  2199. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1678:69: error: ‘_A_a6’ was not declared in this scope
  2200. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  2201. ^
  2202. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: At global scope:
  2203. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1726:44: error: ‘type_trait_take_t’ has not been declared
  2204. T_return operator()(const T_obj* _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6, type_trait_take_t<T_arg7> _A_a7) const
  2205. ^
  2206. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1726:61: error: expected ‘,’ or ‘...’ before ‘<’ token
  2207. T_return operator()(const T_obj* _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6, type_trait_take_t<T_arg7> _A_a7) const
  2208. ^
  2209. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1740:44: error: ‘type_trait_take_t’ has not been declared
  2210. T_return operator()(const T_obj& _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6, type_trait_take_t<T_arg7> _A_a7) const
  2211. ^
  2212. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1740:61: error: expected ‘,’ or ‘...’ before ‘<’ token
  2213. T_return operator()(const T_obj& _A_obj, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6, type_trait_take_t<T_arg7> _A_a7) const
  2214. ^
  2215. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In constructor ‘sigc::const_volatile_mem_functor7<T_return, T_obj, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7>::const_volatile_mem_functor7()’:
  2216. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1708:45: error: ‘nullptr’ was not declared in this scope
  2217. const_volatile_mem_functor7() : func_ptr_(nullptr) {}
  2218. ^
  2219. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::const_volatile_mem_functor7<T_return, T_obj, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7>::operator()(const T_obj*, int) const’:
  2220. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1727:43: error: ‘_A_a1’ was not declared in this scope
  2221. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  2222. ^
  2223. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1727:50: error: ‘_A_a2’ was not declared in this scope
  2224. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  2225. ^
  2226. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1727:57: error: ‘_A_a3’ was not declared in this scope
  2227. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  2228. ^
  2229. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1727:64: error: ‘_A_a4’ was not declared in this scope
  2230. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  2231. ^
  2232. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1727:71: error: ‘_A_a5’ was not declared in this scope
  2233. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  2234. ^
  2235. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1727:78: error: ‘_A_a6’ was not declared in this scope
  2236. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  2237. ^
  2238. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1727:85: error: ‘_A_a7’ was not declared in this scope
  2239. { return (_A_obj->*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  2240. ^
  2241. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::const_volatile_mem_functor7<T_return, T_obj, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7>::operator()(const T_obj&, int) const’:
  2242. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1741:34: error: ‘_A_a1’ was not declared in this scope
  2243. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  2244. ^
  2245. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1741:41: error: ‘_A_a2’ was not declared in this scope
  2246. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  2247. ^
  2248. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1741:48: error: ‘_A_a3’ was not declared in this scope
  2249. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  2250. ^
  2251. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1741:55: error: ‘_A_a4’ was not declared in this scope
  2252. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  2253. ^
  2254. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1741:62: error: ‘_A_a5’ was not declared in this scope
  2255. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  2256. ^
  2257. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1741:69: error: ‘_A_a6’ was not declared in this scope
  2258. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  2259. ^
  2260. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1741:76: error: ‘_A_a7’ was not declared in this scope
  2261. { return (_A_obj.*func_ptr_)(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  2262. ^
  2263. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: At global scope:
  2264. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1855:23: error: ‘type_trait_take_t’ has not been declared
  2265. T_return operator()(type_trait_take_t<T_arg1> _A_a1) const
  2266. ^
  2267. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1855:40: error: expected ‘,’ or ‘...’ before ‘<’ token
  2268. T_return operator()(type_trait_take_t<T_arg1> _A_a1) const
  2269. ^
  2270. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::bound_mem_functor1<T_return, T_obj, T_arg1>::operator()(int) const’:
  2271. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1856:49: error: ‘_A_a1’ was not declared in this scope
  2272. { return (obj_.invoke().*(this->func_ptr_))(_A_a1); }
  2273. ^
  2274. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: At global scope:
  2275. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1926:23: error: ‘type_trait_take_t’ has not been declared
  2276. T_return operator()(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2) const
  2277. ^
  2278. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1926:40: error: expected ‘,’ or ‘...’ before ‘<’ token
  2279. T_return operator()(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2) const
  2280. ^
  2281. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::bound_mem_functor2<T_return, T_obj, T_arg1, T_arg2>::operator()(int) const’:
  2282. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1927:49: error: ‘_A_a1’ was not declared in this scope
  2283. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2); }
  2284. ^
  2285. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1927:56: error: ‘_A_a2’ was not declared in this scope
  2286. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2); }
  2287. ^
  2288. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: At global scope:
  2289. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1999:23: error: ‘type_trait_take_t’ has not been declared
  2290. T_return operator()(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3) const
  2291. ^
  2292. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1999:40: error: expected ‘,’ or ‘...’ before ‘<’ token
  2293. T_return operator()(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3) const
  2294. ^
  2295. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::bound_mem_functor3<T_return, T_obj, T_arg1, T_arg2, T_arg3>::operator()(int) const’:
  2296. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2000:49: error: ‘_A_a1’ was not declared in this scope
  2297. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3); }
  2298. ^
  2299. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2000:56: error: ‘_A_a2’ was not declared in this scope
  2300. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3); }
  2301. ^
  2302. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2000:63: error: ‘_A_a3’ was not declared in this scope
  2303. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3); }
  2304. ^
  2305. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: At global scope:
  2306. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2074:23: error: ‘type_trait_take_t’ has not been declared
  2307. T_return operator()(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4) const
  2308. ^
  2309. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2074:40: error: expected ‘,’ or ‘...’ before ‘<’ token
  2310. T_return operator()(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4) const
  2311. ^
  2312. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::bound_mem_functor4<T_return, T_obj, T_arg1, T_arg2, T_arg3, T_arg4>::operator()(int) const’:
  2313. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2075:49: error: ‘_A_a1’ was not declared in this scope
  2314. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4); }
  2315. ^
  2316. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2075:56: error: ‘_A_a2’ was not declared in this scope
  2317. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4); }
  2318. ^
  2319. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2075:63: error: ‘_A_a3’ was not declared in this scope
  2320. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4); }
  2321. ^
  2322. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2075:70: error: ‘_A_a4’ was not declared in this scope
  2323. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4); }
  2324. ^
  2325. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: At global scope:
  2326. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2151:23: error: ‘type_trait_take_t’ has not been declared
  2327. T_return operator()(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5) const
  2328. ^
  2329. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2151:40: error: expected ‘,’ or ‘...’ before ‘<’ token
  2330. T_return operator()(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5) const
  2331. ^
  2332. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::bound_mem_functor5<T_return, T_obj, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5>::operator()(int) const’:
  2333. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2152:49: error: ‘_A_a1’ was not declared in this scope
  2334. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5); }
  2335. ^
  2336. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2152:56: error: ‘_A_a2’ was not declared in this scope
  2337. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5); }
  2338. ^
  2339. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2152:63: error: ‘_A_a3’ was not declared in this scope
  2340. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5); }
  2341. ^
  2342. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2152:70: error: ‘_A_a4’ was not declared in this scope
  2343. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5); }
  2344. ^
  2345. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2152:77: error: ‘_A_a5’ was not declared in this scope
  2346. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5); }
  2347. ^
  2348. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: At global scope:
  2349. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2230:23: error: ‘type_trait_take_t’ has not been declared
  2350. T_return operator()(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6) const
  2351. ^
  2352. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2230:40: error: expected ‘,’ or ‘...’ before ‘<’ token
  2353. T_return operator()(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6) const
  2354. ^
  2355. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::bound_mem_functor6<T_return, T_obj, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6>::operator()(int) const’:
  2356. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2231:49: error: ‘_A_a1’ was not declared in this scope
  2357. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  2358. ^
  2359. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2231:56: error: ‘_A_a2’ was not declared in this scope
  2360. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  2361. ^
  2362. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2231:63: error: ‘_A_a3’ was not declared in this scope
  2363. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  2364. ^
  2365. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2231:70: error: ‘_A_a4’ was not declared in this scope
  2366. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  2367. ^
  2368. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2231:77: error: ‘_A_a5’ was not declared in this scope
  2369. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  2370. ^
  2371. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2231:84: error: ‘_A_a6’ was not declared in this scope
  2372. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  2373. ^
  2374. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: At global scope:
  2375. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2311:23: error: ‘type_trait_take_t’ has not been declared
  2376. T_return operator()(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6, type_trait_take_t<T_arg7> _A_a7) const
  2377. ^
  2378. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2311:40: error: expected ‘,’ or ‘...’ before ‘<’ token
  2379. T_return operator()(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6, type_trait_take_t<T_arg7> _A_a7) const
  2380. ^
  2381. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::bound_mem_functor7<T_return, T_obj, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7>::operator()(int) const’:
  2382. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2312:49: error: ‘_A_a1’ was not declared in this scope
  2383. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  2384. ^
  2385. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2312:56: error: ‘_A_a2’ was not declared in this scope
  2386. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  2387. ^
  2388. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2312:63: error: ‘_A_a3’ was not declared in this scope
  2389. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  2390. ^
  2391. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2312:70: error: ‘_A_a4’ was not declared in this scope
  2392. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  2393. ^
  2394. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2312:77: error: ‘_A_a5’ was not declared in this scope
  2395. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  2396. ^
  2397. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2312:84: error: ‘_A_a6’ was not declared in this scope
  2398. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  2399. ^
  2400. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2312:91: error: ‘_A_a7’ was not declared in this scope
  2401. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  2402. ^
  2403. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: At global scope:
  2404. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2447:23: error: ‘type_trait_take_t’ has not been declared
  2405. T_return operator()(type_trait_take_t<T_arg1> _A_a1) const
  2406. ^
  2407. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2447:40: error: expected ‘,’ or ‘...’ before ‘<’ token
  2408. T_return operator()(type_trait_take_t<T_arg1> _A_a1) const
  2409. ^
  2410. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::bound_const_mem_functor1<T_return, T_obj, T_arg1>::operator()(int) const’:
  2411. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2448:49: error: ‘_A_a1’ was not declared in this scope
  2412. { return (obj_.invoke().*(this->func_ptr_))(_A_a1); }
  2413. ^
  2414. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: At global scope:
  2415. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2518:23: error: ‘type_trait_take_t’ has not been declared
  2416. T_return operator()(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2) const
  2417. ^
  2418. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2518:40: error: expected ‘,’ or ‘...’ before ‘<’ token
  2419. T_return operator()(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2) const
  2420. ^
  2421. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::bound_const_mem_functor2<T_return, T_obj, T_arg1, T_arg2>::operator()(int) const’:
  2422. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2519:49: error: ‘_A_a1’ was not declared in this scope
  2423. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2); }
  2424. ^
  2425. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2519:56: error: ‘_A_a2’ was not declared in this scope
  2426. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2); }
  2427. ^
  2428. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: At global scope:
  2429. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2591:23: error: ‘type_trait_take_t’ has not been declared
  2430. T_return operator()(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3) const
  2431. ^
  2432. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2591:40: error: expected ‘,’ or ‘...’ before ‘<’ token
  2433. T_return operator()(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3) const
  2434. ^
  2435. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::bound_const_mem_functor3<T_return, T_obj, T_arg1, T_arg2, T_arg3>::operator()(int) const’:
  2436. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2592:49: error: ‘_A_a1’ was not declared in this scope
  2437. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3); }
  2438. ^
  2439. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2592:56: error: ‘_A_a2’ was not declared in this scope
  2440. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3); }
  2441. ^
  2442. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2592:63: error: ‘_A_a3’ was not declared in this scope
  2443. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3); }
  2444. ^
  2445. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: At global scope:
  2446. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2666:23: error: ‘type_trait_take_t’ has not been declared
  2447. T_return operator()(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4) const
  2448. ^
  2449. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2666:40: error: expected ‘,’ or ‘...’ before ‘<’ token
  2450. T_return operator()(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4) const
  2451. ^
  2452. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::bound_const_mem_functor4<T_return, T_obj, T_arg1, T_arg2, T_arg3, T_arg4>::operator()(int) const’:
  2453. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2667:49: error: ‘_A_a1’ was not declared in this scope
  2454. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4); }
  2455. ^
  2456. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2667:56: error: ‘_A_a2’ was not declared in this scope
  2457. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4); }
  2458. ^
  2459. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2667:63: error: ‘_A_a3’ was not declared in this scope
  2460. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4); }
  2461. ^
  2462. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2667:70: error: ‘_A_a4’ was not declared in this scope
  2463. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4); }
  2464. ^
  2465. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: At global scope:
  2466. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2743:23: error: ‘type_trait_take_t’ has not been declared
  2467. T_return operator()(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5) const
  2468. ^
  2469. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2743:40: error: expected ‘,’ or ‘...’ before ‘<’ token
  2470. T_return operator()(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5) const
  2471. ^
  2472. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::bound_const_mem_functor5<T_return, T_obj, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5>::operator()(int) const’:
  2473. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2744:49: error: ‘_A_a1’ was not declared in this scope
  2474. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5); }
  2475. ^
  2476. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2744:56: error: ‘_A_a2’ was not declared in this scope
  2477. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5); }
  2478. ^
  2479. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2744:63: error: ‘_A_a3’ was not declared in this scope
  2480. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5); }
  2481. ^
  2482. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2744:70: error: ‘_A_a4’ was not declared in this scope
  2483. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5); }
  2484. ^
  2485. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2744:77: error: ‘_A_a5’ was not declared in this scope
  2486. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5); }
  2487. ^
  2488. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: At global scope:
  2489. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2822:23: error: ‘type_trait_take_t’ has not been declared
  2490. T_return operator()(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6) const
  2491. ^
  2492. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2822:40: error: expected ‘,’ or ‘...’ before ‘<’ token
  2493. T_return operator()(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6) const
  2494. ^
  2495. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::bound_const_mem_functor6<T_return, T_obj, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6>::operator()(int) const’:
  2496. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2823:49: error: ‘_A_a1’ was not declared in this scope
  2497. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  2498. ^
  2499. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2823:56: error: ‘_A_a2’ was not declared in this scope
  2500. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  2501. ^
  2502. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2823:63: error: ‘_A_a3’ was not declared in this scope
  2503. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  2504. ^
  2505. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2823:70: error: ‘_A_a4’ was not declared in this scope
  2506. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  2507. ^
  2508. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2823:77: error: ‘_A_a5’ was not declared in this scope
  2509. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  2510. ^
  2511. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2823:84: error: ‘_A_a6’ was not declared in this scope
  2512. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  2513. ^
  2514. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: At global scope:
  2515. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2903:23: error: ‘type_trait_take_t’ has not been declared
  2516. T_return operator()(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6, type_trait_take_t<T_arg7> _A_a7) const
  2517. ^
  2518. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2903:40: error: expected ‘,’ or ‘...’ before ‘<’ token
  2519. T_return operator()(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6, type_trait_take_t<T_arg7> _A_a7) const
  2520. ^
  2521. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::bound_const_mem_functor7<T_return, T_obj, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7>::operator()(int) const’:
  2522. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2904:49: error: ‘_A_a1’ was not declared in this scope
  2523. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  2524. ^
  2525. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2904:56: error: ‘_A_a2’ was not declared in this scope
  2526. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  2527. ^
  2528. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2904:63: error: ‘_A_a3’ was not declared in this scope
  2529. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  2530. ^
  2531. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2904:70: error: ‘_A_a4’ was not declared in this scope
  2532. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  2533. ^
  2534. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2904:77: error: ‘_A_a5’ was not declared in this scope
  2535. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  2536. ^
  2537. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2904:84: error: ‘_A_a6’ was not declared in this scope
  2538. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  2539. ^
  2540. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2904:91: error: ‘_A_a7’ was not declared in this scope
  2541. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  2542. ^
  2543. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: At global scope:
  2544. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:3039:23: error: ‘type_trait_take_t’ has not been declared
  2545. T_return operator()(type_trait_take_t<T_arg1> _A_a1) const
  2546. ^
  2547. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:3039:40: error: expected ‘,’ or ‘...’ before ‘<’ token
  2548. T_return operator()(type_trait_take_t<T_arg1> _A_a1) const
  2549. ^
  2550. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::bound_volatile_mem_functor1<T_return, T_obj, T_arg1>::operator()(int) const’:
  2551. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:3040:49: error: ‘_A_a1’ was not declared in this scope
  2552. { return (obj_.invoke().*(this->func_ptr_))(_A_a1); }
  2553. ^
  2554. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: At global scope:
  2555. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:3110:23: error: ‘type_trait_take_t’ has not been declared
  2556. T_return operator()(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2) const
  2557. ^
  2558. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:3110:40: error: expected ‘,’ or ‘...’ before ‘<’ token
  2559. T_return operator()(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2) const
  2560. ^
  2561. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::bound_volatile_mem_functor2<T_return, T_obj, T_arg1, T_arg2>::operator()(int) const’:
  2562. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:3111:49: error: ‘_A_a1’ was not declared in this scope
  2563. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2); }
  2564. ^
  2565. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:3111:56: error: ‘_A_a2’ was not declared in this scope
  2566. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2); }
  2567. ^
  2568. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: At global scope:
  2569. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:3183:23: error: ‘type_trait_take_t’ has not been declared
  2570. T_return operator()(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3) const
  2571. ^
  2572. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:3183:40: error: expected ‘,’ or ‘...’ before ‘<’ token
  2573. T_return operator()(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3) const
  2574. ^
  2575. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::bound_volatile_mem_functor3<T_return, T_obj, T_arg1, T_arg2, T_arg3>::operator()(int) const’:
  2576. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:3184:49: error: ‘_A_a1’ was not declared in this scope
  2577. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3); }
  2578. ^
  2579. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:3184:56: error: ‘_A_a2’ was not declared in this scope
  2580. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3); }
  2581. ^
  2582. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:3184:63: error: ‘_A_a3’ was not declared in this scope
  2583. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3); }
  2584. ^
  2585. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: At global scope:
  2586. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:3258:23: error: ‘type_trait_take_t’ has not been declared
  2587. T_return operator()(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4) const
  2588. ^
  2589. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:3258:40: error: expected ‘,’ or ‘...’ before ‘<’ token
  2590. T_return operator()(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4) const
  2591. ^
  2592. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::bound_volatile_mem_functor4<T_return, T_obj, T_arg1, T_arg2, T_arg3, T_arg4>::operator()(int) const’:
  2593. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:3259:49: error: ‘_A_a1’ was not declared in this scope
  2594. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4); }
  2595. ^
  2596. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:3259:56: error: ‘_A_a2’ was not declared in this scope
  2597. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4); }
  2598. ^
  2599. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:3259:63: error: ‘_A_a3’ was not declared in this scope
  2600. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4); }
  2601. ^
  2602. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:3259:70: error: ‘_A_a4’ was not declared in this scope
  2603. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4); }
  2604. ^
  2605. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: At global scope:
  2606. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:3335:23: error: ‘type_trait_take_t’ has not been declared
  2607. T_return operator()(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5) const
  2608. ^
  2609. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:3335:40: error: expected ‘,’ or ‘...’ before ‘<’ token
  2610. T_return operator()(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5) const
  2611. ^
  2612. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::bound_volatile_mem_functor5<T_return, T_obj, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5>::operator()(int) const’:
  2613. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:3336:49: error: ‘_A_a1’ was not declared in this scope
  2614. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5); }
  2615. ^
  2616. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:3336:56: error: ‘_A_a2’ was not declared in this scope
  2617. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5); }
  2618. ^
  2619. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:3336:63: error: ‘_A_a3’ was not declared in this scope
  2620. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5); }
  2621. ^
  2622. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:3336:70: error: ‘_A_a4’ was not declared in this scope
  2623. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5); }
  2624. ^
  2625. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:3336:77: error: ‘_A_a5’ was not declared in this scope
  2626. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5); }
  2627. ^
  2628. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: At global scope:
  2629. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:3414:23: error: ‘type_trait_take_t’ has not been declared
  2630. T_return operator()(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6) const
  2631. ^
  2632. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:3414:40: error: expected ‘,’ or ‘...’ before ‘<’ token
  2633. T_return operator()(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6) const
  2634. ^
  2635. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::bound_volatile_mem_functor6<T_return, T_obj, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6>::operator()(int) const’:
  2636. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:3415:49: error: ‘_A_a1’ was not declared in this scope
  2637. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  2638. ^
  2639. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:3415:56: error: ‘_A_a2’ was not declared in this scope
  2640. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  2641. ^
  2642. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:3415:63: error: ‘_A_a3’ was not declared in this scope
  2643. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  2644. ^
  2645. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:3415:70: error: ‘_A_a4’ was not declared in this scope
  2646. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  2647. ^
  2648. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:3415:77: error: ‘_A_a5’ was not declared in this scope
  2649. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  2650. ^
  2651. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:3415:84: error: ‘_A_a6’ was not declared in this scope
  2652. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  2653. ^
  2654. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: At global scope:
  2655. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:3495:23: error: ‘type_trait_take_t’ has not been declared
  2656. T_return operator()(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6, type_trait_take_t<T_arg7> _A_a7) const
  2657. ^
  2658. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:3495:40: error: expected ‘,’ or ‘...’ before ‘<’ token
  2659. T_return operator()(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6, type_trait_take_t<T_arg7> _A_a7) const
  2660. ^
  2661. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::bound_volatile_mem_functor7<T_return, T_obj, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7>::operator()(int) const’:
  2662. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:3496:49: error: ‘_A_a1’ was not declared in this scope
  2663. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  2664. ^
  2665. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:3496:56: error: ‘_A_a2’ was not declared in this scope
  2666. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  2667. ^
  2668. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:3496:63: error: ‘_A_a3’ was not declared in this scope
  2669. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  2670. ^
  2671. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:3496:70: error: ‘_A_a4’ was not declared in this scope
  2672. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  2673. ^
  2674. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:3496:77: error: ‘_A_a5’ was not declared in this scope
  2675. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  2676. ^
  2677. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:3496:84: error: ‘_A_a6’ was not declared in this scope
  2678. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  2679. ^
  2680. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:3496:91: error: ‘_A_a7’ was not declared in this scope
  2681. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  2682. ^
  2683. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: At global scope:
  2684. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:3631:23: error: ‘type_trait_take_t’ has not been declared
  2685. T_return operator()(type_trait_take_t<T_arg1> _A_a1) const
  2686. ^
  2687. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:3631:40: error: expected ‘,’ or ‘...’ before ‘<’ token
  2688. T_return operator()(type_trait_take_t<T_arg1> _A_a1) const
  2689. ^
  2690. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::bound_const_volatile_mem_functor1<T_return, T_obj, T_arg1>::operator()(int) const’:
  2691. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:3632:49: error: ‘_A_a1’ was not declared in this scope
  2692. { return (obj_.invoke().*(this->func_ptr_))(_A_a1); }
  2693. ^
  2694. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: At global scope:
  2695. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:3702:23: error: ‘type_trait_take_t’ has not been declared
  2696. T_return operator()(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2) const
  2697. ^
  2698. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:3702:40: error: expected ‘,’ or ‘...’ before ‘<’ token
  2699. T_return operator()(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2) const
  2700. ^
  2701. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::bound_const_volatile_mem_functor2<T_return, T_obj, T_arg1, T_arg2>::operator()(int) const’:
  2702. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:3703:49: error: ‘_A_a1’ was not declared in this scope
  2703. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2); }
  2704. ^
  2705. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:3703:56: error: ‘_A_a2’ was not declared in this scope
  2706. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2); }
  2707. ^
  2708. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: At global scope:
  2709. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:3775:23: error: ‘type_trait_take_t’ has not been declared
  2710. T_return operator()(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3) const
  2711. ^
  2712. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:3775:40: error: expected ‘,’ or ‘...’ before ‘<’ token
  2713. T_return operator()(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3) const
  2714. ^
  2715. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::bound_const_volatile_mem_functor3<T_return, T_obj, T_arg1, T_arg2, T_arg3>::operator()(int) const’:
  2716. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:3776:49: error: ‘_A_a1’ was not declared in this scope
  2717. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3); }
  2718. ^
  2719. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:3776:56: error: ‘_A_a2’ was not declared in this scope
  2720. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3); }
  2721. ^
  2722. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:3776:63: error: ‘_A_a3’ was not declared in this scope
  2723. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3); }
  2724. ^
  2725. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: At global scope:
  2726. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:3850:23: error: ‘type_trait_take_t’ has not been declared
  2727. T_return operator()(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4) const
  2728. ^
  2729. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:3850:40: error: expected ‘,’ or ‘...’ before ‘<’ token
  2730. T_return operator()(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4) const
  2731. ^
  2732. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::bound_const_volatile_mem_functor4<T_return, T_obj, T_arg1, T_arg2, T_arg3, T_arg4>::operator()(int) const’:
  2733. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:3851:49: error: ‘_A_a1’ was not declared in this scope
  2734. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4); }
  2735. ^
  2736. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:3851:56: error: ‘_A_a2’ was not declared in this scope
  2737. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4); }
  2738. ^
  2739. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:3851:63: error: ‘_A_a3’ was not declared in this scope
  2740. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4); }
  2741. ^
  2742. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:3851:70: error: ‘_A_a4’ was not declared in this scope
  2743. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4); }
  2744. ^
  2745. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: At global scope:
  2746. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:3927:23: error: ‘type_trait_take_t’ has not been declared
  2747. T_return operator()(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5) const
  2748. ^
  2749. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:3927:40: error: expected ‘,’ or ‘...’ before ‘<’ token
  2750. T_return operator()(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5) const
  2751. ^
  2752. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::bound_const_volatile_mem_functor5<T_return, T_obj, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5>::operator()(int) const’:
  2753. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:3928:49: error: ‘_A_a1’ was not declared in this scope
  2754. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5); }
  2755. ^
  2756. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:3928:56: error: ‘_A_a2’ was not declared in this scope
  2757. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5); }
  2758. ^
  2759. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:3928:63: error: ‘_A_a3’ was not declared in this scope
  2760. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5); }
  2761. ^
  2762. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:3928:70: error: ‘_A_a4’ was not declared in this scope
  2763. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5); }
  2764. ^
  2765. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:3928:77: error: ‘_A_a5’ was not declared in this scope
  2766. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5); }
  2767. ^
  2768. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: At global scope:
  2769. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:4006:23: error: ‘type_trait_take_t’ has not been declared
  2770. T_return operator()(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6) const
  2771. ^
  2772. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:4006:40: error: expected ‘,’ or ‘...’ before ‘<’ token
  2773. T_return operator()(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6) const
  2774. ^
  2775. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::bound_const_volatile_mem_functor6<T_return, T_obj, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6>::operator()(int) const’:
  2776. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:4007:49: error: ‘_A_a1’ was not declared in this scope
  2777. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  2778. ^
  2779. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:4007:56: error: ‘_A_a2’ was not declared in this scope
  2780. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  2781. ^
  2782. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:4007:63: error: ‘_A_a3’ was not declared in this scope
  2783. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  2784. ^
  2785. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:4007:70: error: ‘_A_a4’ was not declared in this scope
  2786. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  2787. ^
  2788. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:4007:77: error: ‘_A_a5’ was not declared in this scope
  2789. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  2790. ^
  2791. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:4007:84: error: ‘_A_a6’ was not declared in this scope
  2792. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  2793. ^
  2794. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: At global scope:
  2795. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:4087:23: error: ‘type_trait_take_t’ has not been declared
  2796. T_return operator()(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6, type_trait_take_t<T_arg7> _A_a7) const
  2797. ^
  2798. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:4087:40: error: expected ‘,’ or ‘...’ before ‘<’ token
  2799. T_return operator()(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6, type_trait_take_t<T_arg7> _A_a7) const
  2800. ^
  2801. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h: In member function ‘T_return sigc::bound_const_volatile_mem_functor7<T_return, T_obj, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7>::operator()(int) const’:
  2802. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:4088:49: error: ‘_A_a1’ was not declared in this scope
  2803. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  2804. ^
  2805. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:4088:56: error: ‘_A_a2’ was not declared in this scope
  2806. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  2807. ^
  2808. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:4088:63: error: ‘_A_a3’ was not declared in this scope
  2809. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  2810. ^
  2811. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:4088:70: error: ‘_A_a4’ was not declared in this scope
  2812. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  2813. ^
  2814. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:4088:77: error: ‘_A_a5’ was not declared in this scope
  2815. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  2816. ^
  2817. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:4088:84: error: ‘_A_a6’ was not declared in this scope
  2818. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  2819. ^
  2820. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:4088:91: error: ‘_A_a7’ was not declared in this scope
  2821. { return (obj_.invoke().*(this->func_ptr_))(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  2822. ^
  2823. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:10:0,
  2824. from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7,
  2825. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  2826. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  2827. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  2828. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  2829. from /usr/include/glibmm-2.4/glibmm.h:87,
  2830. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  2831. from applet.cpp:29:
  2832. /usr/include/sigc++-2.0/sigc++/adaptors/deduce_result_type.h: At global scope:
  2833. /usr/include/sigc++-2.0/sigc++/adaptors/deduce_result_type.h:48:32: warning: variadic templates only available with -std=c++11 or -std=gnu++11
  2834. template<class T_functor, class... T_args>
  2835. ^
  2836. /usr/include/sigc++-2.0/sigc++/adaptors/deduce_result_type.h:53:54: error: ‘is_base_of’ in namespace ‘std’ does not name a template type
  2837. template<class U_functor, typename = typename std::is_base_of<adaptor_base, T_functor>::type>
  2838. ^
  2839. /usr/include/sigc++-2.0/sigc++/adaptors/deduce_result_type.h:53:64: error: expected ‘>’ before ‘<’ token
  2840. template<class U_functor, typename = typename std::is_base_of<adaptor_base, T_functor>::type>
  2841. ^
  2842. /usr/include/sigc++-2.0/sigc++/adaptors/deduce_result_type.h:56:8: error: default template arguments may not be used in function templates without -std=c++11 or -std=gnu++11
  2843. test();
  2844. ^
  2845. /usr/include/sigc++-2.0/sigc++/adaptors/deduce_result_type.h:61:35: error: wrong number of template arguments (1, should be 2)
  2846. typename functor_trait<T_functor>::result_type
  2847. ^
  2848. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:7:0,
  2849. from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7,
  2850. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  2851. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  2852. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  2853. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  2854. from /usr/include/glibmm-2.4/glibmm.h:87,
  2855. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  2856. from applet.cpp:29:
  2857. /usr/include/sigc++-2.0/sigc++/functors/functor_trait.h:126:57: error: provided for ‘template<class T_functor, bool I_can_use_decltype> struct sigc::functor_trait’
  2858. struct functor_trait<T_functor, true, I_can_use_decltype>
  2859. ^
  2860. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:10:0,
  2861. from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7,
  2862. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  2863. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  2864. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  2865. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  2866. from /usr/include/glibmm-2.4/glibmm.h:87,
  2867. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  2868. from applet.cpp:29:
  2869. /usr/include/sigc++-2.0/sigc++/adaptors/deduce_result_type.h:62:9: error: invalid type in declaration before ‘;’ token
  2870. test();
  2871. ^
  2872. /usr/include/sigc++-2.0/sigc++/adaptors/deduce_result_type.h:64:9: error: expected nested-name-specifier before ‘type’
  2873. using type = decltype (test<T_functor> ());
  2874. ^
  2875. /usr/include/sigc++-2.0/sigc++/adaptors/deduce_result_type.h:67:38: warning: variadic templates only available with -std=c++11 or -std=gnu++11
  2876. template<typename T_functor, typename... T_args>
  2877. ^
  2878. /usr/include/sigc++-2.0/sigc++/adaptors/deduce_result_type.h:68:1: error: expected unqualified-id before ‘using’
  2879. using deduce_result_t = typename deduce_result_type<T_functor, T_args...>::type;
  2880. ^
  2881. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  2882. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  2883. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  2884. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  2885. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  2886. from /usr/include/glibmm-2.4/glibmm.h:87,
  2887. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  2888. from applet.cpp:29:
  2889. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:67:21: error: ‘deduce_result_t’ in namespace ‘sigc’ does not name a template type
  2890. { typedef sigc::deduce_result_t<T_functor, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7> type; };
  2891. ^
  2892. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:69:43: error: wrong number of template arguments (1, should be 2)
  2893. typedef typename functor_trait<T_functor>::result_type result_type;
  2894. ^
  2895. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:7:0,
  2896. from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7,
  2897. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  2898. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  2899. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  2900. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  2901. from /usr/include/glibmm-2.4/glibmm.h:87,
  2902. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  2903. from applet.cpp:29:
  2904. /usr/include/sigc++-2.0/sigc++/functors/functor_trait.h:126:57: error: provided for ‘template<class T_functor, bool I_can_use_decltype> struct sigc::functor_trait’
  2905. struct functor_trait<T_functor, true, I_can_use_decltype>
  2906. ^
  2907. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  2908. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  2909. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  2910. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  2911. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  2912. from /usr/include/glibmm-2.4/glibmm.h:87,
  2913. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  2914. from applet.cpp:29:
  2915. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:288:47: error: ‘is_base_of’ is not a member of ‘std’
  2916. template <class T_functor, bool I_isadaptor = std::is_base_of<adaptor_base, T_functor>::value> struct adaptor_trait;
  2917. ^
  2918. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:288:75: error: expected primary-expression before ‘,’ token
  2919. template <class T_functor, bool I_isadaptor = std::is_base_of<adaptor_base, T_functor>::value> struct adaptor_trait;
  2920. ^
  2921. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:288:89: error: ‘value’ in namespace ‘::’ does not name a type
  2922. template <class T_functor, bool I_isadaptor = std::is_base_of<adaptor_base, T_functor>::value> struct adaptor_trait;
  2923. ^
  2924. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:298:8: error: ‘adaptor_trait’ is not a class template
  2925. struct adaptor_trait<T_functor, true>
  2926. ^
  2927. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:312:38: error: wrong number of template arguments (2, should be 1)
  2928. struct adaptor_trait<T_functor, false>
  2929. ^
  2930. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:298:37: error: provided for ‘template<class T_functor> struct sigc::adaptor_trait’
  2931. struct adaptor_trait<T_functor, true>
  2932. ^
  2933. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:8:0,
  2934. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  2935. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  2936. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  2937. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  2938. from /usr/include/glibmm-2.4/glibmm.h:87,
  2939. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  2940. from applet.cpp:29:
  2941. /usr/include/sigc++-2.0/sigc++/functors/slot_base.h:57:35: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  2942. slot_rep(const slot_rep& src) = delete;
  2943. ^
  2944. /usr/include/sigc++-2.0/sigc++/functors/slot_base.h:58:46: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  2945. slot_rep& operator=(const slot_rep& src) = delete;
  2946. ^
  2947. /usr/include/sigc++-2.0/sigc++/functors/slot_base.h:60:20: error: expected ‘,’ or ‘...’ before ‘&&’ token
  2948. slot_rep(slot_rep&& src) = delete;
  2949. ^
  2950. /usr/include/sigc++-2.0/sigc++/functors/slot_base.h:60:30: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  2951. slot_rep(slot_rep&& src) = delete;
  2952. ^
  2953. /usr/include/sigc++-2.0/sigc++/functors/slot_base.h:60:30: error: invalid constructor; you probably meant ‘sigc::internal::slot_rep (const sigc::internal::slot_rep&)’
  2954. /usr/include/sigc++-2.0/sigc++/functors/slot_base.h:61:31: error: expected ‘,’ or ‘...’ before ‘&&’ token
  2955. slot_rep& operator=(slot_rep&& src) = delete;
  2956. ^
  2957. /usr/include/sigc++-2.0/sigc++/functors/slot_base.h:61:41: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  2958. slot_rep& operator=(slot_rep&& src) = delete;
  2959. ^
  2960. /usr/include/sigc++-2.0/sigc++/functors/slot_base.h:91:58: error: expected ‘;’ at end of member declaration
  2961. inline slot_rep(hook call__, hook destroy__, hook dup__) noexcept
  2962. ^
  2963. /usr/include/sigc++-2.0/sigc++/functors/slot_base.h:91:60: error: ‘noexcept’ does not name a type
  2964. inline slot_rep(hook call__, hook destroy__, hook dup__) noexcept
  2965. ^
  2966. /usr/include/sigc++-2.0/sigc++/functors/slot_base.h:119:52: error: expected ‘;’ at end of member declaration
  2967. inline void set_parent(void* parent, hook cleanup) noexcept
  2968. ^
  2969. /usr/include/sigc++-2.0/sigc++/functors/slot_base.h:119:54: error: ‘noexcept’ does not name a type
  2970. inline void set_parent(void* parent, hook cleanup) noexcept
  2971. ^
  2972. /usr/include/sigc++-2.0/sigc++/functors/slot_base.h:150:36: error: expected ‘;’ at end of member declaration
  2973. inline slot_do_bind(slot_rep* rep) noexcept : rep_(rep) {}
  2974. ^
  2975. /usr/include/sigc++-2.0/sigc++/functors/slot_base.h:150:38: error: ‘noexcept’ does not name a type
  2976. inline slot_do_bind(slot_rep* rep) noexcept : rep_(rep) {}
  2977. ^
  2978. /usr/include/sigc++-2.0/sigc++/functors/slot_base.h:168:38: error: expected ‘;’ at end of member declaration
  2979. inline slot_do_unbind(slot_rep* rep) noexcept : rep_(rep) {}
  2980. ^
  2981. /usr/include/sigc++-2.0/sigc++/functors/slot_base.h:168:40: error: ‘noexcept’ does not name a type
  2982. inline slot_do_unbind(slot_rep* rep) noexcept : rep_(rep) {}
  2983. ^
  2984. /usr/include/sigc++-2.0/sigc++/functors/slot_base.h:253:13: error: expected ‘;’ at end of member declaration
  2985. slot_base() noexcept;
  2986. ^
  2987. /usr/include/sigc++-2.0/sigc++/functors/slot_base.h:253:15: error: ‘noexcept’ does not name a type
  2988. slot_base() noexcept;
  2989. ^
  2990. /usr/include/sigc++-2.0/sigc++/functors/slot_base.h:258:35: error: expected ‘;’ at end of member declaration
  2991. explicit slot_base(rep_type* rep) noexcept;
  2992. ^
  2993. /usr/include/sigc++-2.0/sigc++/functors/slot_base.h:258:37: error: ‘noexcept’ does not name a type
  2994. explicit slot_base(rep_type* rep) noexcept;
  2995. ^
  2996. /usr/include/sigc++-2.0/sigc++/functors/slot_base.h:269:22: error: expected ‘,’ or ‘...’ before ‘&&’ token
  2997. slot_base(slot_base&& src);
  2998. ^
  2999. /usr/include/sigc++-2.0/sigc++/functors/slot_base.h:269:28: error: invalid constructor; you probably meant ‘sigc::slot_base (const sigc::slot_base&)’
  3000. slot_base(slot_base&& src);
  3001. ^
  3002. /usr/include/sigc++-2.0/sigc++/functors/slot_base.h:280:19: error: expected ‘;’ at end of member declaration
  3003. operator bool() const noexcept;
  3004. ^
  3005. /usr/include/sigc++-2.0/sigc++/functors/slot_base.h:280:25: error: ‘noexcept’ does not name a type
  3006. operator bool() const noexcept;
  3007. ^
  3008. /usr/include/sigc++-2.0/sigc++/functors/slot_base.h:289:58: error: expected ‘;’ at end of member declaration
  3009. void set_parent(void* parent, void* (*cleanup)(void*)) const noexcept;
  3010. ^
  3011. /usr/include/sigc++-2.0/sigc++/functors/slot_base.h:289:64: error: ‘noexcept’ does not name a type
  3012. void set_parent(void* parent, void* (*cleanup)(void*)) const noexcept;
  3013. ^
  3014. /usr/include/sigc++-2.0/sigc++/functors/slot_base.h:308:23: error: expected ‘;’ at end of member declaration
  3015. inline bool empty() const noexcept
  3016. ^
  3017. /usr/include/sigc++-2.0/sigc++/functors/slot_base.h:308:29: error: ‘noexcept’ does not name a type
  3018. inline bool empty() const noexcept
  3019. ^
  3020. /usr/include/sigc++-2.0/sigc++/functors/slot_base.h:314:25: error: expected ‘;’ at end of member declaration
  3021. inline bool blocked() const noexcept
  3022. ^
  3023. /usr/include/sigc++-2.0/sigc++/functors/slot_base.h:314:31: error: ‘noexcept’ does not name a type
  3024. inline bool blocked() const noexcept
  3025. ^
  3026. /usr/include/sigc++-2.0/sigc++/functors/slot_base.h:325:38: error: expected ‘;’ at end of member declaration
  3027. bool block(bool should_block = true) noexcept;
  3028. ^
  3029. /usr/include/sigc++-2.0/sigc++/functors/slot_base.h:325:40: error: ‘noexcept’ does not name a type
  3030. bool block(bool should_block = true) noexcept;
  3031. ^
  3032. /usr/include/sigc++-2.0/sigc++/functors/slot_base.h:330:16: error: expected ‘;’ at end of member declaration
  3033. bool unblock() noexcept;
  3034. ^
  3035. /usr/include/sigc++-2.0/sigc++/functors/slot_base.h:330:18: error: ‘noexcept’ does not name a type
  3036. bool unblock() noexcept;
  3037. ^
  3038. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:8:0,
  3039. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  3040. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  3041. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  3042. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  3043. from /usr/include/glibmm-2.4/glibmm.h:87,
  3044. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  3045. from applet.cpp:29:
  3046. /usr/include/sigc++-2.0/sigc++/functors/slot_base.h:351:33: error: expected ‘,’ or ‘...’ before ‘&&’ token
  3047. slot_base& operator=(slot_base&& src);
  3048. ^
  3049. In file included from /usr/include/sigc++-2.0/sigc++/signal_base.h:27:0,
  3050. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  3051. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  3052. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  3053. from /usr/include/glibmm-2.4/glibmm.h:87,
  3054. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  3055. from applet.cpp:29:
  3056. /usr/include/sigc++-2.0/sigc++/functors/slot.h:45:58: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  3057. typed_slot_rep& operator=(const typed_slot_rep& src) = delete;
  3058. ^
  3059. /usr/include/sigc++-2.0/sigc++/functors/slot.h:47:32: error: expected ‘,’ or ‘...’ before ‘&&’ token
  3060. typed_slot_rep(typed_slot_rep&& src) = delete;
  3061. ^
  3062. /usr/include/sigc++-2.0/sigc++/functors/slot.h:47:42: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  3063. typed_slot_rep(typed_slot_rep&& src) = delete;
  3064. ^
  3065. /usr/include/sigc++-2.0/sigc++/functors/slot.h:47:42: error: invalid constructor; you probably meant ‘sigc::internal::typed_slot_rep<T_functor> (const sigc::internal::typed_slot_rep<T_functor>&)’
  3066. /usr/include/sigc++-2.0/sigc++/functors/slot.h:48:43: error: expected ‘,’ or ‘...’ before ‘&&’ token
  3067. typed_slot_rep& operator=(typed_slot_rep&& src) = delete;
  3068. ^
  3069. /usr/include/sigc++-2.0/sigc++/functors/slot.h:48:53: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  3070. typed_slot_rep& operator=(typed_slot_rep&& src) = delete;
  3071. ^
  3072. /usr/include/sigc++-2.0/sigc++/functors/slot.h: In constructor ‘sigc::internal::typed_slot_rep<T_functor>::typed_slot_rep(const T_functor&)’:
  3073. /usr/include/sigc++-2.0/sigc++/functors/slot.h:38:16: error: ‘nullptr’ was not declared in this scope
  3074. : slot_rep(nullptr, &destroy, &dup), functor_(functor)
  3075. ^
  3076. /usr/include/sigc++-2.0/sigc++/functors/slot.h: In destructor ‘sigc::internal::typed_slot_rep<T_functor>::~typed_slot_rep()’:
  3077. /usr/include/sigc++-2.0/sigc++/functors/slot.h:52:15: error: ‘nullptr’ was not declared in this scope
  3078. call_ = nullptr;
  3079. ^
  3080. /usr/include/sigc++-2.0/sigc++/functors/slot.h: In static member function ‘static void* sigc::internal::typed_slot_rep<T_functor>::destroy(void*)’:
  3081. /usr/include/sigc++-2.0/sigc++/functors/slot.h:63:22: error: ‘nullptr’ was not declared in this scope
  3082. self_->call_ = nullptr;
  3083. ^
  3084. /usr/include/sigc++-2.0/sigc++/functors/slot.h: At global scope:
  3085. /usr/include/sigc++-2.0/sigc++/functors/slot.h:137:42: error: ‘type_trait_take_t’ has not been declared
  3086. static T_return call_it(slot_rep* rep, type_trait_take_t<T_arg1> a_1)
  3087. ^
  3088. /usr/include/sigc++-2.0/sigc++/functors/slot.h:137:59: error: expected ‘,’ or ‘...’ before ‘<’ token
  3089. static T_return call_it(slot_rep* rep, type_trait_take_t<T_arg1> a_1)
  3090. ^
  3091. /usr/include/sigc++-2.0/sigc++/functors/slot.h: In static member function ‘static T_return sigc::internal::slot_call1<T_functor, T_return, T_arg1>::call_it(sigc::internal::slot_rep*, int)’:
  3092. /usr/include/sigc++-2.0/sigc++/functors/slot.h:141:73: error: ‘type_trait_take_t’ was not declared in this scope
  3093. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>>
  3094. ^
  3095. /usr/include/sigc++-2.0/sigc++/functors/slot.h:142:17: error: ‘a_1’ was not declared in this scope
  3096. (a_1);
  3097. ^
  3098. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  3099. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  3100. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  3101. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  3102. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  3103. from /usr/include/glibmm-2.4/glibmm.h:87,
  3104. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  3105. from applet.cpp:29:
  3106. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  3107. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  3108. ^
  3109. /usr/include/sigc++-2.0/sigc++/functors/slot.h:141:36: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  3110. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>>
  3111. ^
  3112. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  3113. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  3114. ^
  3115. /usr/include/sigc++-2.0/sigc++/functors/slot.h:141:36: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  3116. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>>
  3117. ^
  3118. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  3119. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  3120. ^
  3121. /usr/include/sigc++-2.0/sigc++/functors/slot.h:141:36: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  3122. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>>
  3123. ^
  3124. In file included from /usr/include/sigc++-2.0/sigc++/signal_base.h:27:0,
  3125. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  3126. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  3127. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  3128. from /usr/include/glibmm-2.4/glibmm.h:87,
  3129. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  3130. from applet.cpp:29:
  3131. /usr/include/sigc++-2.0/sigc++/functors/slot.h: At global scope:
  3132. /usr/include/sigc++-2.0/sigc++/functors/slot.h:173:42: error: ‘type_trait_take_t’ has not been declared
  3133. static T_return call_it(slot_rep* rep, type_trait_take_t<T_arg1> a_1, type_trait_take_t<T_arg2> a_2)
  3134. ^
  3135. /usr/include/sigc++-2.0/sigc++/functors/slot.h:173:59: error: expected ‘,’ or ‘...’ before ‘<’ token
  3136. static T_return call_it(slot_rep* rep, type_trait_take_t<T_arg1> a_1, type_trait_take_t<T_arg2> a_2)
  3137. ^
  3138. /usr/include/sigc++-2.0/sigc++/functors/slot.h: In static member function ‘static T_return sigc::internal::slot_call2<T_functor, T_return, T_arg1, T_arg2>::call_it(sigc::internal::slot_rep*, int)’:
  3139. /usr/include/sigc++-2.0/sigc++/functors/slot.h:177:73: error: ‘type_trait_take_t’ was not declared in this scope
  3140. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>>
  3141. ^
  3142. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  3143. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  3144. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  3145. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  3146. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  3147. from /usr/include/glibmm-2.4/glibmm.h:87,
  3148. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  3149. from applet.cpp:29:
  3150. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  3151. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  3152. ^
  3153. /usr/include/sigc++-2.0/sigc++/functors/slot.h:177:36: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  3154. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>>
  3155. ^
  3156. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  3157. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  3158. ^
  3159. /usr/include/sigc++-2.0/sigc++/functors/slot.h:177:36: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  3160. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>>
  3161. ^
  3162. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  3163. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  3164. ^
  3165. /usr/include/sigc++-2.0/sigc++/functors/slot.h:177:36: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  3166. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>>
  3167. ^
  3168. In file included from /usr/include/sigc++-2.0/sigc++/signal_base.h:27:0,
  3169. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  3170. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  3171. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  3172. from /usr/include/glibmm-2.4/glibmm.h:87,
  3173. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  3174. from applet.cpp:29:
  3175. /usr/include/sigc++-2.0/sigc++/functors/slot.h:177:124: error: expected primary-expression before ‘>>’ token
  3176. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>>
  3177. ^
  3178. /usr/include/sigc++-2.0/sigc++/functors/slot.h:178:17: error: ‘a_1’ was not declared in this scope
  3179. (a_1, a_2);
  3180. ^
  3181. /usr/include/sigc++-2.0/sigc++/functors/slot.h:178:22: error: ‘a_2’ was not declared in this scope
  3182. (a_1, a_2);
  3183. ^
  3184. /usr/include/sigc++-2.0/sigc++/functors/slot.h: At global scope:
  3185. /usr/include/sigc++-2.0/sigc++/functors/slot.h:211:42: error: ‘type_trait_take_t’ has not been declared
  3186. static T_return call_it(slot_rep* rep, type_trait_take_t<T_arg1> a_1, type_trait_take_t<T_arg2> a_2, type_trait_take_t<T_arg3> a_3)
  3187. ^
  3188. /usr/include/sigc++-2.0/sigc++/functors/slot.h:211:59: error: expected ‘,’ or ‘...’ before ‘<’ token
  3189. static T_return call_it(slot_rep* rep, type_trait_take_t<T_arg1> a_1, type_trait_take_t<T_arg2> a_2, type_trait_take_t<T_arg3> a_3)
  3190. ^
  3191. In file included from /usr/include/sigc++-2.0/sigc++/signal_base.h:27:0,
  3192. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  3193. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  3194. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  3195. from /usr/include/glibmm-2.4/glibmm.h:87,
  3196. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  3197. from applet.cpp:29:
  3198. /usr/include/sigc++-2.0/sigc++/functors/slot.h: In static member function ‘static T_return sigc::internal::slot_call3<T_functor, T_return, T_arg1, T_arg2, T_arg3>::call_it(sigc::internal::slot_rep*, int)’:
  3199. /usr/include/sigc++-2.0/sigc++/functors/slot.h:215:73: error: ‘type_trait_take_t’ was not declared in this scope
  3200. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>, type_trait_take_t<T_arg3>>
  3201. ^
  3202. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  3203. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  3204. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  3205. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  3206. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  3207. from /usr/include/glibmm-2.4/glibmm.h:87,
  3208. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  3209. from applet.cpp:29:
  3210. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  3211. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  3212. ^
  3213. /usr/include/sigc++-2.0/sigc++/functors/slot.h:215:36: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  3214. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>, type_trait_take_t<T_arg3>>
  3215. ^
  3216. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  3217. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  3218. ^
  3219. /usr/include/sigc++-2.0/sigc++/functors/slot.h:215:36: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  3220. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>, type_trait_take_t<T_arg3>>
  3221. ^
  3222. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  3223. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  3224. ^
  3225. /usr/include/sigc++-2.0/sigc++/functors/slot.h:215:36: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  3226. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>, type_trait_take_t<T_arg3>>
  3227. ^
  3228. In file included from /usr/include/sigc++-2.0/sigc++/signal_base.h:27:0,
  3229. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  3230. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  3231. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  3232. from /usr/include/glibmm-2.4/glibmm.h:87,
  3233. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  3234. from applet.cpp:29:
  3235. /usr/include/sigc++-2.0/sigc++/functors/slot.h:215:124: error: expected primary-expression before ‘>’ token
  3236. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>, type_trait_take_t<T_arg3>>
  3237. ^
  3238. /usr/include/sigc++-2.0/sigc++/functors/slot.h:215:125: error: expected primary-expression before ‘,’ token
  3239. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>, type_trait_take_t<T_arg3>>
  3240. ^
  3241. /usr/include/sigc++-2.0/sigc++/functors/slot.h:215:151: error: expected primary-expression before ‘>>’ token
  3242. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>, type_trait_take_t<T_arg3>>
  3243. ^
  3244. /usr/include/sigc++-2.0/sigc++/functors/slot.h:216:17: error: ‘a_1’ was not declared in this scope
  3245. (a_1, a_2, a_3);
  3246. ^
  3247. /usr/include/sigc++-2.0/sigc++/functors/slot.h:216:22: error: ‘a_2’ was not declared in this scope
  3248. (a_1, a_2, a_3);
  3249. ^
  3250. /usr/include/sigc++-2.0/sigc++/functors/slot.h:216:27: error: ‘a_3’ was not declared in this scope
  3251. (a_1, a_2, a_3);
  3252. ^
  3253. /usr/include/sigc++-2.0/sigc++/functors/slot.h: At global scope:
  3254. /usr/include/sigc++-2.0/sigc++/functors/slot.h:251:42: error: ‘type_trait_take_t’ has not been declared
  3255. static T_return call_it(slot_rep* rep, type_trait_take_t<T_arg1> a_1, type_trait_take_t<T_arg2> a_2, type_trait_take_t<T_arg3> a_3, type_trait_take_t<T_arg4> a_4)
  3256. ^
  3257. /usr/include/sigc++-2.0/sigc++/functors/slot.h:251:59: error: expected ‘,’ or ‘...’ before ‘<’ token
  3258. static T_return call_it(slot_rep* rep, type_trait_take_t<T_arg1> a_1, type_trait_take_t<T_arg2> a_2, type_trait_take_t<T_arg3> a_3, type_trait_take_t<T_arg4> a_4)
  3259. ^
  3260. /usr/include/sigc++-2.0/sigc++/functors/slot.h: In static member function ‘static T_return sigc::internal::slot_call4<T_functor, T_return, T_arg1, T_arg2, T_arg3, T_arg4>::call_it(sigc::internal::slot_rep*, int)’:
  3261. /usr/include/sigc++-2.0/sigc++/functors/slot.h:255:73: error: ‘type_trait_take_t’ was not declared in this scope
  3262. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>, type_trait_take_t<T_arg3>, type_trait_take_t<T_arg4>>
  3263. ^
  3264. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  3265. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  3266. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  3267. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  3268. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  3269. from /usr/include/glibmm-2.4/glibmm.h:87,
  3270. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  3271. from applet.cpp:29:
  3272. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  3273. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  3274. ^
  3275. /usr/include/sigc++-2.0/sigc++/functors/slot.h:255:36: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  3276. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>, type_trait_take_t<T_arg3>, type_trait_take_t<T_arg4>>
  3277. ^
  3278. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  3279. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  3280. ^
  3281. /usr/include/sigc++-2.0/sigc++/functors/slot.h:255:36: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  3282. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>, type_trait_take_t<T_arg3>, type_trait_take_t<T_arg4>>
  3283. ^
  3284. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  3285. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  3286. ^
  3287. /usr/include/sigc++-2.0/sigc++/functors/slot.h:255:36: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  3288. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>, type_trait_take_t<T_arg3>, type_trait_take_t<T_arg4>>
  3289. ^
  3290. In file included from /usr/include/sigc++-2.0/sigc++/signal_base.h:27:0,
  3291. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  3292. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  3293. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  3294. from /usr/include/glibmm-2.4/glibmm.h:87,
  3295. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  3296. from applet.cpp:29:
  3297. /usr/include/sigc++-2.0/sigc++/functors/slot.h:255:124: error: expected primary-expression before ‘>’ token
  3298. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>, type_trait_take_t<T_arg3>, type_trait_take_t<T_arg4>>
  3299. ^
  3300. /usr/include/sigc++-2.0/sigc++/functors/slot.h:255:125: error: expected primary-expression before ‘,’ token
  3301. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>, type_trait_take_t<T_arg3>, type_trait_take_t<T_arg4>>
  3302. ^
  3303. /usr/include/sigc++-2.0/sigc++/functors/slot.h:255:151: error: expected primary-expression before ‘>’ token
  3304. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>, type_trait_take_t<T_arg3>, type_trait_take_t<T_arg4>>
  3305. ^
  3306. /usr/include/sigc++-2.0/sigc++/functors/slot.h:255:152: error: expected primary-expression before ‘,’ token
  3307. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>, type_trait_take_t<T_arg3>, type_trait_take_t<T_arg4>>
  3308. ^
  3309. /usr/include/sigc++-2.0/sigc++/functors/slot.h:255:178: error: expected primary-expression before ‘>>’ token
  3310. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>, type_trait_take_t<T_arg3>, type_trait_take_t<T_arg4>>
  3311. ^
  3312. /usr/include/sigc++-2.0/sigc++/functors/slot.h:256:17: error: ‘a_1’ was not declared in this scope
  3313. (a_1, a_2, a_3, a_4);
  3314. ^
  3315. /usr/include/sigc++-2.0/sigc++/functors/slot.h:256:22: error: ‘a_2’ was not declared in this scope
  3316. (a_1, a_2, a_3, a_4);
  3317. ^
  3318. /usr/include/sigc++-2.0/sigc++/functors/slot.h:256:27: error: ‘a_3’ was not declared in this scope
  3319. (a_1, a_2, a_3, a_4);
  3320. ^
  3321. /usr/include/sigc++-2.0/sigc++/functors/slot.h:256:32: error: ‘a_4’ was not declared in this scope
  3322. (a_1, a_2, a_3, a_4);
  3323. ^
  3324. /usr/include/sigc++-2.0/sigc++/functors/slot.h: At global scope:
  3325. /usr/include/sigc++-2.0/sigc++/functors/slot.h:293:42: error: ‘type_trait_take_t’ has not been declared
  3326. static T_return call_it(slot_rep* rep, type_trait_take_t<T_arg1> a_1, type_trait_take_t<T_arg2> a_2, type_trait_take_t<T_arg3> a_3, type_trait_take_t<T_arg4> a_4, type_trait_take_t<T_arg5> a_5)
  3327. ^
  3328. /usr/include/sigc++-2.0/sigc++/functors/slot.h:293:59: error: expected ‘,’ or ‘...’ before ‘<’ token
  3329. static T_return call_it(slot_rep* rep, type_trait_take_t<T_arg1> a_1, type_trait_take_t<T_arg2> a_2, type_trait_take_t<T_arg3> a_3, type_trait_take_t<T_arg4> a_4, type_trait_take_t<T_arg5> a_5)
  3330. ^
  3331. /usr/include/sigc++-2.0/sigc++/functors/slot.h: In static member function ‘static T_return sigc::internal::slot_call5<T_functor, T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5>::call_it(sigc::internal::slot_rep*, int)’:
  3332. /usr/include/sigc++-2.0/sigc++/functors/slot.h:297:73: error: ‘type_trait_take_t’ was not declared in this scope
  3333. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>, type_trait_take_t<T_arg3>, type_trait_take_t<T_arg4>, type_trait_take_t<T_arg5>>
  3334. ^
  3335. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  3336. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  3337. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  3338. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  3339. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  3340. from /usr/include/glibmm-2.4/glibmm.h:87,
  3341. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  3342. from applet.cpp:29:
  3343. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  3344. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  3345. ^
  3346. /usr/include/sigc++-2.0/sigc++/functors/slot.h:297:36: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  3347. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>, type_trait_take_t<T_arg3>, type_trait_take_t<T_arg4>, type_trait_take_t<T_arg5>>
  3348. ^
  3349. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  3350. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  3351. ^
  3352. /usr/include/sigc++-2.0/sigc++/functors/slot.h:297:36: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  3353. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>, type_trait_take_t<T_arg3>, type_trait_take_t<T_arg4>, type_trait_take_t<T_arg5>>
  3354. ^
  3355. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  3356. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  3357. ^
  3358. /usr/include/sigc++-2.0/sigc++/functors/slot.h:297:36: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  3359. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>, type_trait_take_t<T_arg3>, type_trait_take_t<T_arg4>, type_trait_take_t<T_arg5>>
  3360. ^
  3361. In file included from /usr/include/sigc++-2.0/sigc++/signal_base.h:27:0,
  3362. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  3363. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  3364. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  3365. from /usr/include/glibmm-2.4/glibmm.h:87,
  3366. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  3367. from applet.cpp:29:
  3368. /usr/include/sigc++-2.0/sigc++/functors/slot.h:297:124: error: expected primary-expression before ‘>’ token
  3369. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>, type_trait_take_t<T_arg3>, type_trait_take_t<T_arg4>, type_trait_take_t<T_arg5>>
  3370. ^
  3371. /usr/include/sigc++-2.0/sigc++/functors/slot.h:297:125: error: expected primary-expression before ‘,’ token
  3372. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>, type_trait_take_t<T_arg3>, type_trait_take_t<T_arg4>, type_trait_take_t<T_arg5>>
  3373. ^
  3374. /usr/include/sigc++-2.0/sigc++/functors/slot.h:297:151: error: expected primary-expression before ‘>’ token
  3375. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>, type_trait_take_t<T_arg3>, type_trait_take_t<T_arg4>, type_trait_take_t<T_arg5>>
  3376. ^
  3377. /usr/include/sigc++-2.0/sigc++/functors/slot.h:297:152: error: expected primary-expression before ‘,’ token
  3378. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>, type_trait_take_t<T_arg3>, type_trait_take_t<T_arg4>, type_trait_take_t<T_arg5>>
  3379. ^
  3380. /usr/include/sigc++-2.0/sigc++/functors/slot.h:297:178: error: expected primary-expression before ‘>’ token
  3381. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>, type_trait_take_t<T_arg3>, type_trait_take_t<T_arg4>, type_trait_take_t<T_arg5>>
  3382. ^
  3383. /usr/include/sigc++-2.0/sigc++/functors/slot.h:297:179: error: expected primary-expression before ‘,’ token
  3384. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>, type_trait_take_t<T_arg3>, type_trait_take_t<T_arg4>, type_trait_take_t<T_arg5>>
  3385. ^
  3386. /usr/include/sigc++-2.0/sigc++/functors/slot.h:297:205: error: expected primary-expression before ‘>>’ token
  3387. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>, type_trait_take_t<T_arg3>, type_trait_take_t<T_arg4>, type_trait_take_t<T_arg5>>
  3388. ^
  3389. /usr/include/sigc++-2.0/sigc++/functors/slot.h:298:17: error: ‘a_1’ was not declared in this scope
  3390. (a_1, a_2, a_3, a_4, a_5);
  3391. ^
  3392. /usr/include/sigc++-2.0/sigc++/functors/slot.h:298:22: error: ‘a_2’ was not declared in this scope
  3393. (a_1, a_2, a_3, a_4, a_5);
  3394. ^
  3395. /usr/include/sigc++-2.0/sigc++/functors/slot.h:298:27: error: ‘a_3’ was not declared in this scope
  3396. (a_1, a_2, a_3, a_4, a_5);
  3397. ^
  3398. /usr/include/sigc++-2.0/sigc++/functors/slot.h:298:32: error: ‘a_4’ was not declared in this scope
  3399. (a_1, a_2, a_3, a_4, a_5);
  3400. ^
  3401. /usr/include/sigc++-2.0/sigc++/functors/slot.h:298:37: error: ‘a_5’ was not declared in this scope
  3402. (a_1, a_2, a_3, a_4, a_5);
  3403. ^
  3404. /usr/include/sigc++-2.0/sigc++/functors/slot.h: At global scope:
  3405. /usr/include/sigc++-2.0/sigc++/functors/slot.h:337:42: error: ‘type_trait_take_t’ has not been declared
  3406. static T_return call_it(slot_rep* rep, type_trait_take_t<T_arg1> a_1, type_trait_take_t<T_arg2> a_2, type_trait_take_t<T_arg3> a_3, type_trait_take_t<T_arg4> a_4, type_trait_take_t<T_arg5> a_5, type_trait_take_t<T_arg6> a_6)
  3407. ^
  3408. /usr/include/sigc++-2.0/sigc++/functors/slot.h:337:59: error: expected ‘,’ or ‘...’ before ‘<’ token
  3409. static T_return call_it(slot_rep* rep, type_trait_take_t<T_arg1> a_1, type_trait_take_t<T_arg2> a_2, type_trait_take_t<T_arg3> a_3, type_trait_take_t<T_arg4> a_4, type_trait_take_t<T_arg5> a_5, type_trait_take_t<T_arg6> a_6)
  3410. ^
  3411. /usr/include/sigc++-2.0/sigc++/functors/slot.h: In static member function ‘static T_return sigc::internal::slot_call6<T_functor, T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6>::call_it(sigc::internal::slot_rep*, int)’:
  3412. /usr/include/sigc++-2.0/sigc++/functors/slot.h:341:73: error: ‘type_trait_take_t’ was not declared in this scope
  3413. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>, type_trait_take_t<T_arg3>, type_trait_take_t<T_arg4>, type_trait_take_t<T_arg5>, type_trait_take_t<T_arg6>>
  3414. ^
  3415. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  3416. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  3417. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  3418. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  3419. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  3420. from /usr/include/glibmm-2.4/glibmm.h:87,
  3421. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  3422. from applet.cpp:29:
  3423. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  3424. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  3425. ^
  3426. /usr/include/sigc++-2.0/sigc++/functors/slot.h:341:36: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  3427. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>, type_trait_take_t<T_arg3>, type_trait_take_t<T_arg4>, type_trait_take_t<T_arg5>, type_trait_take_t<T_arg6>>
  3428. ^
  3429. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  3430. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  3431. ^
  3432. /usr/include/sigc++-2.0/sigc++/functors/slot.h:341:36: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  3433. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>, type_trait_take_t<T_arg3>, type_trait_take_t<T_arg4>, type_trait_take_t<T_arg5>, type_trait_take_t<T_arg6>>
  3434. ^
  3435. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  3436. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  3437. ^
  3438. /usr/include/sigc++-2.0/sigc++/functors/slot.h:341:36: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  3439. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>, type_trait_take_t<T_arg3>, type_trait_take_t<T_arg4>, type_trait_take_t<T_arg5>, type_trait_take_t<T_arg6>>
  3440. ^
  3441. In file included from /usr/include/sigc++-2.0/sigc++/signal_base.h:27:0,
  3442. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  3443. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  3444. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  3445. from /usr/include/glibmm-2.4/glibmm.h:87,
  3446. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  3447. from applet.cpp:29:
  3448. /usr/include/sigc++-2.0/sigc++/functors/slot.h:341:124: error: expected primary-expression before ‘>’ token
  3449. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>, type_trait_take_t<T_arg3>, type_trait_take_t<T_arg4>, type_trait_take_t<T_arg5>, type_trait_take_t<T_arg6>>
  3450. ^
  3451. /usr/include/sigc++-2.0/sigc++/functors/slot.h:341:125: error: expected primary-expression before ‘,’ token
  3452. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>, type_trait_take_t<T_arg3>, type_trait_take_t<T_arg4>, type_trait_take_t<T_arg5>, type_trait_take_t<T_arg6>>
  3453. ^
  3454. /usr/include/sigc++-2.0/sigc++/functors/slot.h:341:151: error: expected primary-expression before ‘>’ token
  3455. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>, type_trait_take_t<T_arg3>, type_trait_take_t<T_arg4>, type_trait_take_t<T_arg5>, type_trait_take_t<T_arg6>>
  3456. ^
  3457. /usr/include/sigc++-2.0/sigc++/functors/slot.h:341:152: error: expected primary-expression before ‘,’ token
  3458. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>, type_trait_take_t<T_arg3>, type_trait_take_t<T_arg4>, type_trait_take_t<T_arg5>, type_trait_take_t<T_arg6>>
  3459. ^
  3460. /usr/include/sigc++-2.0/sigc++/functors/slot.h:341:178: error: expected primary-expression before ‘>’ token
  3461. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>, type_trait_take_t<T_arg3>, type_trait_take_t<T_arg4>, type_trait_take_t<T_arg5>, type_trait_take_t<T_arg6>>
  3462. ^
  3463. /usr/include/sigc++-2.0/sigc++/functors/slot.h:341:179: error: expected primary-expression before ‘,’ token
  3464. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>, type_trait_take_t<T_arg3>, type_trait_take_t<T_arg4>, type_trait_take_t<T_arg5>, type_trait_take_t<T_arg6>>
  3465. ^
  3466. /usr/include/sigc++-2.0/sigc++/functors/slot.h:341:205: error: expected primary-expression before ‘>’ token
  3467. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>, type_trait_take_t<T_arg3>, type_trait_take_t<T_arg4>, type_trait_take_t<T_arg5>, type_trait_take_t<T_arg6>>
  3468. ^
  3469. /usr/include/sigc++-2.0/sigc++/functors/slot.h:341:206: error: expected primary-expression before ‘,’ token
  3470. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>, type_trait_take_t<T_arg3>, type_trait_take_t<T_arg4>, type_trait_take_t<T_arg5>, type_trait_take_t<T_arg6>>
  3471. ^
  3472. /usr/include/sigc++-2.0/sigc++/functors/slot.h:341:232: error: expected primary-expression before ‘>>’ token
  3473. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>, type_trait_take_t<T_arg3>, type_trait_take_t<T_arg4>, type_trait_take_t<T_arg5>, type_trait_take_t<T_arg6>>
  3474. ^
  3475. /usr/include/sigc++-2.0/sigc++/functors/slot.h:342:17: error: ‘a_1’ was not declared in this scope
  3476. (a_1, a_2, a_3, a_4, a_5, a_6);
  3477. ^
  3478. /usr/include/sigc++-2.0/sigc++/functors/slot.h:342:22: error: ‘a_2’ was not declared in this scope
  3479. (a_1, a_2, a_3, a_4, a_5, a_6);
  3480. ^
  3481. /usr/include/sigc++-2.0/sigc++/functors/slot.h:342:27: error: ‘a_3’ was not declared in this scope
  3482. (a_1, a_2, a_3, a_4, a_5, a_6);
  3483. ^
  3484. /usr/include/sigc++-2.0/sigc++/functors/slot.h:342:32: error: ‘a_4’ was not declared in this scope
  3485. (a_1, a_2, a_3, a_4, a_5, a_6);
  3486. ^
  3487. /usr/include/sigc++-2.0/sigc++/functors/slot.h:342:37: error: ‘a_5’ was not declared in this scope
  3488. (a_1, a_2, a_3, a_4, a_5, a_6);
  3489. ^
  3490. /usr/include/sigc++-2.0/sigc++/functors/slot.h:342:42: error: ‘a_6’ was not declared in this scope
  3491. (a_1, a_2, a_3, a_4, a_5, a_6);
  3492. ^
  3493. /usr/include/sigc++-2.0/sigc++/functors/slot.h: At global scope:
  3494. /usr/include/sigc++-2.0/sigc++/functors/slot.h:383:42: error: ‘type_trait_take_t’ has not been declared
  3495. static T_return call_it(slot_rep* rep, type_trait_take_t<T_arg1> a_1, type_trait_take_t<T_arg2> a_2, type_trait_take_t<T_arg3> a_3, type_trait_take_t<T_arg4> a_4, type_trait_take_t<T_arg5> a_5, type_trait_take_t<T_arg6> a_6, type_trait_take_t<T_arg7> a_7)
  3496. ^
  3497. /usr/include/sigc++-2.0/sigc++/functors/slot.h:383:59: error: expected ‘,’ or ‘...’ before ‘<’ token
  3498. static T_return call_it(slot_rep* rep, type_trait_take_t<T_arg1> a_1, type_trait_take_t<T_arg2> a_2, type_trait_take_t<T_arg3> a_3, type_trait_take_t<T_arg4> a_4, type_trait_take_t<T_arg5> a_5, type_trait_take_t<T_arg6> a_6, type_trait_take_t<T_arg7> a_7)
  3499. ^
  3500. In file included from /usr/include/sigc++-2.0/sigc++/signal_base.h:27:0,
  3501. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  3502. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  3503. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  3504. from /usr/include/glibmm-2.4/glibmm.h:87,
  3505. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  3506. from applet.cpp:29:
  3507. /usr/include/sigc++-2.0/sigc++/functors/slot.h: In static member function ‘static T_return sigc::internal::slot_call7<T_functor, T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7>::call_it(sigc::internal::slot_rep*, int)’:
  3508. /usr/include/sigc++-2.0/sigc++/functors/slot.h:387:73: error: ‘type_trait_take_t’ was not declared in this scope
  3509. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>, type_trait_take_t<T_arg3>, type_trait_take_t<T_arg4>, type_trait_take_t<T_arg5>, type_trait_take_t<T_arg6>, type_trait_take_t<T_arg7>>
  3510. ^
  3511. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  3512. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  3513. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  3514. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  3515. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  3516. from /usr/include/glibmm-2.4/glibmm.h:87,
  3517. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  3518. from applet.cpp:29:
  3519. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  3520. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  3521. ^
  3522. /usr/include/sigc++-2.0/sigc++/functors/slot.h:387:36: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  3523. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>, type_trait_take_t<T_arg3>, type_trait_take_t<T_arg4>, type_trait_take_t<T_arg5>, type_trait_take_t<T_arg6>, type_trait_take_t<T_arg7>>
  3524. ^
  3525. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  3526. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  3527. ^
  3528. /usr/include/sigc++-2.0/sigc++/functors/slot.h:387:36: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  3529. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>, type_trait_take_t<T_arg3>, type_trait_take_t<T_arg4>, type_trait_take_t<T_arg5>, type_trait_take_t<T_arg6>, type_trait_take_t<T_arg7>>
  3530. ^
  3531. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  3532. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  3533. ^
  3534. /usr/include/sigc++-2.0/sigc++/functors/slot.h:387:36: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  3535. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>, type_trait_take_t<T_arg3>, type_trait_take_t<T_arg4>, type_trait_take_t<T_arg5>, type_trait_take_t<T_arg6>, type_trait_take_t<T_arg7>>
  3536. ^
  3537. In file included from /usr/include/sigc++-2.0/sigc++/signal_base.h:27:0,
  3538. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  3539. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  3540. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  3541. from /usr/include/glibmm-2.4/glibmm.h:87,
  3542. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  3543. from applet.cpp:29:
  3544. /usr/include/sigc++-2.0/sigc++/functors/slot.h:387:124: error: expected primary-expression before ‘>’ token
  3545. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>, type_trait_take_t<T_arg3>, type_trait_take_t<T_arg4>, type_trait_take_t<T_arg5>, type_trait_take_t<T_arg6>, type_trait_take_t<T_arg7>>
  3546. ^
  3547. /usr/include/sigc++-2.0/sigc++/functors/slot.h:387:125: error: expected primary-expression before ‘,’ token
  3548. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>, type_trait_take_t<T_arg3>, type_trait_take_t<T_arg4>, type_trait_take_t<T_arg5>, type_trait_take_t<T_arg6>, type_trait_take_t<T_arg7>>
  3549. ^
  3550. /usr/include/sigc++-2.0/sigc++/functors/slot.h:387:151: error: expected primary-expression before ‘>’ token
  3551. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>, type_trait_take_t<T_arg3>, type_trait_take_t<T_arg4>, type_trait_take_t<T_arg5>, type_trait_take_t<T_arg6>, type_trait_take_t<T_arg7>>
  3552. ^
  3553. /usr/include/sigc++-2.0/sigc++/functors/slot.h:387:152: error: expected primary-expression before ‘,’ token
  3554. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>, type_trait_take_t<T_arg3>, type_trait_take_t<T_arg4>, type_trait_take_t<T_arg5>, type_trait_take_t<T_arg6>, type_trait_take_t<T_arg7>>
  3555. ^
  3556. /usr/include/sigc++-2.0/sigc++/functors/slot.h:387:178: error: expected primary-expression before ‘>’ token
  3557. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>, type_trait_take_t<T_arg3>, type_trait_take_t<T_arg4>, type_trait_take_t<T_arg5>, type_trait_take_t<T_arg6>, type_trait_take_t<T_arg7>>
  3558. ^
  3559. /usr/include/sigc++-2.0/sigc++/functors/slot.h:387:179: error: expected primary-expression before ‘,’ token
  3560. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>, type_trait_take_t<T_arg3>, type_trait_take_t<T_arg4>, type_trait_take_t<T_arg5>, type_trait_take_t<T_arg6>, type_trait_take_t<T_arg7>>
  3561. ^
  3562. /usr/include/sigc++-2.0/sigc++/functors/slot.h:387:205: error: expected primary-expression before ‘>’ token
  3563. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>, type_trait_take_t<T_arg3>, type_trait_take_t<T_arg4>, type_trait_take_t<T_arg5>, type_trait_take_t<T_arg6>, type_trait_take_t<T_arg7>>
  3564. ^
  3565. /usr/include/sigc++-2.0/sigc++/functors/slot.h:387:206: error: expected primary-expression before ‘,’ token
  3566. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>, type_trait_take_t<T_arg3>, type_trait_take_t<T_arg4>, type_trait_take_t<T_arg5>, type_trait_take_t<T_arg6>, type_trait_take_t<T_arg7>>
  3567. ^
  3568. /usr/include/sigc++-2.0/sigc++/functors/slot.h:387:232: error: expected primary-expression before ‘>’ token
  3569. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>, type_trait_take_t<T_arg3>, type_trait_take_t<T_arg4>, type_trait_take_t<T_arg5>, type_trait_take_t<T_arg6>, type_trait_take_t<T_arg7>>
  3570. ^
  3571. /usr/include/sigc++-2.0/sigc++/functors/slot.h:387:233: error: expected primary-expression before ‘,’ token
  3572. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>, type_trait_take_t<T_arg3>, type_trait_take_t<T_arg4>, type_trait_take_t<T_arg5>, type_trait_take_t<T_arg6>, type_trait_take_t<T_arg7>>
  3573. ^
  3574. /usr/include/sigc++-2.0/sigc++/functors/slot.h:387:259: error: expected primary-expression before ‘>>’ token
  3575. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>, type_trait_take_t<T_arg3>, type_trait_take_t<T_arg4>, type_trait_take_t<T_arg5>, type_trait_take_t<T_arg6>, type_trait_take_t<T_arg7>>
  3576. ^
  3577. /usr/include/sigc++-2.0/sigc++/functors/slot.h:388:17: error: ‘a_1’ was not declared in this scope
  3578. (a_1, a_2, a_3, a_4, a_5, a_6, a_7);
  3579. ^
  3580. /usr/include/sigc++-2.0/sigc++/functors/slot.h:388:22: error: ‘a_2’ was not declared in this scope
  3581. (a_1, a_2, a_3, a_4, a_5, a_6, a_7);
  3582. ^
  3583. /usr/include/sigc++-2.0/sigc++/functors/slot.h:388:27: error: ‘a_3’ was not declared in this scope
  3584. (a_1, a_2, a_3, a_4, a_5, a_6, a_7);
  3585. ^
  3586. /usr/include/sigc++-2.0/sigc++/functors/slot.h:388:32: error: ‘a_4’ was not declared in this scope
  3587. (a_1, a_2, a_3, a_4, a_5, a_6, a_7);
  3588. ^
  3589. /usr/include/sigc++-2.0/sigc++/functors/slot.h:388:37: error: ‘a_5’ was not declared in this scope
  3590. (a_1, a_2, a_3, a_4, a_5, a_6, a_7);
  3591. ^
  3592. /usr/include/sigc++-2.0/sigc++/functors/slot.h:388:42: error: ‘a_6’ was not declared in this scope
  3593. (a_1, a_2, a_3, a_4, a_5, a_6, a_7);
  3594. ^
  3595. /usr/include/sigc++-2.0/sigc++/functors/slot.h:388:47: error: ‘a_7’ was not declared in this scope
  3596. (a_1, a_2, a_3, a_4, a_5, a_6, a_7);
  3597. ^
  3598. /usr/include/sigc++-2.0/sigc++/functors/slot.h: At global scope:
  3599. /usr/include/sigc++-2.0/sigc++/functors/slot.h:468:14: error: expected ‘,’ or ‘...’ before ‘&&’ token
  3600. slot0(slot0&& src)
  3601. ^
  3602. /usr/include/sigc++-2.0/sigc++/functors/slot.h:468:20: error: invalid constructor; you probably meant ‘sigc::slot0<T_return> (const sigc::slot0<T_return>&)’
  3603. slot0(slot0&& src)
  3604. ^
  3605. /usr/include/sigc++-2.0/sigc++/functors/slot.h:487:25: error: expected ‘,’ or ‘...’ before ‘&&’ token
  3606. slot0& operator=(slot0&& src)
  3607. ^
  3608. /usr/include/sigc++-2.0/sigc++/functors/slot.h: In member function ‘sigc::slot0<T_return>& sigc::slot0<T_return>::operator=(sigc::slot0<T_return>)’:
  3609. /usr/include/sigc++-2.0/sigc++/functors/slot.h:489:26: error: ‘move’ is not a member of ‘std’
  3610. slot_base::operator=(std::move(src));
  3611. ^
  3612. /usr/include/sigc++-2.0/sigc++/functors/slot.h:489:36: error: ‘src’ was not declared in this scope
  3613. slot_base::operator=(std::move(src));
  3614. ^
  3615. /usr/include/sigc++-2.0/sigc++/functors/slot.h: At global scope:
  3616. /usr/include/sigc++-2.0/sigc++/functors/slot.h:503:30: error: ‘>>’ should be ‘> >’ within a nested template argument list
  3617. struct visitor<slot0<T_return>>
  3618. ^
  3619. /usr/include/sigc++-2.0/sigc++/functors/slot.h: In static member function ‘static void sigc::visitor<sigc::slot0<T_return> >::do_visit_each(const sigc::internal::limit_derived_target<sigc::trackable*, sigc::internal::slot_do_bind>&, const sigc::slot0<T_return>&)’:
  3620. /usr/include/sigc++-2.0/sigc++/functors/slot.h:508:54: error: ‘nullptr’ was not declared in this scope
  3621. if (_A_target.rep_ && _A_target.rep_->parent_ == nullptr)
  3622. ^
  3623. /usr/include/sigc++-2.0/sigc++/functors/slot.h: In static member function ‘static void sigc::visitor<sigc::slot0<T_return> >::do_visit_each(const sigc::internal::limit_derived_target<sigc::trackable*, sigc::internal::slot_do_unbind>&, const sigc::slot0<T_return>&)’:
  3624. /usr/include/sigc++-2.0/sigc++/functors/slot.h:516:34: error: ‘nullptr’ was not declared in this scope
  3625. _A_target.rep_->set_parent(nullptr, nullptr);
  3626. ^
  3627. /usr/include/sigc++-2.0/sigc++/functors/slot.h: At global scope:
  3628. /usr/include/sigc++-2.0/sigc++/functors/slot.h:553:11: error: ‘type_trait_take_t’ does not name a type
  3629. typedef type_trait_take_t<T_arg1> arg1_type_;
  3630. ^
  3631. /usr/include/sigc++-2.0/sigc++/functors/slot.h:560:44: error: ‘arg1_type_’ has not been declared
  3632. typedef T_return (*call_type)(rep_type*, arg1_type_);
  3633. ^
  3634. /usr/include/sigc++-2.0/sigc++/functors/slot.h:567:30: error: ‘arg1_type_’ has not been declared
  3635. inline T_return operator()(arg1_type_ _A_a1) const
  3636. ^
  3637. /usr/include/sigc++-2.0/sigc++/functors/slot.h:598:14: error: expected ‘,’ or ‘...’ before ‘&&’ token
  3638. slot1(slot1&& src)
  3639. ^
  3640. /usr/include/sigc++-2.0/sigc++/functors/slot.h:598:20: error: invalid constructor; you probably meant ‘sigc::slot1<T_return, T_arg1> (const sigc::slot1<T_return, T_arg1>&)’
  3641. slot1(slot1&& src)
  3642. ^
  3643. /usr/include/sigc++-2.0/sigc++/functors/slot.h:617:25: error: expected ‘,’ or ‘...’ before ‘&&’ token
  3644. slot1& operator=(slot1&& src)
  3645. ^
  3646. /usr/include/sigc++-2.0/sigc++/functors/slot.h: In member function ‘sigc::slot1<T_return, T_arg1>& sigc::slot1<T_return, T_arg1>::operator=(sigc::slot1<T_return, T_arg1>)’:
  3647. /usr/include/sigc++-2.0/sigc++/functors/slot.h:619:26: error: ‘move’ is not a member of ‘std’
  3648. slot_base::operator=(std::move(src));
  3649. ^
  3650. /usr/include/sigc++-2.0/sigc++/functors/slot.h:619:36: error: ‘src’ was not declared in this scope
  3651. slot_base::operator=(std::move(src));
  3652. ^
  3653. /usr/include/sigc++-2.0/sigc++/functors/slot.h: At global scope:
  3654. /usr/include/sigc++-2.0/sigc++/functors/slot.h:633:38: error: ‘>>’ should be ‘> >’ within a nested template argument list
  3655. struct visitor<slot1<T_return, T_arg1>>
  3656. ^
  3657. /usr/include/sigc++-2.0/sigc++/functors/slot.h: In static member function ‘static void sigc::visitor<sigc::slot1<T_return, T_arg1> >::do_visit_each(const sigc::internal::limit_derived_target<sigc::trackable*, sigc::internal::slot_do_bind>&, const sigc::slot1<T_return, T_arg1>&)’:
  3658. /usr/include/sigc++-2.0/sigc++/functors/slot.h:638:54: error: ‘nullptr’ was not declared in this scope
  3659. if (_A_target.rep_ && _A_target.rep_->parent_ == nullptr)
  3660. ^
  3661. /usr/include/sigc++-2.0/sigc++/functors/slot.h: In static member function ‘static void sigc::visitor<sigc::slot1<T_return, T_arg1> >::do_visit_each(const sigc::internal::limit_derived_target<sigc::trackable*, sigc::internal::slot_do_unbind>&, const sigc::slot1<T_return, T_arg1>&)’:
  3662. /usr/include/sigc++-2.0/sigc++/functors/slot.h:646:34: error: ‘nullptr’ was not declared in this scope
  3663. _A_target.rep_->set_parent(nullptr, nullptr);
  3664. ^
  3665. /usr/include/sigc++-2.0/sigc++/functors/slot.h: At global scope:
  3666. /usr/include/sigc++-2.0/sigc++/functors/slot.h:684:11: error: ‘type_trait_take_t’ does not name a type
  3667. typedef type_trait_take_t<T_arg1> arg1_type_;
  3668. ^
  3669. /usr/include/sigc++-2.0/sigc++/functors/slot.h:685:11: error: ‘type_trait_take_t’ does not name a type
  3670. typedef type_trait_take_t<T_arg2> arg2_type_;
  3671. ^
  3672. /usr/include/sigc++-2.0/sigc++/functors/slot.h:692:44: error: ‘arg1_type_’ has not been declared
  3673. typedef T_return (*call_type)(rep_type*, arg1_type_, arg2_type_);
  3674. ^
  3675. /usr/include/sigc++-2.0/sigc++/functors/slot.h:692:56: error: ‘arg2_type_’ has not been declared
  3676. typedef T_return (*call_type)(rep_type*, arg1_type_, arg2_type_);
  3677. ^
  3678. /usr/include/sigc++-2.0/sigc++/functors/slot.h:700:30: error: ‘arg1_type_’ has not been declared
  3679. inline T_return operator()(arg1_type_ _A_a1, arg2_type_ _A_a2) const
  3680. ^
  3681. /usr/include/sigc++-2.0/sigc++/functors/slot.h:700:48: error: ‘arg2_type_’ has not been declared
  3682. inline T_return operator()(arg1_type_ _A_a1, arg2_type_ _A_a2) const
  3683. ^
  3684. /usr/include/sigc++-2.0/sigc++/functors/slot.h:731:14: error: expected ‘,’ or ‘...’ before ‘&&’ token
  3685. slot2(slot2&& src)
  3686. ^
  3687. /usr/include/sigc++-2.0/sigc++/functors/slot.h:731:20: error: invalid constructor; you probably meant ‘sigc::slot2<T_return, T_arg1, T_arg2> (const sigc::slot2<T_return, T_arg1, T_arg2>&)’
  3688. slot2(slot2&& src)
  3689. ^
  3690. /usr/include/sigc++-2.0/sigc++/functors/slot.h:750:25: error: expected ‘,’ or ‘...’ before ‘&&’ token
  3691. slot2& operator=(slot2&& src)
  3692. ^
  3693. /usr/include/sigc++-2.0/sigc++/functors/slot.h: In member function ‘sigc::slot2<T_return, T_arg1, T_arg2>& sigc::slot2<T_return, T_arg1, T_arg2>::operator=(sigc::slot2<T_return, T_arg1, T_arg2>)’:
  3694. /usr/include/sigc++-2.0/sigc++/functors/slot.h:752:26: error: ‘move’ is not a member of ‘std’
  3695. slot_base::operator=(std::move(src));
  3696. ^
  3697. /usr/include/sigc++-2.0/sigc++/functors/slot.h:752:36: error: ‘src’ was not declared in this scope
  3698. slot_base::operator=(std::move(src));
  3699. ^
  3700. /usr/include/sigc++-2.0/sigc++/functors/slot.h: At global scope:
  3701. /usr/include/sigc++-2.0/sigc++/functors/slot.h:766:46: error: ‘>>’ should be ‘> >’ within a nested template argument list
  3702. struct visitor<slot2<T_return, T_arg1, T_arg2>>
  3703. ^
  3704. /usr/include/sigc++-2.0/sigc++/functors/slot.h: In static member function ‘static void sigc::visitor<sigc::slot2<T_return, T_arg1, T_arg2> >::do_visit_each(const sigc::internal::limit_derived_target<sigc::trackable*, sigc::internal::slot_do_bind>&, const sigc::slot2<T_return, T_arg1, T_arg2>&)’:
  3705. /usr/include/sigc++-2.0/sigc++/functors/slot.h:771:54: error: ‘nullptr’ was not declared in this scope
  3706. if (_A_target.rep_ && _A_target.rep_->parent_ == nullptr)
  3707. ^
  3708. /usr/include/sigc++-2.0/sigc++/functors/slot.h: In static member function ‘static void sigc::visitor<sigc::slot2<T_return, T_arg1, T_arg2> >::do_visit_each(const sigc::internal::limit_derived_target<sigc::trackable*, sigc::internal::slot_do_unbind>&, const sigc::slot2<T_return, T_arg1, T_arg2>&)’:
  3709. /usr/include/sigc++-2.0/sigc++/functors/slot.h:779:34: error: ‘nullptr’ was not declared in this scope
  3710. _A_target.rep_->set_parent(nullptr, nullptr);
  3711. ^
  3712. /usr/include/sigc++-2.0/sigc++/functors/slot.h: At global scope:
  3713. /usr/include/sigc++-2.0/sigc++/functors/slot.h:818:11: error: ‘type_trait_take_t’ does not name a type
  3714. typedef type_trait_take_t<T_arg1> arg1_type_;
  3715. ^
  3716. /usr/include/sigc++-2.0/sigc++/functors/slot.h:819:11: error: ‘type_trait_take_t’ does not name a type
  3717. typedef type_trait_take_t<T_arg2> arg2_type_;
  3718. ^
  3719. /usr/include/sigc++-2.0/sigc++/functors/slot.h:820:11: error: ‘type_trait_take_t’ does not name a type
  3720. typedef type_trait_take_t<T_arg3> arg3_type_;
  3721. ^
  3722. /usr/include/sigc++-2.0/sigc++/functors/slot.h:827:44: error: ‘arg1_type_’ has not been declared
  3723. typedef T_return (*call_type)(rep_type*, arg1_type_, arg2_type_, arg3_type_);
  3724. ^
  3725. /usr/include/sigc++-2.0/sigc++/functors/slot.h:827:56: error: ‘arg2_type_’ has not been declared
  3726. typedef T_return (*call_type)(rep_type*, arg1_type_, arg2_type_, arg3_type_);
  3727. ^
  3728. /usr/include/sigc++-2.0/sigc++/functors/slot.h:827:68: error: ‘arg3_type_’ has not been declared
  3729. typedef T_return (*call_type)(rep_type*, arg1_type_, arg2_type_, arg3_type_);
  3730. ^
  3731. /usr/include/sigc++-2.0/sigc++/functors/slot.h:836:30: error: ‘arg1_type_’ has not been declared
  3732. inline T_return operator()(arg1_type_ _A_a1, arg2_type_ _A_a2, arg3_type_ _A_a3) const
  3733. ^
  3734. /usr/include/sigc++-2.0/sigc++/functors/slot.h:836:48: error: ‘arg2_type_’ has not been declared
  3735. inline T_return operator()(arg1_type_ _A_a1, arg2_type_ _A_a2, arg3_type_ _A_a3) const
  3736. ^
  3737. /usr/include/sigc++-2.0/sigc++/functors/slot.h:836:66: error: ‘arg3_type_’ has not been declared
  3738. inline T_return operator()(arg1_type_ _A_a1, arg2_type_ _A_a2, arg3_type_ _A_a3) const
  3739. ^
  3740. /usr/include/sigc++-2.0/sigc++/functors/slot.h:867:14: error: expected ‘,’ or ‘...’ before ‘&&’ token
  3741. slot3(slot3&& src)
  3742. ^
  3743. /usr/include/sigc++-2.0/sigc++/functors/slot.h:867:20: error: invalid constructor; you probably meant ‘sigc::slot3<T_return, T_arg1, T_arg2, T_arg3> (const sigc::slot3<T_return, T_arg1, T_arg2, T_arg3>&)’
  3744. slot3(slot3&& src)
  3745. ^
  3746. /usr/include/sigc++-2.0/sigc++/functors/slot.h:886:25: error: expected ‘,’ or ‘...’ before ‘&&’ token
  3747. slot3& operator=(slot3&& src)
  3748. ^
  3749. /usr/include/sigc++-2.0/sigc++/functors/slot.h: In member function ‘sigc::slot3<T_return, T_arg1, T_arg2, T_arg3>& sigc::slot3<T_return, T_arg1, T_arg2, T_arg3>::operator=(sigc::slot3<T_return, T_arg1, T_arg2, T_arg3>)’:
  3750. /usr/include/sigc++-2.0/sigc++/functors/slot.h:888:26: error: ‘move’ is not a member of ‘std’
  3751. slot_base::operator=(std::move(src));
  3752. ^
  3753. /usr/include/sigc++-2.0/sigc++/functors/slot.h:888:36: error: ‘src’ was not declared in this scope
  3754. slot_base::operator=(std::move(src));
  3755. ^
  3756. /usr/include/sigc++-2.0/sigc++/functors/slot.h: At global scope:
  3757. /usr/include/sigc++-2.0/sigc++/functors/slot.h:902:54: error: ‘>>’ should be ‘> >’ within a nested template argument list
  3758. struct visitor<slot3<T_return, T_arg1, T_arg2, T_arg3>>
  3759. ^
  3760. /usr/include/sigc++-2.0/sigc++/functors/slot.h: In static member function ‘static void sigc::visitor<sigc::slot3<T_return, T_arg1, T_arg2, T_arg3> >::do_visit_each(const sigc::internal::limit_derived_target<sigc::trackable*, sigc::internal::slot_do_bind>&, const sigc::slot3<T_return, T_arg1, T_arg2, T_arg3>&)’:
  3761. /usr/include/sigc++-2.0/sigc++/functors/slot.h:907:54: error: ‘nullptr’ was not declared in this scope
  3762. if (_A_target.rep_ && _A_target.rep_->parent_ == nullptr)
  3763. ^
  3764. /usr/include/sigc++-2.0/sigc++/functors/slot.h: In static member function ‘static void sigc::visitor<sigc::slot3<T_return, T_arg1, T_arg2, T_arg3> >::do_visit_each(const sigc::internal::limit_derived_target<sigc::trackable*, sigc::internal::slot_do_unbind>&, const sigc::slot3<T_return, T_arg1, T_arg2, T_arg3>&)’:
  3765. /usr/include/sigc++-2.0/sigc++/functors/slot.h:915:34: error: ‘nullptr’ was not declared in this scope
  3766. _A_target.rep_->set_parent(nullptr, nullptr);
  3767. ^
  3768. /usr/include/sigc++-2.0/sigc++/functors/slot.h: At global scope:
  3769. /usr/include/sigc++-2.0/sigc++/functors/slot.h:955:11: error: ‘type_trait_take_t’ does not name a type
  3770. typedef type_trait_take_t<T_arg1> arg1_type_;
  3771. ^
  3772. /usr/include/sigc++-2.0/sigc++/functors/slot.h:956:11: error: ‘type_trait_take_t’ does not name a type
  3773. typedef type_trait_take_t<T_arg2> arg2_type_;
  3774. ^
  3775. /usr/include/sigc++-2.0/sigc++/functors/slot.h:957:11: error: ‘type_trait_take_t’ does not name a type
  3776. typedef type_trait_take_t<T_arg3> arg3_type_;
  3777. ^
  3778. /usr/include/sigc++-2.0/sigc++/functors/slot.h:958:11: error: ‘type_trait_take_t’ does not name a type
  3779. typedef type_trait_take_t<T_arg4> arg4_type_;
  3780. ^
  3781. /usr/include/sigc++-2.0/sigc++/functors/slot.h:965:44: error: ‘arg1_type_’ has not been declared
  3782. typedef T_return (*call_type)(rep_type*, arg1_type_, arg2_type_, arg3_type_, arg4_type_);
  3783. ^
  3784. /usr/include/sigc++-2.0/sigc++/functors/slot.h:965:56: error: ‘arg2_type_’ has not been declared
  3785. typedef T_return (*call_type)(rep_type*, arg1_type_, arg2_type_, arg3_type_, arg4_type_);
  3786. ^
  3787. /usr/include/sigc++-2.0/sigc++/functors/slot.h:965:68: error: ‘arg3_type_’ has not been declared
  3788. typedef T_return (*call_type)(rep_type*, arg1_type_, arg2_type_, arg3_type_, arg4_type_);
  3789. ^
  3790. /usr/include/sigc++-2.0/sigc++/functors/slot.h:965:80: error: ‘arg4_type_’ has not been declared
  3791. typedef T_return (*call_type)(rep_type*, arg1_type_, arg2_type_, arg3_type_, arg4_type_);
  3792. ^
  3793. /usr/include/sigc++-2.0/sigc++/functors/slot.h:975:30: error: ‘arg1_type_’ has not been declared
  3794. inline T_return operator()(arg1_type_ _A_a1, arg2_type_ _A_a2, arg3_type_ _A_a3, arg4_type_ _A_a4) const
  3795. ^
  3796. /usr/include/sigc++-2.0/sigc++/functors/slot.h:975:48: error: ‘arg2_type_’ has not been declared
  3797. inline T_return operator()(arg1_type_ _A_a1, arg2_type_ _A_a2, arg3_type_ _A_a3, arg4_type_ _A_a4) const
  3798. ^
  3799. /usr/include/sigc++-2.0/sigc++/functors/slot.h:975:66: error: ‘arg3_type_’ has not been declared
  3800. inline T_return operator()(arg1_type_ _A_a1, arg2_type_ _A_a2, arg3_type_ _A_a3, arg4_type_ _A_a4) const
  3801. ^
  3802. /usr/include/sigc++-2.0/sigc++/functors/slot.h:975:84: error: ‘arg4_type_’ has not been declared
  3803. inline T_return operator()(arg1_type_ _A_a1, arg2_type_ _A_a2, arg3_type_ _A_a3, arg4_type_ _A_a4) const
  3804. ^
  3805. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1006:14: error: expected ‘,’ or ‘...’ before ‘&&’ token
  3806. slot4(slot4&& src)
  3807. ^
  3808. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1006:20: error: invalid constructor; you probably meant ‘sigc::slot4<T_return, T_arg1, T_arg2, T_arg3, T_arg4> (const sigc::slot4<T_return, T_arg1, T_arg2, T_arg3, T_arg4>&)’
  3809. slot4(slot4&& src)
  3810. ^
  3811. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1025:25: error: expected ‘,’ or ‘...’ before ‘&&’ token
  3812. slot4& operator=(slot4&& src)
  3813. ^
  3814. /usr/include/sigc++-2.0/sigc++/functors/slot.h: In member function ‘sigc::slot4<T_return, T_arg1, T_arg2, T_arg3, T_arg4>& sigc::slot4<T_return, T_arg1, T_arg2, T_arg3, T_arg4>::operator=(sigc::slot4<T_return, T_arg1, T_arg2, T_arg3, T_arg4>)’:
  3815. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1027:26: error: ‘move’ is not a member of ‘std’
  3816. slot_base::operator=(std::move(src));
  3817. ^
  3818. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1027:36: error: ‘src’ was not declared in this scope
  3819. slot_base::operator=(std::move(src));
  3820. ^
  3821. /usr/include/sigc++-2.0/sigc++/functors/slot.h: At global scope:
  3822. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1041:62: error: ‘>>’ should be ‘> >’ within a nested template argument list
  3823. struct visitor<slot4<T_return, T_arg1, T_arg2, T_arg3, T_arg4>>
  3824. ^
  3825. /usr/include/sigc++-2.0/sigc++/functors/slot.h: In static member function ‘static void sigc::visitor<sigc::slot4<T_return, T_arg1, T_arg2, T_arg3, T_arg4> >::do_visit_each(const sigc::internal::limit_derived_target<sigc::trackable*, sigc::internal::slot_do_bind>&, const sigc::slot4<T_return, T_arg1, T_arg2, T_arg3, T_arg4>&)’:
  3826. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1046:54: error: ‘nullptr’ was not declared in this scope
  3827. if (_A_target.rep_ && _A_target.rep_->parent_ == nullptr)
  3828. ^
  3829. /usr/include/sigc++-2.0/sigc++/functors/slot.h: In static member function ‘static void sigc::visitor<sigc::slot4<T_return, T_arg1, T_arg2, T_arg3, T_arg4> >::do_visit_each(const sigc::internal::limit_derived_target<sigc::trackable*, sigc::internal::slot_do_unbind>&, const sigc::slot4<T_return, T_arg1, T_arg2, T_arg3, T_arg4>&)’:
  3830. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1054:34: error: ‘nullptr’ was not declared in this scope
  3831. _A_target.rep_->set_parent(nullptr, nullptr);
  3832. ^
  3833. /usr/include/sigc++-2.0/sigc++/functors/slot.h: At global scope:
  3834. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1095:11: error: ‘type_trait_take_t’ does not name a type
  3835. typedef type_trait_take_t<T_arg1> arg1_type_;
  3836. ^
  3837. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1096:11: error: ‘type_trait_take_t’ does not name a type
  3838. typedef type_trait_take_t<T_arg2> arg2_type_;
  3839. ^
  3840. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1097:11: error: ‘type_trait_take_t’ does not name a type
  3841. typedef type_trait_take_t<T_arg3> arg3_type_;
  3842. ^
  3843. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1098:11: error: ‘type_trait_take_t’ does not name a type
  3844. typedef type_trait_take_t<T_arg4> arg4_type_;
  3845. ^
  3846. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1099:11: error: ‘type_trait_take_t’ does not name a type
  3847. typedef type_trait_take_t<T_arg5> arg5_type_;
  3848. ^
  3849. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1106:44: error: ‘arg1_type_’ has not been declared
  3850. typedef T_return (*call_type)(rep_type*, arg1_type_, arg2_type_, arg3_type_, arg4_type_, arg5_type_);
  3851. ^
  3852. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1106:56: error: ‘arg2_type_’ has not been declared
  3853. typedef T_return (*call_type)(rep_type*, arg1_type_, arg2_type_, arg3_type_, arg4_type_, arg5_type_);
  3854. ^
  3855. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1106:68: error: ‘arg3_type_’ has not been declared
  3856. typedef T_return (*call_type)(rep_type*, arg1_type_, arg2_type_, arg3_type_, arg4_type_, arg5_type_);
  3857. ^
  3858. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1106:80: error: ‘arg4_type_’ has not been declared
  3859. typedef T_return (*call_type)(rep_type*, arg1_type_, arg2_type_, arg3_type_, arg4_type_, arg5_type_);
  3860. ^
  3861. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1106:92: error: ‘arg5_type_’ has not been declared
  3862. typedef T_return (*call_type)(rep_type*, arg1_type_, arg2_type_, arg3_type_, arg4_type_, arg5_type_);
  3863. ^
  3864. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1117:30: error: ‘arg1_type_’ has not been declared
  3865. inline T_return operator()(arg1_type_ _A_a1, arg2_type_ _A_a2, arg3_type_ _A_a3, arg4_type_ _A_a4, arg5_type_ _A_a5) const
  3866. ^
  3867. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1117:48: error: ‘arg2_type_’ has not been declared
  3868. inline T_return operator()(arg1_type_ _A_a1, arg2_type_ _A_a2, arg3_type_ _A_a3, arg4_type_ _A_a4, arg5_type_ _A_a5) const
  3869. ^
  3870. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1117:66: error: ‘arg3_type_’ has not been declared
  3871. inline T_return operator()(arg1_type_ _A_a1, arg2_type_ _A_a2, arg3_type_ _A_a3, arg4_type_ _A_a4, arg5_type_ _A_a5) const
  3872. ^
  3873. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1117:84: error: ‘arg4_type_’ has not been declared
  3874. inline T_return operator()(arg1_type_ _A_a1, arg2_type_ _A_a2, arg3_type_ _A_a3, arg4_type_ _A_a4, arg5_type_ _A_a5) const
  3875. ^
  3876. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1117:102: error: ‘arg5_type_’ has not been declared
  3877. inline T_return operator()(arg1_type_ _A_a1, arg2_type_ _A_a2, arg3_type_ _A_a3, arg4_type_ _A_a4, arg5_type_ _A_a5) const
  3878. ^
  3879. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1148:14: error: expected ‘,’ or ‘...’ before ‘&&’ token
  3880. slot5(slot5&& src)
  3881. ^
  3882. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1148:20: error: invalid constructor; you probably meant ‘sigc::slot5<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5> (const sigc::slot5<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5>&)’
  3883. slot5(slot5&& src)
  3884. ^
  3885. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1167:25: error: expected ‘,’ or ‘...’ before ‘&&’ token
  3886. slot5& operator=(slot5&& src)
  3887. ^
  3888. /usr/include/sigc++-2.0/sigc++/functors/slot.h: In member function ‘sigc::slot5<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5>& sigc::slot5<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5>::operator=(sigc::slot5<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5>)’:
  3889. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1169:26: error: ‘move’ is not a member of ‘std’
  3890. slot_base::operator=(std::move(src));
  3891. ^
  3892. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1169:36: error: ‘src’ was not declared in this scope
  3893. slot_base::operator=(std::move(src));
  3894. ^
  3895. /usr/include/sigc++-2.0/sigc++/functors/slot.h: At global scope:
  3896. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1183:70: error: ‘>>’ should be ‘> >’ within a nested template argument list
  3897. struct visitor<slot5<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5>>
  3898. ^
  3899. /usr/include/sigc++-2.0/sigc++/functors/slot.h: In static member function ‘static void sigc::visitor<sigc::slot5<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5> >::do_visit_each(const sigc::internal::limit_derived_target<sigc::trackable*, sigc::internal::slot_do_bind>&, const sigc::slot5<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5>&)’:
  3900. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1188:54: error: ‘nullptr’ was not declared in this scope
  3901. if (_A_target.rep_ && _A_target.rep_->parent_ == nullptr)
  3902. ^
  3903. /usr/include/sigc++-2.0/sigc++/functors/slot.h: In static member function ‘static void sigc::visitor<sigc::slot5<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5> >::do_visit_each(const sigc::internal::limit_derived_target<sigc::trackable*, sigc::internal::slot_do_unbind>&, const sigc::slot5<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5>&)’:
  3904. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1196:34: error: ‘nullptr’ was not declared in this scope
  3905. _A_target.rep_->set_parent(nullptr, nullptr);
  3906. ^
  3907. /usr/include/sigc++-2.0/sigc++/functors/slot.h: At global scope:
  3908. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1238:11: error: ‘type_trait_take_t’ does not name a type
  3909. typedef type_trait_take_t<T_arg1> arg1_type_;
  3910. ^
  3911. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1239:11: error: ‘type_trait_take_t’ does not name a type
  3912. typedef type_trait_take_t<T_arg2> arg2_type_;
  3913. ^
  3914. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1240:11: error: ‘type_trait_take_t’ does not name a type
  3915. typedef type_trait_take_t<T_arg3> arg3_type_;
  3916. ^
  3917. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1241:11: error: ‘type_trait_take_t’ does not name a type
  3918. typedef type_trait_take_t<T_arg4> arg4_type_;
  3919. ^
  3920. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1242:11: error: ‘type_trait_take_t’ does not name a type
  3921. typedef type_trait_take_t<T_arg5> arg5_type_;
  3922. ^
  3923. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1243:11: error: ‘type_trait_take_t’ does not name a type
  3924. typedef type_trait_take_t<T_arg6> arg6_type_;
  3925. ^
  3926. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1250:44: error: ‘arg1_type_’ has not been declared
  3927. typedef T_return (*call_type)(rep_type*, arg1_type_, arg2_type_, arg3_type_, arg4_type_, arg5_type_, arg6_type_);
  3928. ^
  3929. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1250:56: error: ‘arg2_type_’ has not been declared
  3930. typedef T_return (*call_type)(rep_type*, arg1_type_, arg2_type_, arg3_type_, arg4_type_, arg5_type_, arg6_type_);
  3931. ^
  3932. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1250:68: error: ‘arg3_type_’ has not been declared
  3933. typedef T_return (*call_type)(rep_type*, arg1_type_, arg2_type_, arg3_type_, arg4_type_, arg5_type_, arg6_type_);
  3934. ^
  3935. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1250:80: error: ‘arg4_type_’ has not been declared
  3936. typedef T_return (*call_type)(rep_type*, arg1_type_, arg2_type_, arg3_type_, arg4_type_, arg5_type_, arg6_type_);
  3937. ^
  3938. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1250:92: error: ‘arg5_type_’ has not been declared
  3939. typedef T_return (*call_type)(rep_type*, arg1_type_, arg2_type_, arg3_type_, arg4_type_, arg5_type_, arg6_type_);
  3940. ^
  3941. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1250:104: error: ‘arg6_type_’ has not been declared
  3942. typedef T_return (*call_type)(rep_type*, arg1_type_, arg2_type_, arg3_type_, arg4_type_, arg5_type_, arg6_type_);
  3943. ^
  3944. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1262:30: error: ‘arg1_type_’ has not been declared
  3945. inline T_return operator()(arg1_type_ _A_a1, arg2_type_ _A_a2, arg3_type_ _A_a3, arg4_type_ _A_a4, arg5_type_ _A_a5, arg6_type_ _A_a6) const
  3946. ^
  3947. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1262:48: error: ‘arg2_type_’ has not been declared
  3948. inline T_return operator()(arg1_type_ _A_a1, arg2_type_ _A_a2, arg3_type_ _A_a3, arg4_type_ _A_a4, arg5_type_ _A_a5, arg6_type_ _A_a6) const
  3949. ^
  3950. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1262:66: error: ‘arg3_type_’ has not been declared
  3951. inline T_return operator()(arg1_type_ _A_a1, arg2_type_ _A_a2, arg3_type_ _A_a3, arg4_type_ _A_a4, arg5_type_ _A_a5, arg6_type_ _A_a6) const
  3952. ^
  3953. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1262:84: error: ‘arg4_type_’ has not been declared
  3954. inline T_return operator()(arg1_type_ _A_a1, arg2_type_ _A_a2, arg3_type_ _A_a3, arg4_type_ _A_a4, arg5_type_ _A_a5, arg6_type_ _A_a6) const
  3955. ^
  3956. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1262:102: error: ‘arg5_type_’ has not been declared
  3957. inline T_return operator()(arg1_type_ _A_a1, arg2_type_ _A_a2, arg3_type_ _A_a3, arg4_type_ _A_a4, arg5_type_ _A_a5, arg6_type_ _A_a6) const
  3958. ^
  3959. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1262:120: error: ‘arg6_type_’ has not been declared
  3960. inline T_return operator()(arg1_type_ _A_a1, arg2_type_ _A_a2, arg3_type_ _A_a3, arg4_type_ _A_a4, arg5_type_ _A_a5, arg6_type_ _A_a6) const
  3961. ^
  3962. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1293:14: error: expected ‘,’ or ‘...’ before ‘&&’ token
  3963. slot6(slot6&& src)
  3964. ^
  3965. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1293:20: error: invalid constructor; you probably meant ‘sigc::slot6<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6> (const sigc::slot6<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6>&)’
  3966. slot6(slot6&& src)
  3967. ^
  3968. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1312:25: error: expected ‘,’ or ‘...’ before ‘&&’ token
  3969. slot6& operator=(slot6&& src)
  3970. ^
  3971. /usr/include/sigc++-2.0/sigc++/functors/slot.h: In member function ‘sigc::slot6<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6>& sigc::slot6<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6>::operator=(sigc::slot6<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6>)’:
  3972. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1314:26: error: ‘move’ is not a member of ‘std’
  3973. slot_base::operator=(std::move(src));
  3974. ^
  3975. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1314:36: error: ‘src’ was not declared in this scope
  3976. slot_base::operator=(std::move(src));
  3977. ^
  3978. /usr/include/sigc++-2.0/sigc++/functors/slot.h: At global scope:
  3979. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1328:78: error: ‘>>’ should be ‘> >’ within a nested template argument list
  3980. struct visitor<slot6<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6>>
  3981. ^
  3982. /usr/include/sigc++-2.0/sigc++/functors/slot.h: In static member function ‘static void sigc::visitor<sigc::slot6<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6> >::do_visit_each(const sigc::internal::limit_derived_target<sigc::trackable*, sigc::internal::slot_do_bind>&, const sigc::slot6<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6>&)’:
  3983. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1333:54: error: ‘nullptr’ was not declared in this scope
  3984. if (_A_target.rep_ && _A_target.rep_->parent_ == nullptr)
  3985. ^
  3986. /usr/include/sigc++-2.0/sigc++/functors/slot.h: In static member function ‘static void sigc::visitor<sigc::slot6<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6> >::do_visit_each(const sigc::internal::limit_derived_target<sigc::trackable*, sigc::internal::slot_do_unbind>&, const sigc::slot6<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6>&)’:
  3987. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1341:34: error: ‘nullptr’ was not declared in this scope
  3988. _A_target.rep_->set_parent(nullptr, nullptr);
  3989. ^
  3990. /usr/include/sigc++-2.0/sigc++/functors/slot.h: At global scope:
  3991. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1384:11: error: ‘type_trait_take_t’ does not name a type
  3992. typedef type_trait_take_t<T_arg1> arg1_type_;
  3993. ^
  3994. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1385:11: error: ‘type_trait_take_t’ does not name a type
  3995. typedef type_trait_take_t<T_arg2> arg2_type_;
  3996. ^
  3997. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1386:11: error: ‘type_trait_take_t’ does not name a type
  3998. typedef type_trait_take_t<T_arg3> arg3_type_;
  3999. ^
  4000. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1387:11: error: ‘type_trait_take_t’ does not name a type
  4001. typedef type_trait_take_t<T_arg4> arg4_type_;
  4002. ^
  4003. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1388:11: error: ‘type_trait_take_t’ does not name a type
  4004. typedef type_trait_take_t<T_arg5> arg5_type_;
  4005. ^
  4006. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1389:11: error: ‘type_trait_take_t’ does not name a type
  4007. typedef type_trait_take_t<T_arg6> arg6_type_;
  4008. ^
  4009. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1390:11: error: ‘type_trait_take_t’ does not name a type
  4010. typedef type_trait_take_t<T_arg7> arg7_type_;
  4011. ^
  4012. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1397:44: error: ‘arg1_type_’ has not been declared
  4013. typedef T_return (*call_type)(rep_type*, arg1_type_, arg2_type_, arg3_type_, arg4_type_, arg5_type_, arg6_type_, arg7_type_);
  4014. ^
  4015. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1397:56: error: ‘arg2_type_’ has not been declared
  4016. typedef T_return (*call_type)(rep_type*, arg1_type_, arg2_type_, arg3_type_, arg4_type_, arg5_type_, arg6_type_, arg7_type_);
  4017. ^
  4018. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1397:68: error: ‘arg3_type_’ has not been declared
  4019. typedef T_return (*call_type)(rep_type*, arg1_type_, arg2_type_, arg3_type_, arg4_type_, arg5_type_, arg6_type_, arg7_type_);
  4020. ^
  4021. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1397:80: error: ‘arg4_type_’ has not been declared
  4022. typedef T_return (*call_type)(rep_type*, arg1_type_, arg2_type_, arg3_type_, arg4_type_, arg5_type_, arg6_type_, arg7_type_);
  4023. ^
  4024. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1397:92: error: ‘arg5_type_’ has not been declared
  4025. typedef T_return (*call_type)(rep_type*, arg1_type_, arg2_type_, arg3_type_, arg4_type_, arg5_type_, arg6_type_, arg7_type_);
  4026. ^
  4027. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1397:104: error: ‘arg6_type_’ has not been declared
  4028. typedef T_return (*call_type)(rep_type*, arg1_type_, arg2_type_, arg3_type_, arg4_type_, arg5_type_, arg6_type_, arg7_type_);
  4029. ^
  4030. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1397:116: error: ‘arg7_type_’ has not been declared
  4031. typedef T_return (*call_type)(rep_type*, arg1_type_, arg2_type_, arg3_type_, arg4_type_, arg5_type_, arg6_type_, arg7_type_);
  4032. ^
  4033. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1410:30: error: ‘arg1_type_’ has not been declared
  4034. inline T_return operator()(arg1_type_ _A_a1, arg2_type_ _A_a2, arg3_type_ _A_a3, arg4_type_ _A_a4, arg5_type_ _A_a5, arg6_type_ _A_a6, arg7_type_ _A_a7) const
  4035. ^
  4036. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1410:48: error: ‘arg2_type_’ has not been declared
  4037. inline T_return operator()(arg1_type_ _A_a1, arg2_type_ _A_a2, arg3_type_ _A_a3, arg4_type_ _A_a4, arg5_type_ _A_a5, arg6_type_ _A_a6, arg7_type_ _A_a7) const
  4038. ^
  4039. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1410:66: error: ‘arg3_type_’ has not been declared
  4040. inline T_return operator()(arg1_type_ _A_a1, arg2_type_ _A_a2, arg3_type_ _A_a3, arg4_type_ _A_a4, arg5_type_ _A_a5, arg6_type_ _A_a6, arg7_type_ _A_a7) const
  4041. ^
  4042. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1410:84: error: ‘arg4_type_’ has not been declared
  4043. inline T_return operator()(arg1_type_ _A_a1, arg2_type_ _A_a2, arg3_type_ _A_a3, arg4_type_ _A_a4, arg5_type_ _A_a5, arg6_type_ _A_a6, arg7_type_ _A_a7) const
  4044. ^
  4045. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1410:102: error: ‘arg5_type_’ has not been declared
  4046. inline T_return operator()(arg1_type_ _A_a1, arg2_type_ _A_a2, arg3_type_ _A_a3, arg4_type_ _A_a4, arg5_type_ _A_a5, arg6_type_ _A_a6, arg7_type_ _A_a7) const
  4047. ^
  4048. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1410:120: error: ‘arg6_type_’ has not been declared
  4049. inline T_return operator()(arg1_type_ _A_a1, arg2_type_ _A_a2, arg3_type_ _A_a3, arg4_type_ _A_a4, arg5_type_ _A_a5, arg6_type_ _A_a6, arg7_type_ _A_a7) const
  4050. ^
  4051. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1410:138: error: ‘arg7_type_’ has not been declared
  4052. inline T_return operator()(arg1_type_ _A_a1, arg2_type_ _A_a2, arg3_type_ _A_a3, arg4_type_ _A_a4, arg5_type_ _A_a5, arg6_type_ _A_a6, arg7_type_ _A_a7) const
  4053. ^
  4054. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1441:14: error: expected ‘,’ or ‘...’ before ‘&&’ token
  4055. slot7(slot7&& src)
  4056. ^
  4057. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1441:20: error: invalid constructor; you probably meant ‘sigc::slot7<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7> (const sigc::slot7<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7>&)’
  4058. slot7(slot7&& src)
  4059. ^
  4060. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1460:25: error: expected ‘,’ or ‘...’ before ‘&&’ token
  4061. slot7& operator=(slot7&& src)
  4062. ^
  4063. /usr/include/sigc++-2.0/sigc++/functors/slot.h: In member function ‘sigc::slot7<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7>& sigc::slot7<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7>::operator=(sigc::slot7<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7>)’:
  4064. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1462:26: error: ‘move’ is not a member of ‘std’
  4065. slot_base::operator=(std::move(src));
  4066. ^
  4067. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1462:36: error: ‘src’ was not declared in this scope
  4068. slot_base::operator=(std::move(src));
  4069. ^
  4070. /usr/include/sigc++-2.0/sigc++/functors/slot.h: At global scope:
  4071. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1476:86: error: ‘>>’ should be ‘> >’ within a nested template argument list
  4072. struct visitor<slot7<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7>>
  4073. ^
  4074. /usr/include/sigc++-2.0/sigc++/functors/slot.h: In static member function ‘static void sigc::visitor<sigc::slot7<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7> >::do_visit_each(const sigc::internal::limit_derived_target<sigc::trackable*, sigc::internal::slot_do_bind>&, const sigc::slot7<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7>&)’:
  4075. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1481:54: error: ‘nullptr’ was not declared in this scope
  4076. if (_A_target.rep_ && _A_target.rep_->parent_ == nullptr)
  4077. ^
  4078. /usr/include/sigc++-2.0/sigc++/functors/slot.h: In static member function ‘static void sigc::visitor<sigc::slot7<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7> >::do_visit_each(const sigc::internal::limit_derived_target<sigc::trackable*, sigc::internal::slot_do_unbind>&, const sigc::slot7<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7>&)’:
  4079. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1489:34: error: ‘nullptr’ was not declared in this scope
  4080. _A_target.rep_->set_parent(nullptr, nullptr);
  4081. ^
  4082. /usr/include/sigc++-2.0/sigc++/functors/slot.h: At global scope:
  4083. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1572:12: error: expected ‘,’ or ‘...’ before ‘&&’ token
  4084. slot(slot&& src)
  4085. ^
  4086. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1572:18: error: invalid constructor; you probably meant ‘sigc::slot<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7> (const sigc::slot<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7>&)’
  4087. slot(slot&& src)
  4088. ^
  4089. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1590:23: error: expected ‘,’ or ‘...’ before ‘&&’ token
  4090. slot& operator=(slot&& src)
  4091. ^
  4092. /usr/include/sigc++-2.0/sigc++/functors/slot.h: In member function ‘sigc::slot<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7>& sigc::slot<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7>::operator=(sigc::slot<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7>)’:
  4093. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1592:28: error: ‘move’ is not a member of ‘std’
  4094. parent_type::operator=(std::move(src));
  4095. ^
  4096. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1592:38: error: ‘src’ was not declared in this scope
  4097. parent_type::operator=(std::move(src));
  4098. ^
  4099. /usr/include/sigc++-2.0/sigc++/functors/slot.h: At global scope:
  4100. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1621:85: error: ‘>>’ should be ‘> >’ within a nested template argument list
  4101. struct visitor<slot<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7>>
  4102. ^
  4103. /usr/include/sigc++-2.0/sigc++/functors/slot.h: In static member function ‘static void sigc::visitor<sigc::slot<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7> >::do_visit_each(const sigc::internal::limit_derived_target<sigc::trackable*, sigc::internal::slot_do_bind>&, const sigc::slot<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7>&)’:
  4104. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1626:54: error: ‘nullptr’ was not declared in this scope
  4105. if (_A_target.rep_ && _A_target.rep_->parent_ == nullptr)
  4106. ^
  4107. /usr/include/sigc++-2.0/sigc++/functors/slot.h: In static member function ‘static void sigc::visitor<sigc::slot<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7> >::do_visit_each(const sigc::internal::limit_derived_target<sigc::trackable*, sigc::internal::slot_do_unbind>&, const sigc::slot<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7>&)’:
  4108. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1634:34: error: ‘nullptr’ was not declared in this scope
  4109. _A_target.rep_->set_parent(nullptr, nullptr);
  4110. ^
  4111. /usr/include/sigc++-2.0/sigc++/functors/slot.h: At global scope:
  4112. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1684:12: error: expected ‘,’ or ‘...’ before ‘&&’ token
  4113. slot(slot&& src)
  4114. ^
  4115. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1684:18: error: invalid constructor; you probably meant ‘sigc::slot<T_return, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil> (const sigc::slot<T_return, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>&)’
  4116. slot(slot&& src)
  4117. ^
  4118. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1702:23: error: expected ‘,’ or ‘...’ before ‘&&’ token
  4119. slot& operator=(slot&& src)
  4120. ^
  4121. /usr/include/sigc++-2.0/sigc++/functors/slot.h: In member function ‘sigc::slot<T_return, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>& sigc::slot<T_return, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::operator=(sigc::slot<T_return, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>)’:
  4122. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1704:28: error: ‘move’ is not a member of ‘std’
  4123. parent_type::operator=(std::move(src));
  4124. ^
  4125. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1704:38: error: ‘src’ was not declared in this scope
  4126. parent_type::operator=(std::move(src));
  4127. ^
  4128. /usr/include/sigc++-2.0/sigc++/functors/slot.h: At global scope:
  4129. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1747:12: error: expected ‘,’ or ‘...’ before ‘&&’ token
  4130. slot(slot&& src)
  4131. ^
  4132. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1747:18: error: invalid constructor; you probably meant ‘sigc::slot<T_return, T_arg1, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil> (const sigc::slot<T_return, T_arg1, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>&)’
  4133. slot(slot&& src)
  4134. ^
  4135. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1765:23: error: expected ‘,’ or ‘...’ before ‘&&’ token
  4136. slot& operator=(slot&& src)
  4137. ^
  4138. /usr/include/sigc++-2.0/sigc++/functors/slot.h: In member function ‘sigc::slot<T_return, T_arg1, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>& sigc::slot<T_return, T_arg1, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::operator=(sigc::slot<T_return, T_arg1, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>)’:
  4139. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1767:28: error: ‘move’ is not a member of ‘std’
  4140. parent_type::operator=(std::move(src));
  4141. ^
  4142. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1767:38: error: ‘src’ was not declared in this scope
  4143. parent_type::operator=(std::move(src));
  4144. ^
  4145. /usr/include/sigc++-2.0/sigc++/functors/slot.h: At global scope:
  4146. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1810:12: error: expected ‘,’ or ‘...’ before ‘&&’ token
  4147. slot(slot&& src)
  4148. ^
  4149. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1810:18: error: invalid constructor; you probably meant ‘sigc::slot<T_return, T_arg1, T_arg2, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil> (const sigc::slot<T_return, T_arg1, T_arg2, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>&)’
  4150. slot(slot&& src)
  4151. ^
  4152. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1828:23: error: expected ‘,’ or ‘...’ before ‘&&’ token
  4153. slot& operator=(slot&& src)
  4154. ^
  4155. /usr/include/sigc++-2.0/sigc++/functors/slot.h: In member function ‘sigc::slot<T_return, T_arg1, T_arg2, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>& sigc::slot<T_return, T_arg1, T_arg2, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::operator=(sigc::slot<T_return, T_arg1, T_arg2, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>)’:
  4156. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1830:28: error: ‘move’ is not a member of ‘std’
  4157. parent_type::operator=(std::move(src));
  4158. ^
  4159. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1830:38: error: ‘src’ was not declared in this scope
  4160. parent_type::operator=(std::move(src));
  4161. ^
  4162. /usr/include/sigc++-2.0/sigc++/functors/slot.h: At global scope:
  4163. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1873:12: error: expected ‘,’ or ‘...’ before ‘&&’ token
  4164. slot(slot&& src)
  4165. ^
  4166. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1873:18: error: invalid constructor; you probably meant ‘sigc::slot<T_return, T_arg1, T_arg2, T_arg3, sigc::nil, sigc::nil, sigc::nil, sigc::nil> (const sigc::slot<T_return, T_arg1, T_arg2, T_arg3, sigc::nil, sigc::nil, sigc::nil, sigc::nil>&)’
  4167. slot(slot&& src)
  4168. ^
  4169. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1891:23: error: expected ‘,’ or ‘...’ before ‘&&’ token
  4170. slot& operator=(slot&& src)
  4171. ^
  4172. /usr/include/sigc++-2.0/sigc++/functors/slot.h: In member function ‘sigc::slot<T_return, T_arg1, T_arg2, T_arg3, sigc::nil, sigc::nil, sigc::nil, sigc::nil>& sigc::slot<T_return, T_arg1, T_arg2, T_arg3, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::operator=(sigc::slot<T_return, T_arg1, T_arg2, T_arg3, sigc::nil, sigc::nil, sigc::nil, sigc::nil>)’:
  4173. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1893:28: error: ‘move’ is not a member of ‘std’
  4174. parent_type::operator=(std::move(src));
  4175. ^
  4176. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1893:38: error: ‘src’ was not declared in this scope
  4177. parent_type::operator=(std::move(src));
  4178. ^
  4179. /usr/include/sigc++-2.0/sigc++/functors/slot.h: At global scope:
  4180. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1936:12: error: expected ‘,’ or ‘...’ before ‘&&’ token
  4181. slot(slot&& src)
  4182. ^
  4183. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1936:18: error: invalid constructor; you probably meant ‘sigc::slot<T_return, T_arg1, T_arg2, T_arg3, T_arg4, sigc::nil, sigc::nil, sigc::nil> (const sigc::slot<T_return, T_arg1, T_arg2, T_arg3, T_arg4, sigc::nil, sigc::nil, sigc::nil>&)’
  4184. slot(slot&& src)
  4185. ^
  4186. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1954:23: error: expected ‘,’ or ‘...’ before ‘&&’ token
  4187. slot& operator=(slot&& src)
  4188. ^
  4189. /usr/include/sigc++-2.0/sigc++/functors/slot.h: In member function ‘sigc::slot<T_return, T_arg1, T_arg2, T_arg3, T_arg4, sigc::nil, sigc::nil, sigc::nil>& sigc::slot<T_return, T_arg1, T_arg2, T_arg3, T_arg4, sigc::nil, sigc::nil, sigc::nil>::operator=(sigc::slot<T_return, T_arg1, T_arg2, T_arg3, T_arg4, sigc::nil, sigc::nil, sigc::nil>)’:
  4190. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1956:28: error: ‘move’ is not a member of ‘std’
  4191. parent_type::operator=(std::move(src));
  4192. ^
  4193. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1956:38: error: ‘src’ was not declared in this scope
  4194. parent_type::operator=(std::move(src));
  4195. ^
  4196. /usr/include/sigc++-2.0/sigc++/functors/slot.h: At global scope:
  4197. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1999:12: error: expected ‘,’ or ‘...’ before ‘&&’ token
  4198. slot(slot&& src)
  4199. ^
  4200. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1999:18: error: invalid constructor; you probably meant ‘sigc::slot<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, sigc::nil, sigc::nil> (const sigc::slot<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, sigc::nil, sigc::nil>&)’
  4201. slot(slot&& src)
  4202. ^
  4203. /usr/include/sigc++-2.0/sigc++/functors/slot.h:2017:23: error: expected ‘,’ or ‘...’ before ‘&&’ token
  4204. slot& operator=(slot&& src)
  4205. ^
  4206. /usr/include/sigc++-2.0/sigc++/functors/slot.h: In member function ‘sigc::slot<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, sigc::nil, sigc::nil>& sigc::slot<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, sigc::nil, sigc::nil>::operator=(sigc::slot<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, sigc::nil, sigc::nil>)’:
  4207. /usr/include/sigc++-2.0/sigc++/functors/slot.h:2019:28: error: ‘move’ is not a member of ‘std’
  4208. parent_type::operator=(std::move(src));
  4209. ^
  4210. /usr/include/sigc++-2.0/sigc++/functors/slot.h:2019:38: error: ‘src’ was not declared in this scope
  4211. parent_type::operator=(std::move(src));
  4212. ^
  4213. /usr/include/sigc++-2.0/sigc++/functors/slot.h: At global scope:
  4214. /usr/include/sigc++-2.0/sigc++/functors/slot.h:2062:12: error: expected ‘,’ or ‘...’ before ‘&&’ token
  4215. slot(slot&& src)
  4216. ^
  4217. /usr/include/sigc++-2.0/sigc++/functors/slot.h:2062:18: error: invalid constructor; you probably meant ‘sigc::slot<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, sigc::nil> (const sigc::slot<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, sigc::nil>&)’
  4218. slot(slot&& src)
  4219. ^
  4220. /usr/include/sigc++-2.0/sigc++/functors/slot.h:2080:23: error: expected ‘,’ or ‘...’ before ‘&&’ token
  4221. slot& operator=(slot&& src)
  4222. ^
  4223. /usr/include/sigc++-2.0/sigc++/functors/slot.h: In member function ‘sigc::slot<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, sigc::nil>& sigc::slot<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, sigc::nil>::operator=(sigc::slot<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, sigc::nil>)’:
  4224. /usr/include/sigc++-2.0/sigc++/functors/slot.h:2082:28: error: ‘move’ is not a member of ‘std’
  4225. parent_type::operator=(std::move(src));
  4226. ^
  4227. /usr/include/sigc++-2.0/sigc++/functors/slot.h:2082:38: error: ‘src’ was not declared in this scope
  4228. parent_type::operator=(std::move(src));
  4229. ^
  4230. In file included from /usr/include/sigc++-2.0/sigc++/signal.h:8:0,
  4231. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  4232. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  4233. from /usr/include/glibmm-2.4/glibmm.h:87,
  4234. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  4235. from applet.cpp:29:
  4236. /usr/include/sigc++-2.0/sigc++/signal_base.h: At global scope:
  4237. /usr/include/sigc++-2.0/sigc++/signal_base.h:54:41: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  4238. signal_impl(const signal_impl& src) = delete;
  4239. ^
  4240. /usr/include/sigc++-2.0/sigc++/signal_base.h:55:52: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  4241. signal_impl& operator=(const signal_impl& src) = delete;
  4242. ^
  4243. /usr/include/sigc++-2.0/sigc++/signal_base.h:57:26: error: expected ‘,’ or ‘...’ before ‘&&’ token
  4244. signal_impl(signal_impl&& src) = delete;
  4245. ^
  4246. /usr/include/sigc++-2.0/sigc++/signal_base.h:57:36: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  4247. signal_impl(signal_impl&& src) = delete;
  4248. ^
  4249. /usr/include/sigc++-2.0/sigc++/signal_base.h:57:36: error: invalid constructor; you probably meant ‘sigc::internal::signal_impl (const sigc::internal::signal_impl&)’
  4250. /usr/include/sigc++-2.0/sigc++/signal_base.h:58:37: error: expected ‘,’ or ‘...’ before ‘&&’ token
  4251. signal_impl& operator=(signal_impl&& src) = delete;
  4252. ^
  4253. /usr/include/sigc++-2.0/sigc++/signal_base.h:58:47: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  4254. signal_impl& operator=(signal_impl&& src) = delete;
  4255. ^
  4256. /usr/include/sigc++-2.0/sigc++/signal_base.h:67:25: error: expected ‘;’ at end of member declaration
  4257. inline void reference() noexcept
  4258. ^
  4259. /usr/include/sigc++-2.0/sigc++/signal_base.h:67:27: error: ‘noexcept’ does not name a type
  4260. inline void reference() noexcept
  4261. ^
  4262. /usr/include/sigc++-2.0/sigc++/signal_base.h:71:30: error: expected ‘;’ at end of member declaration
  4263. inline void reference_exec() noexcept
  4264. ^
  4265. /usr/include/sigc++-2.0/sigc++/signal_base.h:71:32: error: ‘noexcept’ does not name a type
  4266. inline void reference_exec() noexcept
  4267. ^
  4268. /usr/include/sigc++-2.0/sigc++/signal_base.h:93:23: error: expected ‘;’ at end of member declaration
  4269. inline bool empty() const noexcept
  4270. ^
  4271. /usr/include/sigc++-2.0/sigc++/signal_base.h:93:29: error: ‘noexcept’ does not name a type
  4272. inline bool empty() const noexcept
  4273. ^
  4274. /usr/include/sigc++-2.0/sigc++/signal_base.h:102:20: error: expected ‘;’ at end of member declaration
  4275. size_type size() const noexcept;
  4276. ^
  4277. /usr/include/sigc++-2.0/sigc++/signal_base.h:102:26: error: ‘noexcept’ does not name a type
  4278. size_type size() const noexcept;
  4279. ^
  4280. /usr/include/sigc++-2.0/sigc++/signal_base.h:109:18: error: expected ‘;’ at end of member declaration
  4281. bool blocked() const noexcept;
  4282. ^
  4283. /usr/include/sigc++-2.0/sigc++/signal_base.h:109:24: error: ‘noexcept’ does not name a type
  4284. bool blocked() const noexcept;
  4285. ^
  4286. /usr/include/sigc++-2.0/sigc++/signal_base.h:121:38: error: expected ‘;’ at end of member declaration
  4287. void block(bool should_block = true) noexcept;
  4288. ^
  4289. /usr/include/sigc++-2.0/sigc++/signal_base.h:121:40: error: ‘noexcept’ does not name a type
  4290. void block(bool should_block = true) noexcept;
  4291. ^
  4292. /usr/include/sigc++-2.0/sigc++/signal_base.h:181:44: error: expected ‘;’ at end of member declaration
  4293. inline signal_exec(const signal_impl* sig) noexcept
  4294. ^
  4295. /usr/include/sigc++-2.0/sigc++/signal_base.h:181:46: error: ‘noexcept’ does not name a type
  4296. inline signal_exec(const signal_impl* sig) noexcept
  4297. ^
  4298. /usr/include/sigc++-2.0/sigc++/signal_base.h:289:15: error: expected ‘;’ at end of member declaration
  4299. signal_base() noexcept;
  4300. ^
  4301. /usr/include/sigc++-2.0/sigc++/signal_base.h:289:17: error: ‘noexcept’ does not name a type
  4302. signal_base() noexcept;
  4303. ^
  4304. /usr/include/sigc++-2.0/sigc++/signal_base.h:291:37: error: expected ‘;’ at end of member declaration
  4305. signal_base(const signal_base& src) noexcept;
  4306. ^
  4307. /usr/include/sigc++-2.0/sigc++/signal_base.h:291:39: error: ‘noexcept’ does not name a type
  4308. signal_base(const signal_base& src) noexcept;
  4309. ^
  4310. /usr/include/sigc++-2.0/sigc++/signal_base.h:293:26: error: expected ‘,’ or ‘...’ before ‘&&’ token
  4311. signal_base(signal_base&& src);
  4312. ^
  4313. /usr/include/sigc++-2.0/sigc++/signal_base.h:293:32: error: invalid constructor; you probably meant ‘sigc::signal_base (const sigc::signal_base&)’
  4314. signal_base(signal_base&& src);
  4315. ^
  4316. /usr/include/sigc++-2.0/sigc++/signal_base.h:299:37: error: expected ‘,’ or ‘...’ before ‘&&’ token
  4317. signal_base& operator=(signal_base&& src);
  4318. ^
  4319. /usr/include/sigc++-2.0/sigc++/signal_base.h:304:23: error: expected ‘;’ at end of member declaration
  4320. inline bool empty() const noexcept
  4321. ^
  4322. /usr/include/sigc++-2.0/sigc++/signal_base.h:304:29: error: ‘noexcept’ does not name a type
  4323. inline bool empty() const noexcept
  4324. ^
  4325. /usr/include/sigc++-2.0/sigc++/signal_base.h:313:20: error: expected ‘;’ at end of member declaration
  4326. size_type size() const noexcept;
  4327. ^
  4328. /usr/include/sigc++-2.0/sigc++/signal_base.h:313:26: error: ‘noexcept’ does not name a type
  4329. size_type size() const noexcept;
  4330. ^
  4331. /usr/include/sigc++-2.0/sigc++/signal_base.h:320:18: error: expected ‘;’ at end of member declaration
  4332. bool blocked() const noexcept;
  4333. ^
  4334. /usr/include/sigc++-2.0/sigc++/signal_base.h:320:24: error: ‘noexcept’ does not name a type
  4335. bool blocked() const noexcept;
  4336. ^
  4337. /usr/include/sigc++-2.0/sigc++/signal_base.h:333:38: error: expected ‘;’ at end of member declaration
  4338. void block(bool should_block = true) noexcept;
  4339. ^
  4340. /usr/include/sigc++-2.0/sigc++/signal_base.h:333:40: error: ‘noexcept’ does not name a type
  4341. void block(bool should_block = true) noexcept;
  4342. ^
  4343. /usr/include/sigc++-2.0/sigc++/signal_base.h:339:16: error: expected ‘;’ at end of member declaration
  4344. void unblock() noexcept;
  4345. ^
  4346. /usr/include/sigc++-2.0/sigc++/signal_base.h:339:18: error: ‘noexcept’ does not name a type
  4347. void unblock() noexcept;
  4348. ^
  4349. In file included from /usr/include/sigc++-2.0/sigc++/sigc++.h:86:0,
  4350. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  4351. from /usr/include/glibmm-2.4/glibmm.h:87,
  4352. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  4353. from applet.cpp:29:
  4354. /usr/include/sigc++-2.0/sigc++/signal.h: In constructor ‘sigc::slot_list<T_slot>::slot_list()’:
  4355. /usr/include/sigc++-2.0/sigc++/signal.h:190:13: error: ‘nullptr’ was not declared in this scope
  4356. : list_(nullptr) {}
  4357. ^
  4358. /usr/include/sigc++-2.0/sigc++/signal.h: In member function ‘void sigc::slot_list<T_slot>::pop_back()’:
  4359. /usr/include/sigc++-2.0/sigc++/signal.h:255:12: error: ‘tmp_’ does not name a type
  4360. auto tmp_ = end();
  4361. ^
  4362. /usr/include/sigc++-2.0/sigc++/signal.h:256:15: error: ‘tmp_’ was not declared in this scope
  4363. erase(--tmp_);
  4364. ^
  4365. /usr/include/sigc++-2.0/sigc++/signal.h: In constructor ‘sigc::internal::slot_iterator_buf<T_emitter, T_result>::slot_iterator_buf()’:
  4366. /usr/include/sigc++-2.0/sigc++/signal.h:291:10: error: ‘nullptr’ was not declared in this scope
  4367. : c_(nullptr), invoked_(false) {}
  4368. ^
  4369. /usr/include/sigc++-2.0/sigc++/signal.h: In constructor ‘sigc::internal::slot_iterator_buf<T_emitter, void>::slot_iterator_buf()’:
  4370. /usr/include/sigc++-2.0/sigc++/signal.h:368:10: error: ‘nullptr’ was not declared in this scope
  4371. : c_(nullptr), invoked_(false) {}
  4372. ^
  4373. /usr/include/sigc++-2.0/sigc++/signal.h: In constructor ‘sigc::internal::slot_reverse_iterator_buf<T_emitter, T_result>::slot_reverse_iterator_buf()’:
  4374. /usr/include/sigc++-2.0/sigc++/signal.h:445:10: error: ‘nullptr’ was not declared in this scope
  4375. : c_(nullptr), invoked_(false) {}
  4376. ^
  4377. /usr/include/sigc++-2.0/sigc++/signal.h: In constructor ‘sigc::internal::slot_reverse_iterator_buf<T_emitter, void>::slot_reverse_iterator_buf()’:
  4378. /usr/include/sigc++-2.0/sigc++/signal.h:524:10: error: ‘nullptr’ was not declared in this scope
  4379. : c_(nullptr), invoked_(false) {}
  4380. ^
  4381. In file included from /usr/include/sigc++-2.0/sigc++/sigc++.h:86:0,
  4382. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  4383. from /usr/include/glibmm-2.4/glibmm.h:87,
  4384. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  4385. from applet.cpp:29:
  4386. /usr/include/sigc++-2.0/sigc++/signal.h: At global scope:
  4387. /usr/include/sigc++-2.0/sigc++/signal.h:819:33: error: expected ‘)’ before ‘<’ token
  4388. signal_emit1(type_trait_take_t<T_arg1> _A_a1)
  4389. ^
  4390. /usr/include/sigc++-2.0/sigc++/signal.h:836:46: error: ‘type_trait_take_t’ has not been declared
  4391. static result_type emit(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1)
  4392. ^
  4393. /usr/include/sigc++-2.0/sigc++/signal.h:836:63: error: expected ‘,’ or ‘...’ before ‘<’ token
  4394. static result_type emit(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1)
  4395. ^
  4396. /usr/include/sigc++-2.0/sigc++/signal.h:857:54: error: ‘type_trait_take_t’ has not been declared
  4397. static result_type emit_reverse(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1)
  4398. ^
  4399. /usr/include/sigc++-2.0/sigc++/signal.h:857:71: error: expected ‘,’ or ‘...’ before ‘<’ token
  4400. static result_type emit_reverse(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1)
  4401. ^
  4402. /usr/include/sigc++-2.0/sigc++/signal.h:872:3: error: ‘type_trait_take_t’ does not name a type
  4403. type_trait_take_t<T_arg1> _A_a1_;
  4404. ^
  4405. /usr/include/sigc++-2.0/sigc++/signal.h: In member function ‘T_return sigc::internal::signal_emit1<T_return, T_arg1, T_accumulator>::operator()(const slot_type&) const’:
  4406. /usr/include/sigc++-2.0/sigc++/signal.h:828:99: error: ‘_A_a1_’ was not declared in this scope
  4407. { return (reinterpret_cast<typename slot_type::call_type>(_A_slot.rep_->call_))(_A_slot.rep_, _A_a1_); }
  4408. ^
  4409. /usr/include/sigc++-2.0/sigc++/signal.h: In static member function ‘static sigc::internal::signal_emit1<T_return, T_arg1, T_accumulator>::result_type sigc::internal::signal_emit1<T_return, T_arg1, T_accumulator>::emit(sigc::internal::signal_impl*, int)’:
  4410. /usr/include/sigc++-2.0/sigc++/signal.h:846:23: error: ‘_A_a1’ was not declared in this scope
  4411. self_type self (_A_a1);
  4412. ^
  4413. /usr/include/sigc++-2.0/sigc++/signal.h: In static member function ‘static sigc::internal::signal_emit1<T_return, T_arg1, T_accumulator>::result_type sigc::internal::signal_emit1<T_return, T_arg1, T_accumulator>::emit_reverse(sigc::internal::signal_impl*, int)’:
  4414. /usr/include/sigc++-2.0/sigc++/signal.h:867:23: error: ‘_A_a1’ was not declared in this scope
  4415. self_type self (_A_a1);
  4416. ^
  4417. /usr/include/sigc++-2.0/sigc++/signal.h: At global scope:
  4418. /usr/include/sigc++-2.0/sigc++/signal.h:896:46: error: ‘type_trait_take_t’ has not been declared
  4419. static result_type emit(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1)
  4420. ^
  4421. /usr/include/sigc++-2.0/sigc++/signal.h:896:63: error: expected ‘,’ or ‘...’ before ‘<’ token
  4422. static result_type emit(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1)
  4423. ^
  4424. /usr/include/sigc++-2.0/sigc++/signal.h:935:54: error: ‘type_trait_take_t’ has not been declared
  4425. static result_type emit_reverse(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1)
  4426. ^
  4427. /usr/include/sigc++-2.0/sigc++/signal.h:935:71: error: expected ‘,’ or ‘...’ before ‘<’ token
  4428. static result_type emit_reverse(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1)
  4429. ^
  4430. /usr/include/sigc++-2.0/sigc++/signal.h: In static member function ‘static sigc::internal::signal_emit1<T_return, T_arg1, sigc::nil>::result_type sigc::internal::signal_emit1<T_return, T_arg1, sigc::nil>::emit(sigc::internal::signal_impl*, int)’:
  4431. /usr/include/sigc++-2.0/sigc++/signal.h:915:71: error: ‘_A_a1’ was not declared in this scope
  4432. r_ = (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1);
  4433. ^
  4434. /usr/include/sigc++-2.0/sigc++/signal.h: In static member function ‘static sigc::internal::signal_emit1<T_return, T_arg1, sigc::nil>::result_type sigc::internal::signal_emit1<T_return, T_arg1, sigc::nil>::emit_reverse(sigc::internal::signal_impl*, int)’:
  4435. /usr/include/sigc++-2.0/sigc++/signal.h:961:71: error: ‘_A_a1’ was not declared in this scope
  4436. r_ = (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1);
  4437. ^
  4438. /usr/include/sigc++-2.0/sigc++/signal.h: At global scope:
  4439. /usr/include/sigc++-2.0/sigc++/signal.h:994:46: error: ‘type_trait_take_t’ has not been declared
  4440. static result_type emit(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1)
  4441. ^
  4442. /usr/include/sigc++-2.0/sigc++/signal.h:994:63: error: expected ‘,’ or ‘...’ before ‘<’ token
  4443. static result_type emit(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1)
  4444. ^
  4445. /usr/include/sigc++-2.0/sigc++/signal.h:1014:54: error: ‘type_trait_take_t’ has not been declared
  4446. static result_type emit_reverse(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1)
  4447. ^
  4448. /usr/include/sigc++-2.0/sigc++/signal.h:1014:71: error: expected ‘,’ or ‘...’ before ‘<’ token
  4449. static result_type emit_reverse(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1)
  4450. ^
  4451. /usr/include/sigc++-2.0/sigc++/signal.h: In static member function ‘static sigc::internal::signal_emit1<void, T_arg1, sigc::nil>::result_type sigc::internal::signal_emit1<void, T_arg1, sigc::nil>::emit(sigc::internal::signal_impl*, int)’:
  4452. /usr/include/sigc++-2.0/sigc++/signal.h:1004:68: error: ‘_A_a1’ was not declared in this scope
  4453. (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1);
  4454. ^
  4455. /usr/include/sigc++-2.0/sigc++/signal.h: In static member function ‘static sigc::internal::signal_emit1<void, T_arg1, sigc::nil>::result_type sigc::internal::signal_emit1<void, T_arg1, sigc::nil>::emit_reverse(sigc::internal::signal_impl*, int)’:
  4456. /usr/include/sigc++-2.0/sigc++/signal.h:1030:68: error: ‘_A_a1’ was not declared in this scope
  4457. (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1);
  4458. ^
  4459. /usr/include/sigc++-2.0/sigc++/signal.h: At global scope:
  4460. /usr/include/sigc++-2.0/sigc++/signal.h:1055:33: error: expected ‘)’ before ‘<’ token
  4461. signal_emit2(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2)
  4462. ^
  4463. /usr/include/sigc++-2.0/sigc++/signal.h:1073:46: error: ‘type_trait_take_t’ has not been declared
  4464. static result_type emit(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2)
  4465. ^
  4466. /usr/include/sigc++-2.0/sigc++/signal.h:1073:63: error: expected ‘,’ or ‘...’ before ‘<’ token
  4467. static result_type emit(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2)
  4468. ^
  4469. /usr/include/sigc++-2.0/sigc++/signal.h:1095:54: error: ‘type_trait_take_t’ has not been declared
  4470. static result_type emit_reverse(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2)
  4471. ^
  4472. /usr/include/sigc++-2.0/sigc++/signal.h:1095:71: error: expected ‘,’ or ‘...’ before ‘<’ token
  4473. static result_type emit_reverse(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2)
  4474. ^
  4475. /usr/include/sigc++-2.0/sigc++/signal.h:1110:3: error: ‘type_trait_take_t’ does not name a type
  4476. type_trait_take_t<T_arg1> _A_a1_;
  4477. ^
  4478. /usr/include/sigc++-2.0/sigc++/signal.h:1111:3: error: ‘type_trait_take_t’ does not name a type
  4479. type_trait_take_t<T_arg2> _A_a2_;
  4480. ^
  4481. /usr/include/sigc++-2.0/sigc++/signal.h: In member function ‘T_return sigc::internal::signal_emit2<T_return, T_arg1, T_arg2, T_accumulator>::operator()(const slot_type&) const’:
  4482. /usr/include/sigc++-2.0/sigc++/signal.h:1064:99: error: ‘_A_a1_’ was not declared in this scope
  4483. { return (reinterpret_cast<typename slot_type::call_type>(_A_slot.rep_->call_))(_A_slot.rep_, _A_a1_, _A_a2_); }
  4484. ^
  4485. /usr/include/sigc++-2.0/sigc++/signal.h:1064:107: error: ‘_A_a2_’ was not declared in this scope
  4486. { return (reinterpret_cast<typename slot_type::call_type>(_A_slot.rep_->call_))(_A_slot.rep_, _A_a1_, _A_a2_); }
  4487. ^
  4488. /usr/include/sigc++-2.0/sigc++/signal.h: In static member function ‘static sigc::internal::signal_emit2<T_return, T_arg1, T_arg2, T_accumulator>::result_type sigc::internal::signal_emit2<T_return, T_arg1, T_arg2, T_accumulator>::emit(sigc::internal::signal_impl*, int)’:
  4489. /usr/include/sigc++-2.0/sigc++/signal.h:1083:23: error: ‘_A_a1’ was not declared in this scope
  4490. self_type self (_A_a1, _A_a2);
  4491. ^
  4492. /usr/include/sigc++-2.0/sigc++/signal.h:1083:30: error: ‘_A_a2’ was not declared in this scope
  4493. self_type self (_A_a1, _A_a2);
  4494. ^
  4495. /usr/include/sigc++-2.0/sigc++/signal.h: In static member function ‘static sigc::internal::signal_emit2<T_return, T_arg1, T_arg2, T_accumulator>::result_type sigc::internal::signal_emit2<T_return, T_arg1, T_arg2, T_accumulator>::emit_reverse(sigc::internal::signal_impl*, int)’:
  4496. /usr/include/sigc++-2.0/sigc++/signal.h:1105:23: error: ‘_A_a1’ was not declared in this scope
  4497. self_type self (_A_a1, _A_a2);
  4498. ^
  4499. /usr/include/sigc++-2.0/sigc++/signal.h:1105:30: error: ‘_A_a2’ was not declared in this scope
  4500. self_type self (_A_a1, _A_a2);
  4501. ^
  4502. /usr/include/sigc++-2.0/sigc++/signal.h: At global scope:
  4503. /usr/include/sigc++-2.0/sigc++/signal.h:1136:46: error: ‘type_trait_take_t’ has not been declared
  4504. static result_type emit(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2)
  4505. ^
  4506. /usr/include/sigc++-2.0/sigc++/signal.h:1136:63: error: expected ‘,’ or ‘...’ before ‘<’ token
  4507. static result_type emit(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2)
  4508. ^
  4509. /usr/include/sigc++-2.0/sigc++/signal.h:1176:54: error: ‘type_trait_take_t’ has not been declared
  4510. static result_type emit_reverse(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2)
  4511. ^
  4512. /usr/include/sigc++-2.0/sigc++/signal.h:1176:71: error: expected ‘,’ or ‘...’ before ‘<’ token
  4513. static result_type emit_reverse(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2)
  4514. ^
  4515. /usr/include/sigc++-2.0/sigc++/signal.h: In static member function ‘static sigc::internal::signal_emit2<T_return, T_arg1, T_arg2, sigc::nil>::result_type sigc::internal::signal_emit2<T_return, T_arg1, T_arg2, sigc::nil>::emit(sigc::internal::signal_impl*, int)’:
  4516. /usr/include/sigc++-2.0/sigc++/signal.h:1155:71: error: ‘_A_a1’ was not declared in this scope
  4517. r_ = (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2);
  4518. ^
  4519. /usr/include/sigc++-2.0/sigc++/signal.h:1155:78: error: ‘_A_a2’ was not declared in this scope
  4520. r_ = (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2);
  4521. ^
  4522. /usr/include/sigc++-2.0/sigc++/signal.h: In static member function ‘static sigc::internal::signal_emit2<T_return, T_arg1, T_arg2, sigc::nil>::result_type sigc::internal::signal_emit2<T_return, T_arg1, T_arg2, sigc::nil>::emit_reverse(sigc::internal::signal_impl*, int)’:
  4523. /usr/include/sigc++-2.0/sigc++/signal.h:1202:71: error: ‘_A_a1’ was not declared in this scope
  4524. r_ = (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2);
  4525. ^
  4526. /usr/include/sigc++-2.0/sigc++/signal.h:1202:78: error: ‘_A_a2’ was not declared in this scope
  4527. r_ = (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2);
  4528. ^
  4529. /usr/include/sigc++-2.0/sigc++/signal.h: At global scope:
  4530. /usr/include/sigc++-2.0/sigc++/signal.h:1236:46: error: ‘type_trait_take_t’ has not been declared
  4531. static result_type emit(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2)
  4532. ^
  4533. /usr/include/sigc++-2.0/sigc++/signal.h:1236:63: error: expected ‘,’ or ‘...’ before ‘<’ token
  4534. static result_type emit(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2)
  4535. ^
  4536. /usr/include/sigc++-2.0/sigc++/signal.h:1257:54: error: ‘type_trait_take_t’ has not been declared
  4537. static result_type emit_reverse(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2)
  4538. ^
  4539. /usr/include/sigc++-2.0/sigc++/signal.h:1257:71: error: expected ‘,’ or ‘...’ before ‘<’ token
  4540. static result_type emit_reverse(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2)
  4541. ^
  4542. /usr/include/sigc++-2.0/sigc++/signal.h: In static member function ‘static sigc::internal::signal_emit2<void, T_arg1, T_arg2, sigc::nil>::result_type sigc::internal::signal_emit2<void, T_arg1, T_arg2, sigc::nil>::emit(sigc::internal::signal_impl*, int)’:
  4543. /usr/include/sigc++-2.0/sigc++/signal.h:1246:68: error: ‘_A_a1’ was not declared in this scope
  4544. (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2);
  4545. ^
  4546. /usr/include/sigc++-2.0/sigc++/signal.h:1246:75: error: ‘_A_a2’ was not declared in this scope
  4547. (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2);
  4548. ^
  4549. /usr/include/sigc++-2.0/sigc++/signal.h: In static member function ‘static sigc::internal::signal_emit2<void, T_arg1, T_arg2, sigc::nil>::result_type sigc::internal::signal_emit2<void, T_arg1, T_arg2, sigc::nil>::emit_reverse(sigc::internal::signal_impl*, int)’:
  4550. /usr/include/sigc++-2.0/sigc++/signal.h:1273:68: error: ‘_A_a1’ was not declared in this scope
  4551. (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2);
  4552. ^
  4553. /usr/include/sigc++-2.0/sigc++/signal.h:1273:75: error: ‘_A_a2’ was not declared in this scope
  4554. (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2);
  4555. ^
  4556. /usr/include/sigc++-2.0/sigc++/signal.h: At global scope:
  4557. /usr/include/sigc++-2.0/sigc++/signal.h:1298:33: error: expected ‘)’ before ‘<’ token
  4558. signal_emit3(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3)
  4559. ^
  4560. /usr/include/sigc++-2.0/sigc++/signal.h:1317:46: error: ‘type_trait_take_t’ has not been declared
  4561. static result_type emit(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3)
  4562. ^
  4563. /usr/include/sigc++-2.0/sigc++/signal.h:1317:63: error: expected ‘,’ or ‘...’ before ‘<’ token
  4564. static result_type emit(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3)
  4565. ^
  4566. /usr/include/sigc++-2.0/sigc++/signal.h:1340:54: error: ‘type_trait_take_t’ has not been declared
  4567. static result_type emit_reverse(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3)
  4568. ^
  4569. /usr/include/sigc++-2.0/sigc++/signal.h:1340:71: error: expected ‘,’ or ‘...’ before ‘<’ token
  4570. static result_type emit_reverse(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3)
  4571. ^
  4572. /usr/include/sigc++-2.0/sigc++/signal.h:1355:3: error: ‘type_trait_take_t’ does not name a type
  4573. type_trait_take_t<T_arg1> _A_a1_;
  4574. ^
  4575. /usr/include/sigc++-2.0/sigc++/signal.h:1356:3: error: ‘type_trait_take_t’ does not name a type
  4576. type_trait_take_t<T_arg2> _A_a2_;
  4577. ^
  4578. /usr/include/sigc++-2.0/sigc++/signal.h:1357:3: error: ‘type_trait_take_t’ does not name a type
  4579. type_trait_take_t<T_arg3> _A_a3_;
  4580. ^
  4581. /usr/include/sigc++-2.0/sigc++/signal.h: In member function ‘T_return sigc::internal::signal_emit3<T_return, T_arg1, T_arg2, T_arg3, T_accumulator>::operator()(const slot_type&) const’:
  4582. /usr/include/sigc++-2.0/sigc++/signal.h:1307:99: error: ‘_A_a1_’ was not declared in this scope
  4583. { return (reinterpret_cast<typename slot_type::call_type>(_A_slot.rep_->call_))(_A_slot.rep_, _A_a1_, _A_a2_, _A_a3_); }
  4584. ^
  4585. /usr/include/sigc++-2.0/sigc++/signal.h:1307:107: error: ‘_A_a2_’ was not declared in this scope
  4586. { return (reinterpret_cast<typename slot_type::call_type>(_A_slot.rep_->call_))(_A_slot.rep_, _A_a1_, _A_a2_, _A_a3_); }
  4587. ^
  4588. /usr/include/sigc++-2.0/sigc++/signal.h:1307:115: error: ‘_A_a3_’ was not declared in this scope
  4589. { return (reinterpret_cast<typename slot_type::call_type>(_A_slot.rep_->call_))(_A_slot.rep_, _A_a1_, _A_a2_, _A_a3_); }
  4590. ^
  4591. /usr/include/sigc++-2.0/sigc++/signal.h: In static member function ‘static sigc::internal::signal_emit3<T_return, T_arg1, T_arg2, T_arg3, T_accumulator>::result_type sigc::internal::signal_emit3<T_return, T_arg1, T_arg2, T_arg3, T_accumulator>::emit(sigc::internal::signal_impl*, int)’:
  4592. /usr/include/sigc++-2.0/sigc++/signal.h:1327:23: error: ‘_A_a1’ was not declared in this scope
  4593. self_type self (_A_a1, _A_a2, _A_a3);
  4594. ^
  4595. /usr/include/sigc++-2.0/sigc++/signal.h:1327:30: error: ‘_A_a2’ was not declared in this scope
  4596. self_type self (_A_a1, _A_a2, _A_a3);
  4597. ^
  4598. /usr/include/sigc++-2.0/sigc++/signal.h:1327:37: error: ‘_A_a3’ was not declared in this scope
  4599. self_type self (_A_a1, _A_a2, _A_a3);
  4600. ^
  4601. /usr/include/sigc++-2.0/sigc++/signal.h: In static member function ‘static sigc::internal::signal_emit3<T_return, T_arg1, T_arg2, T_arg3, T_accumulator>::result_type sigc::internal::signal_emit3<T_return, T_arg1, T_arg2, T_arg3, T_accumulator>::emit_reverse(sigc::internal::signal_impl*, int)’:
  4602. /usr/include/sigc++-2.0/sigc++/signal.h:1350:23: error: ‘_A_a1’ was not declared in this scope
  4603. self_type self (_A_a1, _A_a2, _A_a3);
  4604. ^
  4605. /usr/include/sigc++-2.0/sigc++/signal.h:1350:30: error: ‘_A_a2’ was not declared in this scope
  4606. self_type self (_A_a1, _A_a2, _A_a3);
  4607. ^
  4608. /usr/include/sigc++-2.0/sigc++/signal.h:1350:37: error: ‘_A_a3’ was not declared in this scope
  4609. self_type self (_A_a1, _A_a2, _A_a3);
  4610. ^
  4611. /usr/include/sigc++-2.0/sigc++/signal.h: At global scope:
  4612. /usr/include/sigc++-2.0/sigc++/signal.h:1383:46: error: ‘type_trait_take_t’ has not been declared
  4613. static result_type emit(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3)
  4614. ^
  4615. /usr/include/sigc++-2.0/sigc++/signal.h:1383:63: error: expected ‘,’ or ‘...’ before ‘<’ token
  4616. static result_type emit(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3)
  4617. ^
  4618. /usr/include/sigc++-2.0/sigc++/signal.h:1424:54: error: ‘type_trait_take_t’ has not been declared
  4619. static result_type emit_reverse(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3)
  4620. ^
  4621. /usr/include/sigc++-2.0/sigc++/signal.h:1424:71: error: expected ‘,’ or ‘...’ before ‘<’ token
  4622. static result_type emit_reverse(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3)
  4623. ^
  4624. /usr/include/sigc++-2.0/sigc++/signal.h: In static member function ‘static sigc::internal::signal_emit3<T_return, T_arg1, T_arg2, T_arg3, sigc::nil>::result_type sigc::internal::signal_emit3<T_return, T_arg1, T_arg2, T_arg3, sigc::nil>::emit(sigc::internal::signal_impl*, int)’:
  4625. /usr/include/sigc++-2.0/sigc++/signal.h:1402:71: error: ‘_A_a1’ was not declared in this scope
  4626. r_ = (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3);
  4627. ^
  4628. /usr/include/sigc++-2.0/sigc++/signal.h:1402:78: error: ‘_A_a2’ was not declared in this scope
  4629. r_ = (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3);
  4630. ^
  4631. /usr/include/sigc++-2.0/sigc++/signal.h:1402:85: error: ‘_A_a3’ was not declared in this scope
  4632. r_ = (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3);
  4633. ^
  4634. /usr/include/sigc++-2.0/sigc++/signal.h: In static member function ‘static sigc::internal::signal_emit3<T_return, T_arg1, T_arg2, T_arg3, sigc::nil>::result_type sigc::internal::signal_emit3<T_return, T_arg1, T_arg2, T_arg3, sigc::nil>::emit_reverse(sigc::internal::signal_impl*, int)’:
  4635. /usr/include/sigc++-2.0/sigc++/signal.h:1450:71: error: ‘_A_a1’ was not declared in this scope
  4636. r_ = (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3);
  4637. ^
  4638. /usr/include/sigc++-2.0/sigc++/signal.h:1450:78: error: ‘_A_a2’ was not declared in this scope
  4639. r_ = (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3);
  4640. ^
  4641. /usr/include/sigc++-2.0/sigc++/signal.h:1450:85: error: ‘_A_a3’ was not declared in this scope
  4642. r_ = (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3);
  4643. ^
  4644. /usr/include/sigc++-2.0/sigc++/signal.h: At global scope:
  4645. /usr/include/sigc++-2.0/sigc++/signal.h:1485:46: error: ‘type_trait_take_t’ has not been declared
  4646. static result_type emit(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3)
  4647. ^
  4648. /usr/include/sigc++-2.0/sigc++/signal.h:1485:63: error: expected ‘,’ or ‘...’ before ‘<’ token
  4649. static result_type emit(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3)
  4650. ^
  4651. /usr/include/sigc++-2.0/sigc++/signal.h:1507:54: error: ‘type_trait_take_t’ has not been declared
  4652. static result_type emit_reverse(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3)
  4653. ^
  4654. /usr/include/sigc++-2.0/sigc++/signal.h:1507:71: error: expected ‘,’ or ‘...’ before ‘<’ token
  4655. static result_type emit_reverse(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3)
  4656. ^
  4657. /usr/include/sigc++-2.0/sigc++/signal.h: In static member function ‘static sigc::internal::signal_emit3<void, T_arg1, T_arg2, T_arg3, sigc::nil>::result_type sigc::internal::signal_emit3<void, T_arg1, T_arg2, T_arg3, sigc::nil>::emit(sigc::internal::signal_impl*, int)’:
  4658. /usr/include/sigc++-2.0/sigc++/signal.h:1495:68: error: ‘_A_a1’ was not declared in this scope
  4659. (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3);
  4660. ^
  4661. /usr/include/sigc++-2.0/sigc++/signal.h:1495:75: error: ‘_A_a2’ was not declared in this scope
  4662. (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3);
  4663. ^
  4664. /usr/include/sigc++-2.0/sigc++/signal.h:1495:82: error: ‘_A_a3’ was not declared in this scope
  4665. (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3);
  4666. ^
  4667. /usr/include/sigc++-2.0/sigc++/signal.h: In static member function ‘static sigc::internal::signal_emit3<void, T_arg1, T_arg2, T_arg3, sigc::nil>::result_type sigc::internal::signal_emit3<void, T_arg1, T_arg2, T_arg3, sigc::nil>::emit_reverse(sigc::internal::signal_impl*, int)’:
  4668. /usr/include/sigc++-2.0/sigc++/signal.h:1523:68: error: ‘_A_a1’ was not declared in this scope
  4669. (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3);
  4670. ^
  4671. /usr/include/sigc++-2.0/sigc++/signal.h:1523:75: error: ‘_A_a2’ was not declared in this scope
  4672. (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3);
  4673. ^
  4674. /usr/include/sigc++-2.0/sigc++/signal.h:1523:82: error: ‘_A_a3’ was not declared in this scope
  4675. (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3);
  4676. ^
  4677. /usr/include/sigc++-2.0/sigc++/signal.h: At global scope:
  4678. /usr/include/sigc++-2.0/sigc++/signal.h:1548:33: error: expected ‘)’ before ‘<’ token
  4679. signal_emit4(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4)
  4680. ^
  4681. /usr/include/sigc++-2.0/sigc++/signal.h:1568:46: error: ‘type_trait_take_t’ has not been declared
  4682. static result_type emit(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4)
  4683. ^
  4684. /usr/include/sigc++-2.0/sigc++/signal.h:1568:63: error: expected ‘,’ or ‘...’ before ‘<’ token
  4685. static result_type emit(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4)
  4686. ^
  4687. /usr/include/sigc++-2.0/sigc++/signal.h:1592:54: error: ‘type_trait_take_t’ has not been declared
  4688. static result_type emit_reverse(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4)
  4689. ^
  4690. /usr/include/sigc++-2.0/sigc++/signal.h:1592:71: error: expected ‘,’ or ‘...’ before ‘<’ token
  4691. static result_type emit_reverse(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4)
  4692. ^
  4693. /usr/include/sigc++-2.0/sigc++/signal.h:1607:3: error: ‘type_trait_take_t’ does not name a type
  4694. type_trait_take_t<T_arg1> _A_a1_;
  4695. ^
  4696. /usr/include/sigc++-2.0/sigc++/signal.h:1608:3: error: ‘type_trait_take_t’ does not name a type
  4697. type_trait_take_t<T_arg2> _A_a2_;
  4698. ^
  4699. /usr/include/sigc++-2.0/sigc++/signal.h:1609:3: error: ‘type_trait_take_t’ does not name a type
  4700. type_trait_take_t<T_arg3> _A_a3_;
  4701. ^
  4702. /usr/include/sigc++-2.0/sigc++/signal.h:1610:3: error: ‘type_trait_take_t’ does not name a type
  4703. type_trait_take_t<T_arg4> _A_a4_;
  4704. ^
  4705. /usr/include/sigc++-2.0/sigc++/signal.h: In member function ‘T_return sigc::internal::signal_emit4<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_accumulator>::operator()(const slot_type&) const’:
  4706. /usr/include/sigc++-2.0/sigc++/signal.h:1557:99: error: ‘_A_a1_’ was not declared in this scope
  4707. { return (reinterpret_cast<typename slot_type::call_type>(_A_slot.rep_->call_))(_A_slot.rep_, _A_a1_, _A_a2_, _A_a3_, _A_a4_); }
  4708. ^
  4709. /usr/include/sigc++-2.0/sigc++/signal.h:1557:107: error: ‘_A_a2_’ was not declared in this scope
  4710. { return (reinterpret_cast<typename slot_type::call_type>(_A_slot.rep_->call_))(_A_slot.rep_, _A_a1_, _A_a2_, _A_a3_, _A_a4_); }
  4711. ^
  4712. /usr/include/sigc++-2.0/sigc++/signal.h:1557:115: error: ‘_A_a3_’ was not declared in this scope
  4713. { return (reinterpret_cast<typename slot_type::call_type>(_A_slot.rep_->call_))(_A_slot.rep_, _A_a1_, _A_a2_, _A_a3_, _A_a4_); }
  4714. ^
  4715. /usr/include/sigc++-2.0/sigc++/signal.h:1557:123: error: ‘_A_a4_’ was not declared in this scope
  4716. { return (reinterpret_cast<typename slot_type::call_type>(_A_slot.rep_->call_))(_A_slot.rep_, _A_a1_, _A_a2_, _A_a3_, _A_a4_); }
  4717. ^
  4718. /usr/include/sigc++-2.0/sigc++/signal.h: In static member function ‘static sigc::internal::signal_emit4<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_accumulator>::result_type sigc::internal::signal_emit4<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_accumulator>::emit(sigc::internal::signal_impl*, int)’:
  4719. /usr/include/sigc++-2.0/sigc++/signal.h:1578:23: error: ‘_A_a1’ was not declared in this scope
  4720. self_type self (_A_a1, _A_a2, _A_a3, _A_a4);
  4721. ^
  4722. /usr/include/sigc++-2.0/sigc++/signal.h:1578:30: error: ‘_A_a2’ was not declared in this scope
  4723. self_type self (_A_a1, _A_a2, _A_a3, _A_a4);
  4724. ^
  4725. /usr/include/sigc++-2.0/sigc++/signal.h:1578:37: error: ‘_A_a3’ was not declared in this scope
  4726. self_type self (_A_a1, _A_a2, _A_a3, _A_a4);
  4727. ^
  4728. /usr/include/sigc++-2.0/sigc++/signal.h:1578:44: error: ‘_A_a4’ was not declared in this scope
  4729. self_type self (_A_a1, _A_a2, _A_a3, _A_a4);
  4730. ^
  4731. /usr/include/sigc++-2.0/sigc++/signal.h: In static member function ‘static sigc::internal::signal_emit4<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_accumulator>::result_type sigc::internal::signal_emit4<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_accumulator>::emit_reverse(sigc::internal::signal_impl*, int)’:
  4732. /usr/include/sigc++-2.0/sigc++/signal.h:1602:23: error: ‘_A_a1’ was not declared in this scope
  4733. self_type self (_A_a1, _A_a2, _A_a3, _A_a4);
  4734. ^
  4735. /usr/include/sigc++-2.0/sigc++/signal.h:1602:30: error: ‘_A_a2’ was not declared in this scope
  4736. self_type self (_A_a1, _A_a2, _A_a3, _A_a4);
  4737. ^
  4738. /usr/include/sigc++-2.0/sigc++/signal.h:1602:37: error: ‘_A_a3’ was not declared in this scope
  4739. self_type self (_A_a1, _A_a2, _A_a3, _A_a4);
  4740. ^
  4741. /usr/include/sigc++-2.0/sigc++/signal.h:1602:44: error: ‘_A_a4’ was not declared in this scope
  4742. self_type self (_A_a1, _A_a2, _A_a3, _A_a4);
  4743. ^
  4744. /usr/include/sigc++-2.0/sigc++/signal.h: At global scope:
  4745. /usr/include/sigc++-2.0/sigc++/signal.h:1637:46: error: ‘type_trait_take_t’ has not been declared
  4746. static result_type emit(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4)
  4747. ^
  4748. /usr/include/sigc++-2.0/sigc++/signal.h:1637:63: error: expected ‘,’ or ‘...’ before ‘<’ token
  4749. static result_type emit(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4)
  4750. ^
  4751. /usr/include/sigc++-2.0/sigc++/signal.h:1679:54: error: ‘type_trait_take_t’ has not been declared
  4752. static result_type emit_reverse(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4)
  4753. ^
  4754. /usr/include/sigc++-2.0/sigc++/signal.h:1679:71: error: expected ‘,’ or ‘...’ before ‘<’ token
  4755. static result_type emit_reverse(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4)
  4756. ^
  4757. /usr/include/sigc++-2.0/sigc++/signal.h: In static member function ‘static sigc::internal::signal_emit4<T_return, T_arg1, T_arg2, T_arg3, T_arg4, sigc::nil>::result_type sigc::internal::signal_emit4<T_return, T_arg1, T_arg2, T_arg3, T_arg4, sigc::nil>::emit(sigc::internal::signal_impl*, int)’:
  4758. /usr/include/sigc++-2.0/sigc++/signal.h:1656:71: error: ‘_A_a1’ was not declared in this scope
  4759. r_ = (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4);
  4760. ^
  4761. /usr/include/sigc++-2.0/sigc++/signal.h:1656:78: error: ‘_A_a2’ was not declared in this scope
  4762. r_ = (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4);
  4763. ^
  4764. /usr/include/sigc++-2.0/sigc++/signal.h:1656:85: error: ‘_A_a3’ was not declared in this scope
  4765. r_ = (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4);
  4766. ^
  4767. /usr/include/sigc++-2.0/sigc++/signal.h:1656:92: error: ‘_A_a4’ was not declared in this scope
  4768. r_ = (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4);
  4769. ^
  4770. /usr/include/sigc++-2.0/sigc++/signal.h: In static member function ‘static sigc::internal::signal_emit4<T_return, T_arg1, T_arg2, T_arg3, T_arg4, sigc::nil>::result_type sigc::internal::signal_emit4<T_return, T_arg1, T_arg2, T_arg3, T_arg4, sigc::nil>::emit_reverse(sigc::internal::signal_impl*, int)’:
  4771. /usr/include/sigc++-2.0/sigc++/signal.h:1705:71: error: ‘_A_a1’ was not declared in this scope
  4772. r_ = (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4);
  4773. ^
  4774. /usr/include/sigc++-2.0/sigc++/signal.h:1705:78: error: ‘_A_a2’ was not declared in this scope
  4775. r_ = (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4);
  4776. ^
  4777. /usr/include/sigc++-2.0/sigc++/signal.h:1705:85: error: ‘_A_a3’ was not declared in this scope
  4778. r_ = (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4);
  4779. ^
  4780. /usr/include/sigc++-2.0/sigc++/signal.h:1705:92: error: ‘_A_a4’ was not declared in this scope
  4781. r_ = (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4);
  4782. ^
  4783. /usr/include/sigc++-2.0/sigc++/signal.h: At global scope:
  4784. /usr/include/sigc++-2.0/sigc++/signal.h:1741:46: error: ‘type_trait_take_t’ has not been declared
  4785. static result_type emit(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4)
  4786. ^
  4787. /usr/include/sigc++-2.0/sigc++/signal.h:1741:63: error: expected ‘,’ or ‘...’ before ‘<’ token
  4788. static result_type emit(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4)
  4789. ^
  4790. /usr/include/sigc++-2.0/sigc++/signal.h:1764:54: error: ‘type_trait_take_t’ has not been declared
  4791. static result_type emit_reverse(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4)
  4792. ^
  4793. /usr/include/sigc++-2.0/sigc++/signal.h:1764:71: error: expected ‘,’ or ‘...’ before ‘<’ token
  4794. static result_type emit_reverse(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4)
  4795. ^
  4796. /usr/include/sigc++-2.0/sigc++/signal.h: In static member function ‘static sigc::internal::signal_emit4<void, T_arg1, T_arg2, T_arg3, T_arg4, sigc::nil>::result_type sigc::internal::signal_emit4<void, T_arg1, T_arg2, T_arg3, T_arg4, sigc::nil>::emit(sigc::internal::signal_impl*, int)’:
  4797. /usr/include/sigc++-2.0/sigc++/signal.h:1751:68: error: ‘_A_a1’ was not declared in this scope
  4798. (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4);
  4799. ^
  4800. /usr/include/sigc++-2.0/sigc++/signal.h:1751:75: error: ‘_A_a2’ was not declared in this scope
  4801. (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4);
  4802. ^
  4803. /usr/include/sigc++-2.0/sigc++/signal.h:1751:82: error: ‘_A_a3’ was not declared in this scope
  4804. (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4);
  4805. ^
  4806. /usr/include/sigc++-2.0/sigc++/signal.h:1751:89: error: ‘_A_a4’ was not declared in this scope
  4807. (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4);
  4808. ^
  4809. /usr/include/sigc++-2.0/sigc++/signal.h: In static member function ‘static sigc::internal::signal_emit4<void, T_arg1, T_arg2, T_arg3, T_arg4, sigc::nil>::result_type sigc::internal::signal_emit4<void, T_arg1, T_arg2, T_arg3, T_arg4, sigc::nil>::emit_reverse(sigc::internal::signal_impl*, int)’:
  4810. /usr/include/sigc++-2.0/sigc++/signal.h:1780:68: error: ‘_A_a1’ was not declared in this scope
  4811. (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4);
  4812. ^
  4813. /usr/include/sigc++-2.0/sigc++/signal.h:1780:75: error: ‘_A_a2’ was not declared in this scope
  4814. (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4);
  4815. ^
  4816. /usr/include/sigc++-2.0/sigc++/signal.h:1780:82: error: ‘_A_a3’ was not declared in this scope
  4817. (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4);
  4818. ^
  4819. /usr/include/sigc++-2.0/sigc++/signal.h:1780:89: error: ‘_A_a4’ was not declared in this scope
  4820. (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4);
  4821. ^
  4822. /usr/include/sigc++-2.0/sigc++/signal.h: At global scope:
  4823. /usr/include/sigc++-2.0/sigc++/signal.h:1805:33: error: expected ‘)’ before ‘<’ token
  4824. signal_emit5(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5)
  4825. ^
  4826. /usr/include/sigc++-2.0/sigc++/signal.h:1826:46: error: ‘type_trait_take_t’ has not been declared
  4827. static result_type emit(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5)
  4828. ^
  4829. /usr/include/sigc++-2.0/sigc++/signal.h:1826:63: error: expected ‘,’ or ‘...’ before ‘<’ token
  4830. static result_type emit(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5)
  4831. ^
  4832. /usr/include/sigc++-2.0/sigc++/signal.h:1851:54: error: ‘type_trait_take_t’ has not been declared
  4833. static result_type emit_reverse(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5)
  4834. ^
  4835. /usr/include/sigc++-2.0/sigc++/signal.h:1851:71: error: expected ‘,’ or ‘...’ before ‘<’ token
  4836. static result_type emit_reverse(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5)
  4837. ^
  4838. /usr/include/sigc++-2.0/sigc++/signal.h:1866:3: error: ‘type_trait_take_t’ does not name a type
  4839. type_trait_take_t<T_arg1> _A_a1_;
  4840. ^
  4841. /usr/include/sigc++-2.0/sigc++/signal.h:1867:3: error: ‘type_trait_take_t’ does not name a type
  4842. type_trait_take_t<T_arg2> _A_a2_;
  4843. ^
  4844. /usr/include/sigc++-2.0/sigc++/signal.h:1868:3: error: ‘type_trait_take_t’ does not name a type
  4845. type_trait_take_t<T_arg3> _A_a3_;
  4846. ^
  4847. /usr/include/sigc++-2.0/sigc++/signal.h:1869:3: error: ‘type_trait_take_t’ does not name a type
  4848. type_trait_take_t<T_arg4> _A_a4_;
  4849. ^
  4850. /usr/include/sigc++-2.0/sigc++/signal.h:1870:3: error: ‘type_trait_take_t’ does not name a type
  4851. type_trait_take_t<T_arg5> _A_a5_;
  4852. ^
  4853. /usr/include/sigc++-2.0/sigc++/signal.h: In member function ‘T_return sigc::internal::signal_emit5<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_accumulator>::operator()(const slot_type&) const’:
  4854. /usr/include/sigc++-2.0/sigc++/signal.h:1814:99: error: ‘_A_a1_’ was not declared in this scope
  4855. { return (reinterpret_cast<typename slot_type::call_type>(_A_slot.rep_->call_))(_A_slot.rep_, _A_a1_, _A_a2_, _A_a3_, _A_a4_, _A_a5_); }
  4856. ^
  4857. /usr/include/sigc++-2.0/sigc++/signal.h:1814:107: error: ‘_A_a2_’ was not declared in this scope
  4858. { return (reinterpret_cast<typename slot_type::call_type>(_A_slot.rep_->call_))(_A_slot.rep_, _A_a1_, _A_a2_, _A_a3_, _A_a4_, _A_a5_); }
  4859. ^
  4860. /usr/include/sigc++-2.0/sigc++/signal.h:1814:115: error: ‘_A_a3_’ was not declared in this scope
  4861. { return (reinterpret_cast<typename slot_type::call_type>(_A_slot.rep_->call_))(_A_slot.rep_, _A_a1_, _A_a2_, _A_a3_, _A_a4_, _A_a5_); }
  4862. ^
  4863. /usr/include/sigc++-2.0/sigc++/signal.h:1814:123: error: ‘_A_a4_’ was not declared in this scope
  4864. { return (reinterpret_cast<typename slot_type::call_type>(_A_slot.rep_->call_))(_A_slot.rep_, _A_a1_, _A_a2_, _A_a3_, _A_a4_, _A_a5_); }
  4865. ^
  4866. /usr/include/sigc++-2.0/sigc++/signal.h:1814:131: error: ‘_A_a5_’ was not declared in this scope
  4867. { return (reinterpret_cast<typename slot_type::call_type>(_A_slot.rep_->call_))(_A_slot.rep_, _A_a1_, _A_a2_, _A_a3_, _A_a4_, _A_a5_); }
  4868. ^
  4869. /usr/include/sigc++-2.0/sigc++/signal.h: In static member function ‘static sigc::internal::signal_emit5<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_accumulator>::result_type sigc::internal::signal_emit5<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_accumulator>::emit(sigc::internal::signal_impl*, int)’:
  4870. /usr/include/sigc++-2.0/sigc++/signal.h:1836:23: error: ‘_A_a1’ was not declared in this scope
  4871. self_type self (_A_a1, _A_a2, _A_a3, _A_a4, _A_a5);
  4872. ^
  4873. /usr/include/sigc++-2.0/sigc++/signal.h:1836:30: error: ‘_A_a2’ was not declared in this scope
  4874. self_type self (_A_a1, _A_a2, _A_a3, _A_a4, _A_a5);
  4875. ^
  4876. /usr/include/sigc++-2.0/sigc++/signal.h:1836:37: error: ‘_A_a3’ was not declared in this scope
  4877. self_type self (_A_a1, _A_a2, _A_a3, _A_a4, _A_a5);
  4878. ^
  4879. /usr/include/sigc++-2.0/sigc++/signal.h:1836:44: error: ‘_A_a4’ was not declared in this scope
  4880. self_type self (_A_a1, _A_a2, _A_a3, _A_a4, _A_a5);
  4881. ^
  4882. /usr/include/sigc++-2.0/sigc++/signal.h:1836:51: error: ‘_A_a5’ was not declared in this scope
  4883. self_type self (_A_a1, _A_a2, _A_a3, _A_a4, _A_a5);
  4884. ^
  4885. /usr/include/sigc++-2.0/sigc++/signal.h: In static member function ‘static sigc::internal::signal_emit5<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_accumulator>::result_type sigc::internal::signal_emit5<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_accumulator>::emit_reverse(sigc::internal::signal_impl*, int)’:
  4886. /usr/include/sigc++-2.0/sigc++/signal.h:1861:23: error: ‘_A_a1’ was not declared in this scope
  4887. self_type self (_A_a1, _A_a2, _A_a3, _A_a4, _A_a5);
  4888. ^
  4889. /usr/include/sigc++-2.0/sigc++/signal.h:1861:30: error: ‘_A_a2’ was not declared in this scope
  4890. self_type self (_A_a1, _A_a2, _A_a3, _A_a4, _A_a5);
  4891. ^
  4892. /usr/include/sigc++-2.0/sigc++/signal.h:1861:37: error: ‘_A_a3’ was not declared in this scope
  4893. self_type self (_A_a1, _A_a2, _A_a3, _A_a4, _A_a5);
  4894. ^
  4895. /usr/include/sigc++-2.0/sigc++/signal.h:1861:44: error: ‘_A_a4’ was not declared in this scope
  4896. self_type self (_A_a1, _A_a2, _A_a3, _A_a4, _A_a5);
  4897. ^
  4898. /usr/include/sigc++-2.0/sigc++/signal.h:1861:51: error: ‘_A_a5’ was not declared in this scope
  4899. self_type self (_A_a1, _A_a2, _A_a3, _A_a4, _A_a5);
  4900. ^
  4901. /usr/include/sigc++-2.0/sigc++/signal.h: At global scope:
  4902. /usr/include/sigc++-2.0/sigc++/signal.h:1898:46: error: ‘type_trait_take_t’ has not been declared
  4903. static result_type emit(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5)
  4904. ^
  4905. /usr/include/sigc++-2.0/sigc++/signal.h:1898:63: error: expected ‘,’ or ‘...’ before ‘<’ token
  4906. static result_type emit(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5)
  4907. ^
  4908. /usr/include/sigc++-2.0/sigc++/signal.h:1941:54: error: ‘type_trait_take_t’ has not been declared
  4909. static result_type emit_reverse(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5)
  4910. ^
  4911. /usr/include/sigc++-2.0/sigc++/signal.h:1941:71: error: expected ‘,’ or ‘...’ before ‘<’ token
  4912. static result_type emit_reverse(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5)
  4913. ^
  4914. /usr/include/sigc++-2.0/sigc++/signal.h: In static member function ‘static sigc::internal::signal_emit5<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, sigc::nil>::result_type sigc::internal::signal_emit5<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, sigc::nil>::emit(sigc::internal::signal_impl*, int)’:
  4915. /usr/include/sigc++-2.0/sigc++/signal.h:1917:71: error: ‘_A_a1’ was not declared in this scope
  4916. r_ = (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5);
  4917. ^
  4918. /usr/include/sigc++-2.0/sigc++/signal.h:1917:78: error: ‘_A_a2’ was not declared in this scope
  4919. r_ = (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5);
  4920. ^
  4921. /usr/include/sigc++-2.0/sigc++/signal.h:1917:85: error: ‘_A_a3’ was not declared in this scope
  4922. r_ = (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5);
  4923. ^
  4924. /usr/include/sigc++-2.0/sigc++/signal.h:1917:92: error: ‘_A_a4’ was not declared in this scope
  4925. r_ = (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5);
  4926. ^
  4927. /usr/include/sigc++-2.0/sigc++/signal.h:1917:99: error: ‘_A_a5’ was not declared in this scope
  4928. r_ = (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5);
  4929. ^
  4930. /usr/include/sigc++-2.0/sigc++/signal.h: In static member function ‘static sigc::internal::signal_emit5<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, sigc::nil>::result_type sigc::internal::signal_emit5<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, sigc::nil>::emit_reverse(sigc::internal::signal_impl*, int)’:
  4931. /usr/include/sigc++-2.0/sigc++/signal.h:1967:71: error: ‘_A_a1’ was not declared in this scope
  4932. r_ = (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5);
  4933. ^
  4934. /usr/include/sigc++-2.0/sigc++/signal.h:1967:78: error: ‘_A_a2’ was not declared in this scope
  4935. r_ = (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5);
  4936. ^
  4937. /usr/include/sigc++-2.0/sigc++/signal.h:1967:85: error: ‘_A_a3’ was not declared in this scope
  4938. r_ = (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5);
  4939. ^
  4940. /usr/include/sigc++-2.0/sigc++/signal.h:1967:92: error: ‘_A_a4’ was not declared in this scope
  4941. r_ = (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5);
  4942. ^
  4943. /usr/include/sigc++-2.0/sigc++/signal.h:1967:99: error: ‘_A_a5’ was not declared in this scope
  4944. r_ = (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5);
  4945. ^
  4946. /usr/include/sigc++-2.0/sigc++/signal.h: At global scope:
  4947. /usr/include/sigc++-2.0/sigc++/signal.h:2004:46: error: ‘type_trait_take_t’ has not been declared
  4948. static result_type emit(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5)
  4949. ^
  4950. /usr/include/sigc++-2.0/sigc++/signal.h:2004:63: error: expected ‘,’ or ‘...’ before ‘<’ token
  4951. static result_type emit(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5)
  4952. ^
  4953. /usr/include/sigc++-2.0/sigc++/signal.h:2028:54: error: ‘type_trait_take_t’ has not been declared
  4954. static result_type emit_reverse(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5)
  4955. ^
  4956. /usr/include/sigc++-2.0/sigc++/signal.h:2028:71: error: expected ‘,’ or ‘...’ before ‘<’ token
  4957. static result_type emit_reverse(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5)
  4958. ^
  4959. /usr/include/sigc++-2.0/sigc++/signal.h: In static member function ‘static sigc::internal::signal_emit5<void, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, sigc::nil>::result_type sigc::internal::signal_emit5<void, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, sigc::nil>::emit(sigc::internal::signal_impl*, int)’:
  4960. /usr/include/sigc++-2.0/sigc++/signal.h:2014:68: error: ‘_A_a1’ was not declared in this scope
  4961. (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5);
  4962. ^
  4963. /usr/include/sigc++-2.0/sigc++/signal.h:2014:75: error: ‘_A_a2’ was not declared in this scope
  4964. (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5);
  4965. ^
  4966. /usr/include/sigc++-2.0/sigc++/signal.h:2014:82: error: ‘_A_a3’ was not declared in this scope
  4967. (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5);
  4968. ^
  4969. /usr/include/sigc++-2.0/sigc++/signal.h:2014:89: error: ‘_A_a4’ was not declared in this scope
  4970. (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5);
  4971. ^
  4972. /usr/include/sigc++-2.0/sigc++/signal.h:2014:96: error: ‘_A_a5’ was not declared in this scope
  4973. (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5);
  4974. ^
  4975. /usr/include/sigc++-2.0/sigc++/signal.h: In static member function ‘static sigc::internal::signal_emit5<void, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, sigc::nil>::result_type sigc::internal::signal_emit5<void, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, sigc::nil>::emit_reverse(sigc::internal::signal_impl*, int)’:
  4976. /usr/include/sigc++-2.0/sigc++/signal.h:2044:68: error: ‘_A_a1’ was not declared in this scope
  4977. (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5);
  4978. ^
  4979. /usr/include/sigc++-2.0/sigc++/signal.h:2044:75: error: ‘_A_a2’ was not declared in this scope
  4980. (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5);
  4981. ^
  4982. /usr/include/sigc++-2.0/sigc++/signal.h:2044:82: error: ‘_A_a3’ was not declared in this scope
  4983. (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5);
  4984. ^
  4985. /usr/include/sigc++-2.0/sigc++/signal.h:2044:89: error: ‘_A_a4’ was not declared in this scope
  4986. (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5);
  4987. ^
  4988. /usr/include/sigc++-2.0/sigc++/signal.h:2044:96: error: ‘_A_a5’ was not declared in this scope
  4989. (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5);
  4990. ^
  4991. /usr/include/sigc++-2.0/sigc++/signal.h: At global scope:
  4992. /usr/include/sigc++-2.0/sigc++/signal.h:2069:33: error: expected ‘)’ before ‘<’ token
  4993. signal_emit6(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6)
  4994. ^
  4995. /usr/include/sigc++-2.0/sigc++/signal.h:2091:46: error: ‘type_trait_take_t’ has not been declared
  4996. static result_type emit(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6)
  4997. ^
  4998. /usr/include/sigc++-2.0/sigc++/signal.h:2091:63: error: expected ‘,’ or ‘...’ before ‘<’ token
  4999. static result_type emit(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6)
  5000. ^
  5001. /usr/include/sigc++-2.0/sigc++/signal.h:2117:54: error: ‘type_trait_take_t’ has not been declared
  5002. static result_type emit_reverse(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6)
  5003. ^
  5004. /usr/include/sigc++-2.0/sigc++/signal.h:2117:71: error: expected ‘,’ or ‘...’ before ‘<’ token
  5005. static result_type emit_reverse(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6)
  5006. ^
  5007. /usr/include/sigc++-2.0/sigc++/signal.h:2132:3: error: ‘type_trait_take_t’ does not name a type
  5008. type_trait_take_t<T_arg1> _A_a1_;
  5009. ^
  5010. /usr/include/sigc++-2.0/sigc++/signal.h:2133:3: error: ‘type_trait_take_t’ does not name a type
  5011. type_trait_take_t<T_arg2> _A_a2_;
  5012. ^
  5013. /usr/include/sigc++-2.0/sigc++/signal.h:2134:3: error: ‘type_trait_take_t’ does not name a type
  5014. type_trait_take_t<T_arg3> _A_a3_;
  5015. ^
  5016. /usr/include/sigc++-2.0/sigc++/signal.h:2135:3: error: ‘type_trait_take_t’ does not name a type
  5017. type_trait_take_t<T_arg4> _A_a4_;
  5018. ^
  5019. /usr/include/sigc++-2.0/sigc++/signal.h:2136:3: error: ‘type_trait_take_t’ does not name a type
  5020. type_trait_take_t<T_arg5> _A_a5_;
  5021. ^
  5022. /usr/include/sigc++-2.0/sigc++/signal.h:2137:3: error: ‘type_trait_take_t’ does not name a type
  5023. type_trait_take_t<T_arg6> _A_a6_;
  5024. ^
  5025. /usr/include/sigc++-2.0/sigc++/signal.h: In member function ‘T_return sigc::internal::signal_emit6<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_accumulator>::operator()(const slot_type&) const’:
  5026. /usr/include/sigc++-2.0/sigc++/signal.h:2078:99: error: ‘_A_a1_’ was not declared in this scope
  5027. { return (reinterpret_cast<typename slot_type::call_type>(_A_slot.rep_->call_))(_A_slot.rep_, _A_a1_, _A_a2_, _A_a3_, _A_a4_, _A_a5_, _A_a6_); }
  5028. ^
  5029. /usr/include/sigc++-2.0/sigc++/signal.h:2078:107: error: ‘_A_a2_’ was not declared in this scope
  5030. { return (reinterpret_cast<typename slot_type::call_type>(_A_slot.rep_->call_))(_A_slot.rep_, _A_a1_, _A_a2_, _A_a3_, _A_a4_, _A_a5_, _A_a6_); }
  5031. ^
  5032. /usr/include/sigc++-2.0/sigc++/signal.h:2078:115: error: ‘_A_a3_’ was not declared in this scope
  5033. { return (reinterpret_cast<typename slot_type::call_type>(_A_slot.rep_->call_))(_A_slot.rep_, _A_a1_, _A_a2_, _A_a3_, _A_a4_, _A_a5_, _A_a6_); }
  5034. ^
  5035. /usr/include/sigc++-2.0/sigc++/signal.h:2078:123: error: ‘_A_a4_’ was not declared in this scope
  5036. { return (reinterpret_cast<typename slot_type::call_type>(_A_slot.rep_->call_))(_A_slot.rep_, _A_a1_, _A_a2_, _A_a3_, _A_a4_, _A_a5_, _A_a6_); }
  5037. ^
  5038. /usr/include/sigc++-2.0/sigc++/signal.h:2078:131: error: ‘_A_a5_’ was not declared in this scope
  5039. { return (reinterpret_cast<typename slot_type::call_type>(_A_slot.rep_->call_))(_A_slot.rep_, _A_a1_, _A_a2_, _A_a3_, _A_a4_, _A_a5_, _A_a6_); }
  5040. ^
  5041. /usr/include/sigc++-2.0/sigc++/signal.h:2078:139: error: ‘_A_a6_’ was not declared in this scope
  5042. { return (reinterpret_cast<typename slot_type::call_type>(_A_slot.rep_->call_))(_A_slot.rep_, _A_a1_, _A_a2_, _A_a3_, _A_a4_, _A_a5_, _A_a6_); }
  5043. ^
  5044. /usr/include/sigc++-2.0/sigc++/signal.h: In static member function ‘static sigc::internal::signal_emit6<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_accumulator>::result_type sigc::internal::signal_emit6<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_accumulator>::emit(sigc::internal::signal_impl*, int)’:
  5045. /usr/include/sigc++-2.0/sigc++/signal.h:2101:23: error: ‘_A_a1’ was not declared in this scope
  5046. self_type self (_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6);
  5047. ^
  5048. /usr/include/sigc++-2.0/sigc++/signal.h:2101:30: error: ‘_A_a2’ was not declared in this scope
  5049. self_type self (_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6);
  5050. ^
  5051. /usr/include/sigc++-2.0/sigc++/signal.h:2101:37: error: ‘_A_a3’ was not declared in this scope
  5052. self_type self (_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6);
  5053. ^
  5054. /usr/include/sigc++-2.0/sigc++/signal.h:2101:44: error: ‘_A_a4’ was not declared in this scope
  5055. self_type self (_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6);
  5056. ^
  5057. /usr/include/sigc++-2.0/sigc++/signal.h:2101:51: error: ‘_A_a5’ was not declared in this scope
  5058. self_type self (_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6);
  5059. ^
  5060. /usr/include/sigc++-2.0/sigc++/signal.h:2101:58: error: ‘_A_a6’ was not declared in this scope
  5061. self_type self (_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6);
  5062. ^
  5063. /usr/include/sigc++-2.0/sigc++/signal.h: In static member function ‘static sigc::internal::signal_emit6<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_accumulator>::result_type sigc::internal::signal_emit6<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_accumulator>::emit_reverse(sigc::internal::signal_impl*, int)’:
  5064. /usr/include/sigc++-2.0/sigc++/signal.h:2127:23: error: ‘_A_a1’ was not declared in this scope
  5065. self_type self (_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6);
  5066. ^
  5067. /usr/include/sigc++-2.0/sigc++/signal.h:2127:30: error: ‘_A_a2’ was not declared in this scope
  5068. self_type self (_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6);
  5069. ^
  5070. /usr/include/sigc++-2.0/sigc++/signal.h:2127:37: error: ‘_A_a3’ was not declared in this scope
  5071. self_type self (_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6);
  5072. ^
  5073. /usr/include/sigc++-2.0/sigc++/signal.h:2127:44: error: ‘_A_a4’ was not declared in this scope
  5074. self_type self (_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6);
  5075. ^
  5076. /usr/include/sigc++-2.0/sigc++/signal.h:2127:51: error: ‘_A_a5’ was not declared in this scope
  5077. self_type self (_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6);
  5078. ^
  5079. /usr/include/sigc++-2.0/sigc++/signal.h:2127:58: error: ‘_A_a6’ was not declared in this scope
  5080. self_type self (_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6);
  5081. ^
  5082. /usr/include/sigc++-2.0/sigc++/signal.h: At global scope:
  5083. /usr/include/sigc++-2.0/sigc++/signal.h:2166:46: error: ‘type_trait_take_t’ has not been declared
  5084. static result_type emit(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6)
  5085. ^
  5086. /usr/include/sigc++-2.0/sigc++/signal.h:2166:63: error: expected ‘,’ or ‘...’ before ‘<’ token
  5087. static result_type emit(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6)
  5088. ^
  5089. /usr/include/sigc++-2.0/sigc++/signal.h:2210:54: error: ‘type_trait_take_t’ has not been declared
  5090. static result_type emit_reverse(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6)
  5091. ^
  5092. /usr/include/sigc++-2.0/sigc++/signal.h:2210:71: error: expected ‘,’ or ‘...’ before ‘<’ token
  5093. static result_type emit_reverse(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6)
  5094. ^
  5095. /usr/include/sigc++-2.0/sigc++/signal.h: In static member function ‘static sigc::internal::signal_emit6<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, sigc::nil>::result_type sigc::internal::signal_emit6<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, sigc::nil>::emit(sigc::internal::signal_impl*, int)’:
  5096. /usr/include/sigc++-2.0/sigc++/signal.h:2185:71: error: ‘_A_a1’ was not declared in this scope
  5097. r_ = (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6);
  5098. ^
  5099. /usr/include/sigc++-2.0/sigc++/signal.h:2185:78: error: ‘_A_a2’ was not declared in this scope
  5100. r_ = (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6);
  5101. ^
  5102. /usr/include/sigc++-2.0/sigc++/signal.h:2185:85: error: ‘_A_a3’ was not declared in this scope
  5103. r_ = (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6);
  5104. ^
  5105. /usr/include/sigc++-2.0/sigc++/signal.h:2185:92: error: ‘_A_a4’ was not declared in this scope
  5106. r_ = (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6);
  5107. ^
  5108. /usr/include/sigc++-2.0/sigc++/signal.h:2185:99: error: ‘_A_a5’ was not declared in this scope
  5109. r_ = (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6);
  5110. ^
  5111. /usr/include/sigc++-2.0/sigc++/signal.h:2185:106: error: ‘_A_a6’ was not declared in this scope
  5112. r_ = (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6);
  5113. ^
  5114. /usr/include/sigc++-2.0/sigc++/signal.h: In static member function ‘static sigc::internal::signal_emit6<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, sigc::nil>::result_type sigc::internal::signal_emit6<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, sigc::nil>::emit_reverse(sigc::internal::signal_impl*, int)’:
  5115. /usr/include/sigc++-2.0/sigc++/signal.h:2236:71: error: ‘_A_a1’ was not declared in this scope
  5116. r_ = (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6);
  5117. ^
  5118. /usr/include/sigc++-2.0/sigc++/signal.h:2236:78: error: ‘_A_a2’ was not declared in this scope
  5119. r_ = (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6);
  5120. ^
  5121. /usr/include/sigc++-2.0/sigc++/signal.h:2236:85: error: ‘_A_a3’ was not declared in this scope
  5122. r_ = (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6);
  5123. ^
  5124. /usr/include/sigc++-2.0/sigc++/signal.h:2236:92: error: ‘_A_a4’ was not declared in this scope
  5125. r_ = (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6);
  5126. ^
  5127. /usr/include/sigc++-2.0/sigc++/signal.h:2236:99: error: ‘_A_a5’ was not declared in this scope
  5128. r_ = (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6);
  5129. ^
  5130. /usr/include/sigc++-2.0/sigc++/signal.h:2236:106: error: ‘_A_a6’ was not declared in this scope
  5131. r_ = (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6);
  5132. ^
  5133. /usr/include/sigc++-2.0/sigc++/signal.h: At global scope:
  5134. /usr/include/sigc++-2.0/sigc++/signal.h:2274:46: error: ‘type_trait_take_t’ has not been declared
  5135. static result_type emit(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6)
  5136. ^
  5137. /usr/include/sigc++-2.0/sigc++/signal.h:2274:63: error: expected ‘,’ or ‘...’ before ‘<’ token
  5138. static result_type emit(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6)
  5139. ^
  5140. /usr/include/sigc++-2.0/sigc++/signal.h:2299:54: error: ‘type_trait_take_t’ has not been declared
  5141. static result_type emit_reverse(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6)
  5142. ^
  5143. /usr/include/sigc++-2.0/sigc++/signal.h:2299:71: error: expected ‘,’ or ‘...’ before ‘<’ token
  5144. static result_type emit_reverse(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6)
  5145. ^
  5146. /usr/include/sigc++-2.0/sigc++/signal.h: In static member function ‘static sigc::internal::signal_emit6<void, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, sigc::nil>::result_type sigc::internal::signal_emit6<void, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, sigc::nil>::emit(sigc::internal::signal_impl*, int)’:
  5147. /usr/include/sigc++-2.0/sigc++/signal.h:2284:68: error: ‘_A_a1’ was not declared in this scope
  5148. (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6);
  5149. ^
  5150. /usr/include/sigc++-2.0/sigc++/signal.h:2284:75: error: ‘_A_a2’ was not declared in this scope
  5151. (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6);
  5152. ^
  5153. /usr/include/sigc++-2.0/sigc++/signal.h:2284:82: error: ‘_A_a3’ was not declared in this scope
  5154. (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6);
  5155. ^
  5156. /usr/include/sigc++-2.0/sigc++/signal.h:2284:89: error: ‘_A_a4’ was not declared in this scope
  5157. (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6);
  5158. ^
  5159. /usr/include/sigc++-2.0/sigc++/signal.h:2284:96: error: ‘_A_a5’ was not declared in this scope
  5160. (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6);
  5161. ^
  5162. /usr/include/sigc++-2.0/sigc++/signal.h:2284:103: error: ‘_A_a6’ was not declared in this scope
  5163. (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6);
  5164. ^
  5165. /usr/include/sigc++-2.0/sigc++/signal.h: In static member function ‘static sigc::internal::signal_emit6<void, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, sigc::nil>::result_type sigc::internal::signal_emit6<void, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, sigc::nil>::emit_reverse(sigc::internal::signal_impl*, int)’:
  5166. /usr/include/sigc++-2.0/sigc++/signal.h:2315:68: error: ‘_A_a1’ was not declared in this scope
  5167. (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6);
  5168. ^
  5169. /usr/include/sigc++-2.0/sigc++/signal.h:2315:75: error: ‘_A_a2’ was not declared in this scope
  5170. (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6);
  5171. ^
  5172. /usr/include/sigc++-2.0/sigc++/signal.h:2315:82: error: ‘_A_a3’ was not declared in this scope
  5173. (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6);
  5174. ^
  5175. /usr/include/sigc++-2.0/sigc++/signal.h:2315:89: error: ‘_A_a4’ was not declared in this scope
  5176. (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6);
  5177. ^
  5178. /usr/include/sigc++-2.0/sigc++/signal.h:2315:96: error: ‘_A_a5’ was not declared in this scope
  5179. (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6);
  5180. ^
  5181. /usr/include/sigc++-2.0/sigc++/signal.h:2315:103: error: ‘_A_a6’ was not declared in this scope
  5182. (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6);
  5183. ^
  5184. /usr/include/sigc++-2.0/sigc++/signal.h: At global scope:
  5185. /usr/include/sigc++-2.0/sigc++/signal.h:2340:33: error: expected ‘)’ before ‘<’ token
  5186. signal_emit7(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6, type_trait_take_t<T_arg7> _A_a7)
  5187. ^
  5188. /usr/include/sigc++-2.0/sigc++/signal.h:2363:46: error: ‘type_trait_take_t’ has not been declared
  5189. static result_type emit(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6, type_trait_take_t<T_arg7> _A_a7)
  5190. ^
  5191. /usr/include/sigc++-2.0/sigc++/signal.h:2363:63: error: expected ‘,’ or ‘...’ before ‘<’ token
  5192. static result_type emit(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6, type_trait_take_t<T_arg7> _A_a7)
  5193. ^
  5194. In file included from /usr/include/sigc++-2.0/sigc++/sigc++.h:86:0,
  5195. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  5196. from /usr/include/glibmm-2.4/glibmm.h:87,
  5197. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  5198. from applet.cpp:29:
  5199. /usr/include/sigc++-2.0/sigc++/signal.h:2390:54: error: ‘type_trait_take_t’ has not been declared
  5200. static result_type emit_reverse(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6, type_trait_take_t<T_arg7> _A_a7)
  5201. ^
  5202. /usr/include/sigc++-2.0/sigc++/signal.h:2390:71: error: expected ‘,’ or ‘...’ before ‘<’ token
  5203. static result_type emit_reverse(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6, type_trait_take_t<T_arg7> _A_a7)
  5204. ^
  5205. /usr/include/sigc++-2.0/sigc++/signal.h:2405:3: error: ‘type_trait_take_t’ does not name a type
  5206. type_trait_take_t<T_arg1> _A_a1_;
  5207. ^
  5208. /usr/include/sigc++-2.0/sigc++/signal.h:2406:3: error: ‘type_trait_take_t’ does not name a type
  5209. type_trait_take_t<T_arg2> _A_a2_;
  5210. ^
  5211. /usr/include/sigc++-2.0/sigc++/signal.h:2407:3: error: ‘type_trait_take_t’ does not name a type
  5212. type_trait_take_t<T_arg3> _A_a3_;
  5213. ^
  5214. /usr/include/sigc++-2.0/sigc++/signal.h:2408:3: error: ‘type_trait_take_t’ does not name a type
  5215. type_trait_take_t<T_arg4> _A_a4_;
  5216. ^
  5217. /usr/include/sigc++-2.0/sigc++/signal.h:2409:3: error: ‘type_trait_take_t’ does not name a type
  5218. type_trait_take_t<T_arg5> _A_a5_;
  5219. ^
  5220. /usr/include/sigc++-2.0/sigc++/signal.h:2410:3: error: ‘type_trait_take_t’ does not name a type
  5221. type_trait_take_t<T_arg6> _A_a6_;
  5222. ^
  5223. /usr/include/sigc++-2.0/sigc++/signal.h:2411:3: error: ‘type_trait_take_t’ does not name a type
  5224. type_trait_take_t<T_arg7> _A_a7_;
  5225. ^
  5226. In file included from /usr/include/sigc++-2.0/sigc++/sigc++.h:86:0,
  5227. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  5228. from /usr/include/glibmm-2.4/glibmm.h:87,
  5229. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  5230. from applet.cpp:29:
  5231. /usr/include/sigc++-2.0/sigc++/signal.h: In member function ‘T_return sigc::internal::signal_emit7<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7, T_accumulator>::operator()(const slot_type&) const’:
  5232. /usr/include/sigc++-2.0/sigc++/signal.h:2349:99: error: ‘_A_a1_’ was not declared in this scope
  5233. { return (reinterpret_cast<typename slot_type::call_type>(_A_slot.rep_->call_))(_A_slot.rep_, _A_a1_, _A_a2_, _A_a3_, _A_a4_, _A_a5_, _A_a6_, _A_a7_); }
  5234. ^
  5235. /usr/include/sigc++-2.0/sigc++/signal.h:2349:107: error: ‘_A_a2_’ was not declared in this scope
  5236. { return (reinterpret_cast<typename slot_type::call_type>(_A_slot.rep_->call_))(_A_slot.rep_, _A_a1_, _A_a2_, _A_a3_, _A_a4_, _A_a5_, _A_a6_, _A_a7_); }
  5237. ^
  5238. /usr/include/sigc++-2.0/sigc++/signal.h:2349:115: error: ‘_A_a3_’ was not declared in this scope
  5239. { return (reinterpret_cast<typename slot_type::call_type>(_A_slot.rep_->call_))(_A_slot.rep_, _A_a1_, _A_a2_, _A_a3_, _A_a4_, _A_a5_, _A_a6_, _A_a7_); }
  5240. ^
  5241. /usr/include/sigc++-2.0/sigc++/signal.h:2349:123: error: ‘_A_a4_’ was not declared in this scope
  5242. { return (reinterpret_cast<typename slot_type::call_type>(_A_slot.rep_->call_))(_A_slot.rep_, _A_a1_, _A_a2_, _A_a3_, _A_a4_, _A_a5_, _A_a6_, _A_a7_); }
  5243. ^
  5244. /usr/include/sigc++-2.0/sigc++/signal.h:2349:131: error: ‘_A_a5_’ was not declared in this scope
  5245. { return (reinterpret_cast<typename slot_type::call_type>(_A_slot.rep_->call_))(_A_slot.rep_, _A_a1_, _A_a2_, _A_a3_, _A_a4_, _A_a5_, _A_a6_, _A_a7_); }
  5246. ^
  5247. /usr/include/sigc++-2.0/sigc++/signal.h:2349:139: error: ‘_A_a6_’ was not declared in this scope
  5248. { return (reinterpret_cast<typename slot_type::call_type>(_A_slot.rep_->call_))(_A_slot.rep_, _A_a1_, _A_a2_, _A_a3_, _A_a4_, _A_a5_, _A_a6_, _A_a7_); }
  5249. ^
  5250. /usr/include/sigc++-2.0/sigc++/signal.h:2349:147: error: ‘_A_a7_’ was not declared in this scope
  5251. { return (reinterpret_cast<typename slot_type::call_type>(_A_slot.rep_->call_))(_A_slot.rep_, _A_a1_, _A_a2_, _A_a3_, _A_a4_, _A_a5_, _A_a6_, _A_a7_); }
  5252. ^
  5253. In file included from /usr/include/sigc++-2.0/sigc++/sigc++.h:86:0,
  5254. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  5255. from /usr/include/glibmm-2.4/glibmm.h:87,
  5256. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  5257. from applet.cpp:29:
  5258. /usr/include/sigc++-2.0/sigc++/signal.h: In static member function ‘static sigc::internal::signal_emit7<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7, T_accumulator>::result_type sigc::internal::signal_emit7<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7, T_accumulator>::emit(sigc::internal::signal_impl*, int)’:
  5259. /usr/include/sigc++-2.0/sigc++/signal.h:2373:23: error: ‘_A_a1’ was not declared in this scope
  5260. self_type self (_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7);
  5261. ^
  5262. /usr/include/sigc++-2.0/sigc++/signal.h:2373:30: error: ‘_A_a2’ was not declared in this scope
  5263. self_type self (_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7);
  5264. ^
  5265. /usr/include/sigc++-2.0/sigc++/signal.h:2373:37: error: ‘_A_a3’ was not declared in this scope
  5266. self_type self (_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7);
  5267. ^
  5268. /usr/include/sigc++-2.0/sigc++/signal.h:2373:44: error: ‘_A_a4’ was not declared in this scope
  5269. self_type self (_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7);
  5270. ^
  5271. /usr/include/sigc++-2.0/sigc++/signal.h:2373:51: error: ‘_A_a5’ was not declared in this scope
  5272. self_type self (_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7);
  5273. ^
  5274. /usr/include/sigc++-2.0/sigc++/signal.h:2373:58: error: ‘_A_a6’ was not declared in this scope
  5275. self_type self (_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7);
  5276. ^
  5277. /usr/include/sigc++-2.0/sigc++/signal.h:2373:65: error: ‘_A_a7’ was not declared in this scope
  5278. self_type self (_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7);
  5279. ^
  5280. /usr/include/sigc++-2.0/sigc++/signal.h: In static member function ‘static sigc::internal::signal_emit7<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7, T_accumulator>::result_type sigc::internal::signal_emit7<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7, T_accumulator>::emit_reverse(sigc::internal::signal_impl*, int)’:
  5281. /usr/include/sigc++-2.0/sigc++/signal.h:2400:23: error: ‘_A_a1’ was not declared in this scope
  5282. self_type self (_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7);
  5283. ^
  5284. /usr/include/sigc++-2.0/sigc++/signal.h:2400:30: error: ‘_A_a2’ was not declared in this scope
  5285. self_type self (_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7);
  5286. ^
  5287. /usr/include/sigc++-2.0/sigc++/signal.h:2400:37: error: ‘_A_a3’ was not declared in this scope
  5288. self_type self (_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7);
  5289. ^
  5290. /usr/include/sigc++-2.0/sigc++/signal.h:2400:44: error: ‘_A_a4’ was not declared in this scope
  5291. self_type self (_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7);
  5292. ^
  5293. /usr/include/sigc++-2.0/sigc++/signal.h:2400:51: error: ‘_A_a5’ was not declared in this scope
  5294. self_type self (_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7);
  5295. ^
  5296. /usr/include/sigc++-2.0/sigc++/signal.h:2400:58: error: ‘_A_a6’ was not declared in this scope
  5297. self_type self (_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7);
  5298. ^
  5299. /usr/include/sigc++-2.0/sigc++/signal.h:2400:65: error: ‘_A_a7’ was not declared in this scope
  5300. self_type self (_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7);
  5301. ^
  5302. /usr/include/sigc++-2.0/sigc++/signal.h: At global scope:
  5303. /usr/include/sigc++-2.0/sigc++/signal.h:2441:46: error: ‘type_trait_take_t’ has not been declared
  5304. static result_type emit(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6, type_trait_take_t<T_arg7> _A_a7)
  5305. ^
  5306. /usr/include/sigc++-2.0/sigc++/signal.h:2441:63: error: expected ‘,’ or ‘...’ before ‘<’ token
  5307. static result_type emit(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6, type_trait_take_t<T_arg7> _A_a7)
  5308. ^
  5309. /usr/include/sigc++-2.0/sigc++/signal.h:2486:54: error: ‘type_trait_take_t’ has not been declared
  5310. static result_type emit_reverse(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6, type_trait_take_t<T_arg7> _A_a7)
  5311. ^
  5312. /usr/include/sigc++-2.0/sigc++/signal.h:2486:71: error: expected ‘,’ or ‘...’ before ‘<’ token
  5313. static result_type emit_reverse(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6, type_trait_take_t<T_arg7> _A_a7)
  5314. ^
  5315. /usr/include/sigc++-2.0/sigc++/signal.h: In static member function ‘static sigc::internal::signal_emit7<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7, sigc::nil>::result_type sigc::internal::signal_emit7<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7, sigc::nil>::emit(sigc::internal::signal_impl*, int)’:
  5316. /usr/include/sigc++-2.0/sigc++/signal.h:2460:71: error: ‘_A_a1’ was not declared in this scope
  5317. r_ = (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7);
  5318. ^
  5319. /usr/include/sigc++-2.0/sigc++/signal.h:2460:78: error: ‘_A_a2’ was not declared in this scope
  5320. r_ = (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7);
  5321. ^
  5322. /usr/include/sigc++-2.0/sigc++/signal.h:2460:85: error: ‘_A_a3’ was not declared in this scope
  5323. r_ = (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7);
  5324. ^
  5325. /usr/include/sigc++-2.0/sigc++/signal.h:2460:92: error: ‘_A_a4’ was not declared in this scope
  5326. r_ = (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7);
  5327. ^
  5328. /usr/include/sigc++-2.0/sigc++/signal.h:2460:99: error: ‘_A_a5’ was not declared in this scope
  5329. r_ = (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7);
  5330. ^
  5331. /usr/include/sigc++-2.0/sigc++/signal.h:2460:106: error: ‘_A_a6’ was not declared in this scope
  5332. r_ = (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7);
  5333. ^
  5334. /usr/include/sigc++-2.0/sigc++/signal.h:2460:113: error: ‘_A_a7’ was not declared in this scope
  5335. r_ = (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7);
  5336. ^
  5337. /usr/include/sigc++-2.0/sigc++/signal.h: In static member function ‘static sigc::internal::signal_emit7<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7, sigc::nil>::result_type sigc::internal::signal_emit7<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7, sigc::nil>::emit_reverse(sigc::internal::signal_impl*, int)’:
  5338. /usr/include/sigc++-2.0/sigc++/signal.h:2512:71: error: ‘_A_a1’ was not declared in this scope
  5339. r_ = (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7);
  5340. ^
  5341. /usr/include/sigc++-2.0/sigc++/signal.h:2512:78: error: ‘_A_a2’ was not declared in this scope
  5342. r_ = (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7);
  5343. ^
  5344. /usr/include/sigc++-2.0/sigc++/signal.h:2512:85: error: ‘_A_a3’ was not declared in this scope
  5345. r_ = (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7);
  5346. ^
  5347. /usr/include/sigc++-2.0/sigc++/signal.h:2512:92: error: ‘_A_a4’ was not declared in this scope
  5348. r_ = (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7);
  5349. ^
  5350. /usr/include/sigc++-2.0/sigc++/signal.h:2512:99: error: ‘_A_a5’ was not declared in this scope
  5351. r_ = (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7);
  5352. ^
  5353. /usr/include/sigc++-2.0/sigc++/signal.h:2512:106: error: ‘_A_a6’ was not declared in this scope
  5354. r_ = (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7);
  5355. ^
  5356. /usr/include/sigc++-2.0/sigc++/signal.h:2512:113: error: ‘_A_a7’ was not declared in this scope
  5357. r_ = (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7);
  5358. ^
  5359. /usr/include/sigc++-2.0/sigc++/signal.h: At global scope:
  5360. /usr/include/sigc++-2.0/sigc++/signal.h:2551:46: error: ‘type_trait_take_t’ has not been declared
  5361. static result_type emit(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6, type_trait_take_t<T_arg7> _A_a7)
  5362. ^
  5363. /usr/include/sigc++-2.0/sigc++/signal.h:2551:63: error: expected ‘,’ or ‘...’ before ‘<’ token
  5364. static result_type emit(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6, type_trait_take_t<T_arg7> _A_a7)
  5365. ^
  5366. /usr/include/sigc++-2.0/sigc++/signal.h:2577:54: error: ‘type_trait_take_t’ has not been declared
  5367. static result_type emit_reverse(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6, type_trait_take_t<T_arg7> _A_a7)
  5368. ^
  5369. /usr/include/sigc++-2.0/sigc++/signal.h:2577:71: error: expected ‘,’ or ‘...’ before ‘<’ token
  5370. static result_type emit_reverse(signal_impl* impl, type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6, type_trait_take_t<T_arg7> _A_a7)
  5371. ^
  5372. /usr/include/sigc++-2.0/sigc++/signal.h: In static member function ‘static sigc::internal::signal_emit7<void, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7, sigc::nil>::result_type sigc::internal::signal_emit7<void, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7, sigc::nil>::emit(sigc::internal::signal_impl*, int)’:
  5373. /usr/include/sigc++-2.0/sigc++/signal.h:2561:68: error: ‘_A_a1’ was not declared in this scope
  5374. (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7);
  5375. ^
  5376. /usr/include/sigc++-2.0/sigc++/signal.h:2561:75: error: ‘_A_a2’ was not declared in this scope
  5377. (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7);
  5378. ^
  5379. /usr/include/sigc++-2.0/sigc++/signal.h:2561:82: error: ‘_A_a3’ was not declared in this scope
  5380. (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7);
  5381. ^
  5382. /usr/include/sigc++-2.0/sigc++/signal.h:2561:89: error: ‘_A_a4’ was not declared in this scope
  5383. (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7);
  5384. ^
  5385. /usr/include/sigc++-2.0/sigc++/signal.h:2561:96: error: ‘_A_a5’ was not declared in this scope
  5386. (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7);
  5387. ^
  5388. /usr/include/sigc++-2.0/sigc++/signal.h:2561:103: error: ‘_A_a6’ was not declared in this scope
  5389. (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7);
  5390. ^
  5391. /usr/include/sigc++-2.0/sigc++/signal.h:2561:110: error: ‘_A_a7’ was not declared in this scope
  5392. (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7);
  5393. ^
  5394. /usr/include/sigc++-2.0/sigc++/signal.h: In static member function ‘static sigc::internal::signal_emit7<void, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7, sigc::nil>::result_type sigc::internal::signal_emit7<void, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7, sigc::nil>::emit_reverse(sigc::internal::signal_impl*, int)’:
  5395. /usr/include/sigc++-2.0/sigc++/signal.h:2593:68: error: ‘_A_a1’ was not declared in this scope
  5396. (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7);
  5397. ^
  5398. /usr/include/sigc++-2.0/sigc++/signal.h:2593:75: error: ‘_A_a2’ was not declared in this scope
  5399. (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7);
  5400. ^
  5401. /usr/include/sigc++-2.0/sigc++/signal.h:2593:82: error: ‘_A_a3’ was not declared in this scope
  5402. (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7);
  5403. ^
  5404. /usr/include/sigc++-2.0/sigc++/signal.h:2593:89: error: ‘_A_a4’ was not declared in this scope
  5405. (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7);
  5406. ^
  5407. /usr/include/sigc++-2.0/sigc++/signal.h:2593:96: error: ‘_A_a5’ was not declared in this scope
  5408. (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7);
  5409. ^
  5410. /usr/include/sigc++-2.0/sigc++/signal.h:2593:103: error: ‘_A_a6’ was not declared in this scope
  5411. (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7);
  5412. ^
  5413. /usr/include/sigc++-2.0/sigc++/signal.h:2593:110: error: ‘_A_a7’ was not declared in this scope
  5414. (reinterpret_cast<call_type>(it->rep_->call_))(it->rep_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7);
  5415. ^
  5416. /usr/include/sigc++-2.0/sigc++/signal.h: At global scope:
  5417. /usr/include/sigc++-2.0/sigc++/signal.h:2716:18: error: expected ‘,’ or ‘...’ before ‘&&’ token
  5418. signal0(signal0&& src)
  5419. ^
  5420. /usr/include/sigc++-2.0/sigc++/signal.h:2716:24: error: invalid constructor; you probably meant ‘sigc::signal0<T_return, T_accumulator> (const sigc::signal0<T_return, T_accumulator>&)’
  5421. signal0(signal0&& src)
  5422. ^
  5423. /usr/include/sigc++-2.0/sigc++/signal.h:2725:29: error: expected ‘,’ or ‘...’ before ‘&&’ token
  5424. signal0& operator=(signal0&& src)
  5425. ^
  5426. /usr/include/sigc++-2.0/sigc++/signal.h: In member function ‘sigc::signal0<T_return, T_accumulator>& sigc::signal0<T_return, T_accumulator>::operator=(sigc::signal0<T_return, T_accumulator>)’:
  5427. /usr/include/sigc++-2.0/sigc++/signal.h:2727:28: error: ‘move’ is not a member of ‘std’
  5428. signal_base::operator=(std::move(src));
  5429. ^
  5430. /usr/include/sigc++-2.0/sigc++/signal.h:2727:38: error: ‘src’ was not declared in this scope
  5431. signal_base::operator=(std::move(src));
  5432. ^
  5433. /usr/include/sigc++-2.0/sigc++/signal.h: At global scope:
  5434. /usr/include/sigc++-2.0/sigc++/signal.h:2809:20: error: ‘type_trait_take_t’ has not been declared
  5435. result_type emit(type_trait_take_t<T_arg1> _A_a1) const
  5436. ^
  5437. /usr/include/sigc++-2.0/sigc++/signal.h:2809:37: error: expected ‘,’ or ‘...’ before ‘<’ token
  5438. result_type emit(type_trait_take_t<T_arg1> _A_a1) const
  5439. ^
  5440. /usr/include/sigc++-2.0/sigc++/signal.h:2813:28: error: ‘type_trait_take_t’ has not been declared
  5441. result_type emit_reverse(type_trait_take_t<T_arg1> _A_a1) const
  5442. ^
  5443. /usr/include/sigc++-2.0/sigc++/signal.h:2813:45: error: expected ‘,’ or ‘...’ before ‘<’ token
  5444. result_type emit_reverse(type_trait_take_t<T_arg1> _A_a1) const
  5445. ^
  5446. /usr/include/sigc++-2.0/sigc++/signal.h:2817:26: error: ‘type_trait_take_t’ has not been declared
  5447. result_type operator()(type_trait_take_t<T_arg1> _A_a1) const
  5448. ^
  5449. /usr/include/sigc++-2.0/sigc++/signal.h:2817:43: error: expected ‘,’ or ‘...’ before ‘<’ token
  5450. result_type operator()(type_trait_take_t<T_arg1> _A_a1) const
  5451. ^
  5452. /usr/include/sigc++-2.0/sigc++/signal.h:2827:50: error: ‘type_trait_take_t’ was not declared in this scope
  5453. bound_const_mem_functor1<result_type, signal1, type_trait_take_t<T_arg1>> make_slot() const
  5454. ^
  5455. /usr/include/sigc++-2.0/sigc++/signal.h:2827:87: error: a function call cannot appear in a constant-expression
  5456. bound_const_mem_functor1<result_type, signal1, type_trait_take_t<T_arg1>> make_slot() const
  5457. ^
  5458. /usr/include/sigc++-2.0/sigc++/signal.h:2827:89: error: template argument 3 is invalid
  5459. bound_const_mem_functor1<result_type, signal1, type_trait_take_t<T_arg1>> make_slot() const
  5460. ^
  5461. /usr/include/sigc++-2.0/sigc++/signal.h:2828:5: error: expected unqualified-id before ‘{’ token
  5462. { return bound_const_mem_functor1<result_type, signal1, type_trait_take_t<T_arg1>>(this, &signal1::emit); }
  5463. ^
  5464. /usr/include/sigc++-2.0/sigc++/signal.h:2849:18: error: expected ‘,’ or ‘...’ before ‘&&’ token
  5465. signal1(signal1&& src)
  5466. ^
  5467. /usr/include/sigc++-2.0/sigc++/signal.h:2849:24: error: invalid constructor; you probably meant ‘sigc::signal1<T_return, T_arg1, T_accumulator> (const sigc::signal1<T_return, T_arg1, T_accumulator>&)’
  5468. signal1(signal1&& src)
  5469. ^
  5470. /usr/include/sigc++-2.0/sigc++/signal.h:2858:29: error: expected ‘,’ or ‘...’ before ‘&&’ token
  5471. signal1& operator=(signal1&& src)
  5472. ^
  5473. /usr/include/sigc++-2.0/sigc++/signal.h: In member function ‘sigc::signal1<T_return, T_arg1, T_accumulator>::result_type sigc::signal1<T_return, T_arg1, T_accumulator>::emit(int) const’:
  5474. /usr/include/sigc++-2.0/sigc++/signal.h:2810:40: error: ‘_A_a1’ was not declared in this scope
  5475. { return emitter_type::emit(impl_, _A_a1); }
  5476. ^
  5477. /usr/include/sigc++-2.0/sigc++/signal.h: In member function ‘sigc::signal1<T_return, T_arg1, T_accumulator>::result_type sigc::signal1<T_return, T_arg1, T_accumulator>::emit_reverse(int) const’:
  5478. /usr/include/sigc++-2.0/sigc++/signal.h:2814:48: error: ‘_A_a1’ was not declared in this scope
  5479. { return emitter_type::emit_reverse(impl_, _A_a1); }
  5480. ^
  5481. /usr/include/sigc++-2.0/sigc++/signal.h: In member function ‘sigc::signal1<T_return, T_arg1, T_accumulator>::result_type sigc::signal1<T_return, T_arg1, T_accumulator>::operator()(int) const’:
  5482. /usr/include/sigc++-2.0/sigc++/signal.h:2818:19: error: ‘_A_a1’ was not declared in this scope
  5483. { return emit(_A_a1); }
  5484. ^
  5485. /usr/include/sigc++-2.0/sigc++/signal.h: In member function ‘sigc::signal1<T_return, T_arg1, T_accumulator>& sigc::signal1<T_return, T_arg1, T_accumulator>::operator=(sigc::signal1<T_return, T_arg1, T_accumulator>)’:
  5486. /usr/include/sigc++-2.0/sigc++/signal.h:2860:28: error: ‘move’ is not a member of ‘std’
  5487. signal_base::operator=(std::move(src));
  5488. ^
  5489. /usr/include/sigc++-2.0/sigc++/signal.h:2860:38: error: ‘src’ was not declared in this scope
  5490. signal_base::operator=(std::move(src));
  5491. ^
  5492. /usr/include/sigc++-2.0/sigc++/signal.h: At global scope:
  5493. /usr/include/sigc++-2.0/sigc++/signal.h:2944:20: error: ‘type_trait_take_t’ has not been declared
  5494. result_type emit(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2) const
  5495. ^
  5496. /usr/include/sigc++-2.0/sigc++/signal.h:2944:37: error: expected ‘,’ or ‘...’ before ‘<’ token
  5497. result_type emit(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2) const
  5498. ^
  5499. /usr/include/sigc++-2.0/sigc++/signal.h:2948:28: error: ‘type_trait_take_t’ has not been declared
  5500. result_type emit_reverse(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2) const
  5501. ^
  5502. /usr/include/sigc++-2.0/sigc++/signal.h:2948:45: error: expected ‘,’ or ‘...’ before ‘<’ token
  5503. result_type emit_reverse(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2) const
  5504. ^
  5505. /usr/include/sigc++-2.0/sigc++/signal.h:2952:26: error: ‘type_trait_take_t’ has not been declared
  5506. result_type operator()(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2) const
  5507. ^
  5508. /usr/include/sigc++-2.0/sigc++/signal.h:2952:43: error: expected ‘,’ or ‘...’ before ‘<’ token
  5509. result_type operator()(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2) const
  5510. ^
  5511. /usr/include/sigc++-2.0/sigc++/signal.h:2962:50: error: ‘type_trait_take_t’ was not declared in this scope
  5512. bound_const_mem_functor2<result_type, signal2, type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>> make_slot() const
  5513. ^
  5514. /usr/include/sigc++-2.0/sigc++/signal.h:2962:74: error: wrong number of template arguments (3, should be 4)
  5515. bound_const_mem_functor2<result_type, signal2, type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>> make_slot() const
  5516. ^
  5517. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:9:0,
  5518. from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7,
  5519. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  5520. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  5521. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  5522. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  5523. from /usr/include/glibmm-2.4/glibmm.h:87,
  5524. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  5525. from applet.cpp:29:
  5526. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2488:7: error: provided for ‘template<class T_return, class T_obj, class T_arg1, class T_arg2> class sigc::bound_const_mem_functor2’
  5527. class bound_const_mem_functor2
  5528. ^
  5529. In file included from /usr/include/sigc++-2.0/sigc++/sigc++.h:86:0,
  5530. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  5531. from /usr/include/glibmm-2.4/glibmm.h:87,
  5532. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  5533. from applet.cpp:29:
  5534. /usr/include/sigc++-2.0/sigc++/signal.h:2962:75: error: expected unqualified-id before ‘,’ token
  5535. bound_const_mem_functor2<result_type, signal2, type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>> make_slot() const
  5536. ^
  5537. /usr/include/sigc++-2.0/sigc++/signal.h:2984:18: error: expected ‘,’ or ‘...’ before ‘&&’ token
  5538. signal2(signal2&& src)
  5539. ^
  5540. /usr/include/sigc++-2.0/sigc++/signal.h:2984:24: error: invalid constructor; you probably meant ‘sigc::signal2<T_return, T_arg1, T_arg2, T_accumulator> (const sigc::signal2<T_return, T_arg1, T_arg2, T_accumulator>&)’
  5541. signal2(signal2&& src)
  5542. ^
  5543. /usr/include/sigc++-2.0/sigc++/signal.h:2993:29: error: expected ‘,’ or ‘...’ before ‘&&’ token
  5544. signal2& operator=(signal2&& src)
  5545. ^
  5546. /usr/include/sigc++-2.0/sigc++/signal.h: In member function ‘sigc::signal2<T_return, T_arg1, T_arg2, T_accumulator>::result_type sigc::signal2<T_return, T_arg1, T_arg2, T_accumulator>::emit(int) const’:
  5547. /usr/include/sigc++-2.0/sigc++/signal.h:2945:40: error: ‘_A_a1’ was not declared in this scope
  5548. { return emitter_type::emit(impl_, _A_a1, _A_a2); }
  5549. ^
  5550. /usr/include/sigc++-2.0/sigc++/signal.h:2945:47: error: ‘_A_a2’ was not declared in this scope
  5551. { return emitter_type::emit(impl_, _A_a1, _A_a2); }
  5552. ^
  5553. /usr/include/sigc++-2.0/sigc++/signal.h: In member function ‘sigc::signal2<T_return, T_arg1, T_arg2, T_accumulator>::result_type sigc::signal2<T_return, T_arg1, T_arg2, T_accumulator>::emit_reverse(int) const’:
  5554. /usr/include/sigc++-2.0/sigc++/signal.h:2949:48: error: ‘_A_a1’ was not declared in this scope
  5555. { return emitter_type::emit_reverse(impl_, _A_a1, _A_a2); }
  5556. ^
  5557. /usr/include/sigc++-2.0/sigc++/signal.h:2949:55: error: ‘_A_a2’ was not declared in this scope
  5558. { return emitter_type::emit_reverse(impl_, _A_a1, _A_a2); }
  5559. ^
  5560. /usr/include/sigc++-2.0/sigc++/signal.h: In member function ‘sigc::signal2<T_return, T_arg1, T_arg2, T_accumulator>::result_type sigc::signal2<T_return, T_arg1, T_arg2, T_accumulator>::operator()(int) const’:
  5561. /usr/include/sigc++-2.0/sigc++/signal.h:2953:19: error: ‘_A_a1’ was not declared in this scope
  5562. { return emit(_A_a1, _A_a2); }
  5563. ^
  5564. /usr/include/sigc++-2.0/sigc++/signal.h:2953:26: error: ‘_A_a2’ was not declared in this scope
  5565. { return emit(_A_a1, _A_a2); }
  5566. ^
  5567. /usr/include/sigc++-2.0/sigc++/signal.h: In member function ‘sigc::signal2<T_return, T_arg1, T_arg2, T_accumulator>& sigc::signal2<T_return, T_arg1, T_arg2, T_accumulator>::operator=(sigc::signal2<T_return, T_arg1, T_arg2, T_accumulator>)’:
  5568. /usr/include/sigc++-2.0/sigc++/signal.h:2995:28: error: ‘move’ is not a member of ‘std’
  5569. signal_base::operator=(std::move(src));
  5570. ^
  5571. /usr/include/sigc++-2.0/sigc++/signal.h:2995:38: error: ‘src’ was not declared in this scope
  5572. signal_base::operator=(std::move(src));
  5573. ^
  5574. /usr/include/sigc++-2.0/sigc++/signal.h: At global scope:
  5575. /usr/include/sigc++-2.0/sigc++/signal.h:3081:20: error: ‘type_trait_take_t’ has not been declared
  5576. result_type emit(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3) const
  5577. ^
  5578. /usr/include/sigc++-2.0/sigc++/signal.h:3081:37: error: expected ‘,’ or ‘...’ before ‘<’ token
  5579. result_type emit(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3) const
  5580. ^
  5581. /usr/include/sigc++-2.0/sigc++/signal.h:3085:28: error: ‘type_trait_take_t’ has not been declared
  5582. result_type emit_reverse(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3) const
  5583. ^
  5584. /usr/include/sigc++-2.0/sigc++/signal.h:3085:45: error: expected ‘,’ or ‘...’ before ‘<’ token
  5585. result_type emit_reverse(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3) const
  5586. ^
  5587. /usr/include/sigc++-2.0/sigc++/signal.h:3089:26: error: ‘type_trait_take_t’ has not been declared
  5588. result_type operator()(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3) const
  5589. ^
  5590. /usr/include/sigc++-2.0/sigc++/signal.h:3089:43: error: expected ‘,’ or ‘...’ before ‘<’ token
  5591. result_type operator()(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3) const
  5592. ^
  5593. /usr/include/sigc++-2.0/sigc++/signal.h:3099:50: error: ‘type_trait_take_t’ was not declared in this scope
  5594. bound_const_mem_functor3<result_type, signal3, type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>, type_trait_take_t<T_arg3>> make_slot() const
  5595. ^
  5596. /usr/include/sigc++-2.0/sigc++/signal.h:3099:74: error: wrong number of template arguments (3, should be 5)
  5597. bound_const_mem_functor3<result_type, signal3, type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>, type_trait_take_t<T_arg3>> make_slot() const
  5598. ^
  5599. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:9:0,
  5600. from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7,
  5601. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  5602. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  5603. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  5604. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  5605. from /usr/include/glibmm-2.4/glibmm.h:87,
  5606. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  5607. from applet.cpp:29:
  5608. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2560:7: error: provided for ‘template<class T_return, class T_obj, class T_arg1, class T_arg2, class T_arg3> class sigc::bound_const_mem_functor3’
  5609. class bound_const_mem_functor3
  5610. ^
  5611. In file included from /usr/include/sigc++-2.0/sigc++/sigc++.h:86:0,
  5612. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  5613. from /usr/include/glibmm-2.4/glibmm.h:87,
  5614. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  5615. from applet.cpp:29:
  5616. /usr/include/sigc++-2.0/sigc++/signal.h:3099:75: error: expected unqualified-id before ‘,’ token
  5617. bound_const_mem_functor3<result_type, signal3, type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>, type_trait_take_t<T_arg3>> make_slot() const
  5618. ^
  5619. /usr/include/sigc++-2.0/sigc++/signal.h:3121:18: error: expected ‘,’ or ‘...’ before ‘&&’ token
  5620. signal3(signal3&& src)
  5621. ^
  5622. /usr/include/sigc++-2.0/sigc++/signal.h:3121:24: error: invalid constructor; you probably meant ‘sigc::signal3<T_return, T_arg1, T_arg2, T_arg3, T_accumulator> (const sigc::signal3<T_return, T_arg1, T_arg2, T_arg3, T_accumulator>&)’
  5623. signal3(signal3&& src)
  5624. ^
  5625. /usr/include/sigc++-2.0/sigc++/signal.h:3130:29: error: expected ‘,’ or ‘...’ before ‘&&’ token
  5626. signal3& operator=(signal3&& src)
  5627. ^
  5628. /usr/include/sigc++-2.0/sigc++/signal.h: In member function ‘sigc::signal3<T_return, T_arg1, T_arg2, T_arg3, T_accumulator>::result_type sigc::signal3<T_return, T_arg1, T_arg2, T_arg3, T_accumulator>::emit(int) const’:
  5629. /usr/include/sigc++-2.0/sigc++/signal.h:3082:40: error: ‘_A_a1’ was not declared in this scope
  5630. { return emitter_type::emit(impl_, _A_a1, _A_a2, _A_a3); }
  5631. ^
  5632. /usr/include/sigc++-2.0/sigc++/signal.h:3082:47: error: ‘_A_a2’ was not declared in this scope
  5633. { return emitter_type::emit(impl_, _A_a1, _A_a2, _A_a3); }
  5634. ^
  5635. /usr/include/sigc++-2.0/sigc++/signal.h:3082:54: error: ‘_A_a3’ was not declared in this scope
  5636. { return emitter_type::emit(impl_, _A_a1, _A_a2, _A_a3); }
  5637. ^
  5638. /usr/include/sigc++-2.0/sigc++/signal.h: In member function ‘sigc::signal3<T_return, T_arg1, T_arg2, T_arg3, T_accumulator>::result_type sigc::signal3<T_return, T_arg1, T_arg2, T_arg3, T_accumulator>::emit_reverse(int) const’:
  5639. /usr/include/sigc++-2.0/sigc++/signal.h:3086:48: error: ‘_A_a1’ was not declared in this scope
  5640. { return emitter_type::emit_reverse(impl_, _A_a1, _A_a2, _A_a3); }
  5641. ^
  5642. /usr/include/sigc++-2.0/sigc++/signal.h:3086:55: error: ‘_A_a2’ was not declared in this scope
  5643. { return emitter_type::emit_reverse(impl_, _A_a1, _A_a2, _A_a3); }
  5644. ^
  5645. /usr/include/sigc++-2.0/sigc++/signal.h:3086:62: error: ‘_A_a3’ was not declared in this scope
  5646. { return emitter_type::emit_reverse(impl_, _A_a1, _A_a2, _A_a3); }
  5647. ^
  5648. /usr/include/sigc++-2.0/sigc++/signal.h: In member function ‘sigc::signal3<T_return, T_arg1, T_arg2, T_arg3, T_accumulator>::result_type sigc::signal3<T_return, T_arg1, T_arg2, T_arg3, T_accumulator>::operator()(int) const’:
  5649. /usr/include/sigc++-2.0/sigc++/signal.h:3090:19: error: ‘_A_a1’ was not declared in this scope
  5650. { return emit(_A_a1, _A_a2, _A_a3); }
  5651. ^
  5652. /usr/include/sigc++-2.0/sigc++/signal.h:3090:26: error: ‘_A_a2’ was not declared in this scope
  5653. { return emit(_A_a1, _A_a2, _A_a3); }
  5654. ^
  5655. /usr/include/sigc++-2.0/sigc++/signal.h:3090:33: error: ‘_A_a3’ was not declared in this scope
  5656. { return emit(_A_a1, _A_a2, _A_a3); }
  5657. ^
  5658. /usr/include/sigc++-2.0/sigc++/signal.h: In member function ‘sigc::signal3<T_return, T_arg1, T_arg2, T_arg3, T_accumulator>& sigc::signal3<T_return, T_arg1, T_arg2, T_arg3, T_accumulator>::operator=(sigc::signal3<T_return, T_arg1, T_arg2, T_arg3, T_accumulator>)’:
  5659. /usr/include/sigc++-2.0/sigc++/signal.h:3132:28: error: ‘move’ is not a member of ‘std’
  5660. signal_base::operator=(std::move(src));
  5661. ^
  5662. /usr/include/sigc++-2.0/sigc++/signal.h:3132:38: error: ‘src’ was not declared in this scope
  5663. signal_base::operator=(std::move(src));
  5664. ^
  5665. /usr/include/sigc++-2.0/sigc++/signal.h: At global scope:
  5666. /usr/include/sigc++-2.0/sigc++/signal.h:3220:20: error: ‘type_trait_take_t’ has not been declared
  5667. result_type emit(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4) const
  5668. ^
  5669. /usr/include/sigc++-2.0/sigc++/signal.h:3220:37: error: expected ‘,’ or ‘...’ before ‘<’ token
  5670. result_type emit(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4) const
  5671. ^
  5672. /usr/include/sigc++-2.0/sigc++/signal.h:3224:28: error: ‘type_trait_take_t’ has not been declared
  5673. result_type emit_reverse(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4) const
  5674. ^
  5675. /usr/include/sigc++-2.0/sigc++/signal.h:3224:45: error: expected ‘,’ or ‘...’ before ‘<’ token
  5676. result_type emit_reverse(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4) const
  5677. ^
  5678. /usr/include/sigc++-2.0/sigc++/signal.h:3228:26: error: ‘type_trait_take_t’ has not been declared
  5679. result_type operator()(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4) const
  5680. ^
  5681. /usr/include/sigc++-2.0/sigc++/signal.h:3228:43: error: expected ‘,’ or ‘...’ before ‘<’ token
  5682. result_type operator()(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4) const
  5683. ^
  5684. /usr/include/sigc++-2.0/sigc++/signal.h:3238:50: error: ‘type_trait_take_t’ was not declared in this scope
  5685. bound_const_mem_functor4<result_type, signal4, type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>, type_trait_take_t<T_arg3>, type_trait_take_t<T_arg4>> make_slot() const
  5686. ^
  5687. /usr/include/sigc++-2.0/sigc++/signal.h:3238:74: error: wrong number of template arguments (3, should be 6)
  5688. bound_const_mem_functor4<result_type, signal4, type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>, type_trait_take_t<T_arg3>, type_trait_take_t<T_arg4>> make_slot() const
  5689. ^
  5690. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:9:0,
  5691. from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7,
  5692. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  5693. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  5694. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  5695. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  5696. from /usr/include/glibmm-2.4/glibmm.h:87,
  5697. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  5698. from applet.cpp:29:
  5699. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2634:7: error: provided for ‘template<class T_return, class T_obj, class T_arg1, class T_arg2, class T_arg3, class T_arg4> class sigc::bound_const_mem_functor4’
  5700. class bound_const_mem_functor4
  5701. ^
  5702. In file included from /usr/include/sigc++-2.0/sigc++/sigc++.h:86:0,
  5703. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  5704. from /usr/include/glibmm-2.4/glibmm.h:87,
  5705. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  5706. from applet.cpp:29:
  5707. /usr/include/sigc++-2.0/sigc++/signal.h:3238:75: error: expected unqualified-id before ‘,’ token
  5708. bound_const_mem_functor4<result_type, signal4, type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>, type_trait_take_t<T_arg3>, type_trait_take_t<T_arg4>> make_slot() const
  5709. ^
  5710. /usr/include/sigc++-2.0/sigc++/signal.h:3260:18: error: expected ‘,’ or ‘...’ before ‘&&’ token
  5711. signal4(signal4&& src)
  5712. ^
  5713. /usr/include/sigc++-2.0/sigc++/signal.h:3260:24: error: invalid constructor; you probably meant ‘sigc::signal4<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_accumulator> (const sigc::signal4<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_accumulator>&)’
  5714. signal4(signal4&& src)
  5715. ^
  5716. /usr/include/sigc++-2.0/sigc++/signal.h:3269:29: error: expected ‘,’ or ‘...’ before ‘&&’ token
  5717. signal4& operator=(signal4&& src)
  5718. ^
  5719. /usr/include/sigc++-2.0/sigc++/signal.h: In member function ‘sigc::signal4<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_accumulator>::result_type sigc::signal4<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_accumulator>::emit(int) const’:
  5720. /usr/include/sigc++-2.0/sigc++/signal.h:3221:40: error: ‘_A_a1’ was not declared in this scope
  5721. { return emitter_type::emit(impl_, _A_a1, _A_a2, _A_a3, _A_a4); }
  5722. ^
  5723. /usr/include/sigc++-2.0/sigc++/signal.h:3221:47: error: ‘_A_a2’ was not declared in this scope
  5724. { return emitter_type::emit(impl_, _A_a1, _A_a2, _A_a3, _A_a4); }
  5725. ^
  5726. /usr/include/sigc++-2.0/sigc++/signal.h:3221:54: error: ‘_A_a3’ was not declared in this scope
  5727. { return emitter_type::emit(impl_, _A_a1, _A_a2, _A_a3, _A_a4); }
  5728. ^
  5729. /usr/include/sigc++-2.0/sigc++/signal.h:3221:61: error: ‘_A_a4’ was not declared in this scope
  5730. { return emitter_type::emit(impl_, _A_a1, _A_a2, _A_a3, _A_a4); }
  5731. ^
  5732. /usr/include/sigc++-2.0/sigc++/signal.h: In member function ‘sigc::signal4<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_accumulator>::result_type sigc::signal4<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_accumulator>::emit_reverse(int) const’:
  5733. /usr/include/sigc++-2.0/sigc++/signal.h:3225:48: error: ‘_A_a1’ was not declared in this scope
  5734. { return emitter_type::emit_reverse(impl_, _A_a1, _A_a2, _A_a3, _A_a4); }
  5735. ^
  5736. /usr/include/sigc++-2.0/sigc++/signal.h:3225:55: error: ‘_A_a2’ was not declared in this scope
  5737. { return emitter_type::emit_reverse(impl_, _A_a1, _A_a2, _A_a3, _A_a4); }
  5738. ^
  5739. /usr/include/sigc++-2.0/sigc++/signal.h:3225:62: error: ‘_A_a3’ was not declared in this scope
  5740. { return emitter_type::emit_reverse(impl_, _A_a1, _A_a2, _A_a3, _A_a4); }
  5741. ^
  5742. /usr/include/sigc++-2.0/sigc++/signal.h:3225:69: error: ‘_A_a4’ was not declared in this scope
  5743. { return emitter_type::emit_reverse(impl_, _A_a1, _A_a2, _A_a3, _A_a4); }
  5744. ^
  5745. /usr/include/sigc++-2.0/sigc++/signal.h: In member function ‘sigc::signal4<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_accumulator>::result_type sigc::signal4<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_accumulator>::operator()(int) const’:
  5746. /usr/include/sigc++-2.0/sigc++/signal.h:3229:19: error: ‘_A_a1’ was not declared in this scope
  5747. { return emit(_A_a1, _A_a2, _A_a3, _A_a4); }
  5748. ^
  5749. /usr/include/sigc++-2.0/sigc++/signal.h:3229:26: error: ‘_A_a2’ was not declared in this scope
  5750. { return emit(_A_a1, _A_a2, _A_a3, _A_a4); }
  5751. ^
  5752. /usr/include/sigc++-2.0/sigc++/signal.h:3229:33: error: ‘_A_a3’ was not declared in this scope
  5753. { return emit(_A_a1, _A_a2, _A_a3, _A_a4); }
  5754. ^
  5755. /usr/include/sigc++-2.0/sigc++/signal.h:3229:40: error: ‘_A_a4’ was not declared in this scope
  5756. { return emit(_A_a1, _A_a2, _A_a3, _A_a4); }
  5757. ^
  5758. /usr/include/sigc++-2.0/sigc++/signal.h: In member function ‘sigc::signal4<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_accumulator>& sigc::signal4<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_accumulator>::operator=(sigc::signal4<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_accumulator>)’:
  5759. /usr/include/sigc++-2.0/sigc++/signal.h:3271:28: error: ‘move’ is not a member of ‘std’
  5760. signal_base::operator=(std::move(src));
  5761. ^
  5762. /usr/include/sigc++-2.0/sigc++/signal.h:3271:38: error: ‘src’ was not declared in this scope
  5763. signal_base::operator=(std::move(src));
  5764. ^
  5765. /usr/include/sigc++-2.0/sigc++/signal.h: At global scope:
  5766. /usr/include/sigc++-2.0/sigc++/signal.h:3361:20: error: ‘type_trait_take_t’ has not been declared
  5767. result_type emit(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5) const
  5768. ^
  5769. /usr/include/sigc++-2.0/sigc++/signal.h:3361:37: error: expected ‘,’ or ‘...’ before ‘<’ token
  5770. result_type emit(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5) const
  5771. ^
  5772. /usr/include/sigc++-2.0/sigc++/signal.h:3365:28: error: ‘type_trait_take_t’ has not been declared
  5773. result_type emit_reverse(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5) const
  5774. ^
  5775. /usr/include/sigc++-2.0/sigc++/signal.h:3365:45: error: expected ‘,’ or ‘...’ before ‘<’ token
  5776. result_type emit_reverse(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5) const
  5777. ^
  5778. /usr/include/sigc++-2.0/sigc++/signal.h:3369:26: error: ‘type_trait_take_t’ has not been declared
  5779. result_type operator()(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5) const
  5780. ^
  5781. /usr/include/sigc++-2.0/sigc++/signal.h:3369:43: error: expected ‘,’ or ‘...’ before ‘<’ token
  5782. result_type operator()(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5) const
  5783. ^
  5784. /usr/include/sigc++-2.0/sigc++/signal.h:3379:50: error: ‘type_trait_take_t’ was not declared in this scope
  5785. bound_const_mem_functor5<result_type, signal5, type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>, type_trait_take_t<T_arg3>, type_trait_take_t<T_arg4>, type_trait_take_t<T_arg5>> make_slot() const
  5786. ^
  5787. /usr/include/sigc++-2.0/sigc++/signal.h:3379:74: error: wrong number of template arguments (3, should be 7)
  5788. bound_const_mem_functor5<result_type, signal5, type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>, type_trait_take_t<T_arg3>, type_trait_take_t<T_arg4>, type_trait_take_t<T_arg5>> make_slot() const
  5789. ^
  5790. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:9:0,
  5791. from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7,
  5792. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  5793. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  5794. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  5795. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  5796. from /usr/include/glibmm-2.4/glibmm.h:87,
  5797. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  5798. from applet.cpp:29:
  5799. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2710:7: error: provided for ‘template<class T_return, class T_obj, class T_arg1, class T_arg2, class T_arg3, class T_arg4, class T_arg5> class sigc::bound_const_mem_functor5’
  5800. class bound_const_mem_functor5
  5801. ^
  5802. In file included from /usr/include/sigc++-2.0/sigc++/sigc++.h:86:0,
  5803. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  5804. from /usr/include/glibmm-2.4/glibmm.h:87,
  5805. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  5806. from applet.cpp:29:
  5807. /usr/include/sigc++-2.0/sigc++/signal.h:3379:75: error: expected unqualified-id before ‘,’ token
  5808. bound_const_mem_functor5<result_type, signal5, type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>, type_trait_take_t<T_arg3>, type_trait_take_t<T_arg4>, type_trait_take_t<T_arg5>> make_slot() const
  5809. ^
  5810. /usr/include/sigc++-2.0/sigc++/signal.h:3401:18: error: expected ‘,’ or ‘...’ before ‘&&’ token
  5811. signal5(signal5&& src)
  5812. ^
  5813. /usr/include/sigc++-2.0/sigc++/signal.h:3401:24: error: invalid constructor; you probably meant ‘sigc::signal5<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_accumulator> (const sigc::signal5<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_accumulator>&)’
  5814. signal5(signal5&& src)
  5815. ^
  5816. /usr/include/sigc++-2.0/sigc++/signal.h:3410:29: error: expected ‘,’ or ‘...’ before ‘&&’ token
  5817. signal5& operator=(signal5&& src)
  5818. ^
  5819. /usr/include/sigc++-2.0/sigc++/signal.h: In member function ‘sigc::signal5<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_accumulator>::result_type sigc::signal5<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_accumulator>::emit(int) const’:
  5820. /usr/include/sigc++-2.0/sigc++/signal.h:3362:40: error: ‘_A_a1’ was not declared in this scope
  5821. { return emitter_type::emit(impl_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5); }
  5822. ^
  5823. /usr/include/sigc++-2.0/sigc++/signal.h:3362:47: error: ‘_A_a2’ was not declared in this scope
  5824. { return emitter_type::emit(impl_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5); }
  5825. ^
  5826. /usr/include/sigc++-2.0/sigc++/signal.h:3362:54: error: ‘_A_a3’ was not declared in this scope
  5827. { return emitter_type::emit(impl_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5); }
  5828. ^
  5829. /usr/include/sigc++-2.0/sigc++/signal.h:3362:61: error: ‘_A_a4’ was not declared in this scope
  5830. { return emitter_type::emit(impl_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5); }
  5831. ^
  5832. /usr/include/sigc++-2.0/sigc++/signal.h:3362:68: error: ‘_A_a5’ was not declared in this scope
  5833. { return emitter_type::emit(impl_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5); }
  5834. ^
  5835. /usr/include/sigc++-2.0/sigc++/signal.h: In member function ‘sigc::signal5<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_accumulator>::result_type sigc::signal5<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_accumulator>::emit_reverse(int) const’:
  5836. /usr/include/sigc++-2.0/sigc++/signal.h:3366:48: error: ‘_A_a1’ was not declared in this scope
  5837. { return emitter_type::emit_reverse(impl_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5); }
  5838. ^
  5839. /usr/include/sigc++-2.0/sigc++/signal.h:3366:55: error: ‘_A_a2’ was not declared in this scope
  5840. { return emitter_type::emit_reverse(impl_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5); }
  5841. ^
  5842. /usr/include/sigc++-2.0/sigc++/signal.h:3366:62: error: ‘_A_a3’ was not declared in this scope
  5843. { return emitter_type::emit_reverse(impl_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5); }
  5844. ^
  5845. /usr/include/sigc++-2.0/sigc++/signal.h:3366:69: error: ‘_A_a4’ was not declared in this scope
  5846. { return emitter_type::emit_reverse(impl_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5); }
  5847. ^
  5848. /usr/include/sigc++-2.0/sigc++/signal.h:3366:76: error: ‘_A_a5’ was not declared in this scope
  5849. { return emitter_type::emit_reverse(impl_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5); }
  5850. ^
  5851. /usr/include/sigc++-2.0/sigc++/signal.h: In member function ‘sigc::signal5<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_accumulator>::result_type sigc::signal5<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_accumulator>::operator()(int) const’:
  5852. /usr/include/sigc++-2.0/sigc++/signal.h:3370:19: error: ‘_A_a1’ was not declared in this scope
  5853. { return emit(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5); }
  5854. ^
  5855. /usr/include/sigc++-2.0/sigc++/signal.h:3370:26: error: ‘_A_a2’ was not declared in this scope
  5856. { return emit(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5); }
  5857. ^
  5858. /usr/include/sigc++-2.0/sigc++/signal.h:3370:33: error: ‘_A_a3’ was not declared in this scope
  5859. { return emit(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5); }
  5860. ^
  5861. /usr/include/sigc++-2.0/sigc++/signal.h:3370:40: error: ‘_A_a4’ was not declared in this scope
  5862. { return emit(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5); }
  5863. ^
  5864. /usr/include/sigc++-2.0/sigc++/signal.h:3370:47: error: ‘_A_a5’ was not declared in this scope
  5865. { return emit(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5); }
  5866. ^
  5867. /usr/include/sigc++-2.0/sigc++/signal.h: In member function ‘sigc::signal5<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_accumulator>& sigc::signal5<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_accumulator>::operator=(sigc::signal5<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_accumulator>)’:
  5868. /usr/include/sigc++-2.0/sigc++/signal.h:3412:28: error: ‘move’ is not a member of ‘std’
  5869. signal_base::operator=(std::move(src));
  5870. ^
  5871. /usr/include/sigc++-2.0/sigc++/signal.h:3412:38: error: ‘src’ was not declared in this scope
  5872. signal_base::operator=(std::move(src));
  5873. ^
  5874. /usr/include/sigc++-2.0/sigc++/signal.h: At global scope:
  5875. /usr/include/sigc++-2.0/sigc++/signal.h:3504:20: error: ‘type_trait_take_t’ has not been declared
  5876. result_type emit(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6) const
  5877. ^
  5878. /usr/include/sigc++-2.0/sigc++/signal.h:3504:37: error: expected ‘,’ or ‘...’ before ‘<’ token
  5879. result_type emit(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6) const
  5880. ^
  5881. /usr/include/sigc++-2.0/sigc++/signal.h:3508:28: error: ‘type_trait_take_t’ has not been declared
  5882. result_type emit_reverse(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6) const
  5883. ^
  5884. /usr/include/sigc++-2.0/sigc++/signal.h:3508:45: error: expected ‘,’ or ‘...’ before ‘<’ token
  5885. result_type emit_reverse(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6) const
  5886. ^
  5887. /usr/include/sigc++-2.0/sigc++/signal.h:3512:26: error: ‘type_trait_take_t’ has not been declared
  5888. result_type operator()(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6) const
  5889. ^
  5890. /usr/include/sigc++-2.0/sigc++/signal.h:3512:43: error: expected ‘,’ or ‘...’ before ‘<’ token
  5891. result_type operator()(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6) const
  5892. ^
  5893. /usr/include/sigc++-2.0/sigc++/signal.h:3522:50: error: ‘type_trait_take_t’ was not declared in this scope
  5894. bound_const_mem_functor6<result_type, signal6, type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>, type_trait_take_t<T_arg3>, type_trait_take_t<T_arg4>, type_trait_take_t<T_arg5>, type_trait_take_t<T_arg6>> make_slot() const
  5895. ^
  5896. /usr/include/sigc++-2.0/sigc++/signal.h:3522:74: error: wrong number of template arguments (3, should be 8)
  5897. bound_const_mem_functor6<result_type, signal6, type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>, type_trait_take_t<T_arg3>, type_trait_take_t<T_arg4>, type_trait_take_t<T_arg5>, type_trait_take_t<T_arg6>> make_slot() const
  5898. ^
  5899. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:9:0,
  5900. from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7,
  5901. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  5902. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  5903. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  5904. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  5905. from /usr/include/glibmm-2.4/glibmm.h:87,
  5906. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  5907. from applet.cpp:29:
  5908. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2788:7: error: provided for ‘template<class T_return, class T_obj, class T_arg1, class T_arg2, class T_arg3, class T_arg4, class T_arg5, class T_arg6> class sigc::bound_const_mem_functor6’
  5909. class bound_const_mem_functor6
  5910. ^
  5911. In file included from /usr/include/sigc++-2.0/sigc++/sigc++.h:86:0,
  5912. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  5913. from /usr/include/glibmm-2.4/glibmm.h:87,
  5914. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  5915. from applet.cpp:29:
  5916. /usr/include/sigc++-2.0/sigc++/signal.h:3522:75: error: expected unqualified-id before ‘,’ token
  5917. bound_const_mem_functor6<result_type, signal6, type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>, type_trait_take_t<T_arg3>, type_trait_take_t<T_arg4>, type_trait_take_t<T_arg5>, type_trait_take_t<T_arg6>> make_slot() const
  5918. ^
  5919. /usr/include/sigc++-2.0/sigc++/signal.h:3544:18: error: expected ‘,’ or ‘...’ before ‘&&’ token
  5920. signal6(signal6&& src)
  5921. ^
  5922. /usr/include/sigc++-2.0/sigc++/signal.h:3544:24: error: invalid constructor; you probably meant ‘sigc::signal6<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_accumulator> (const sigc::signal6<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_accumulator>&)’
  5923. signal6(signal6&& src)
  5924. ^
  5925. /usr/include/sigc++-2.0/sigc++/signal.h:3553:29: error: expected ‘,’ or ‘...’ before ‘&&’ token
  5926. signal6& operator=(signal6&& src)
  5927. ^
  5928. /usr/include/sigc++-2.0/sigc++/signal.h: In member function ‘sigc::signal6<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_accumulator>::result_type sigc::signal6<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_accumulator>::emit(int) const’:
  5929. /usr/include/sigc++-2.0/sigc++/signal.h:3505:40: error: ‘_A_a1’ was not declared in this scope
  5930. { return emitter_type::emit(impl_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  5931. ^
  5932. /usr/include/sigc++-2.0/sigc++/signal.h:3505:47: error: ‘_A_a2’ was not declared in this scope
  5933. { return emitter_type::emit(impl_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  5934. ^
  5935. /usr/include/sigc++-2.0/sigc++/signal.h:3505:54: error: ‘_A_a3’ was not declared in this scope
  5936. { return emitter_type::emit(impl_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  5937. ^
  5938. /usr/include/sigc++-2.0/sigc++/signal.h:3505:61: error: ‘_A_a4’ was not declared in this scope
  5939. { return emitter_type::emit(impl_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  5940. ^
  5941. /usr/include/sigc++-2.0/sigc++/signal.h:3505:68: error: ‘_A_a5’ was not declared in this scope
  5942. { return emitter_type::emit(impl_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  5943. ^
  5944. /usr/include/sigc++-2.0/sigc++/signal.h:3505:75: error: ‘_A_a6’ was not declared in this scope
  5945. { return emitter_type::emit(impl_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  5946. ^
  5947. /usr/include/sigc++-2.0/sigc++/signal.h: In member function ‘sigc::signal6<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_accumulator>::result_type sigc::signal6<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_accumulator>::emit_reverse(int) const’:
  5948. /usr/include/sigc++-2.0/sigc++/signal.h:3509:48: error: ‘_A_a1’ was not declared in this scope
  5949. { return emitter_type::emit_reverse(impl_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  5950. ^
  5951. /usr/include/sigc++-2.0/sigc++/signal.h:3509:55: error: ‘_A_a2’ was not declared in this scope
  5952. { return emitter_type::emit_reverse(impl_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  5953. ^
  5954. /usr/include/sigc++-2.0/sigc++/signal.h:3509:62: error: ‘_A_a3’ was not declared in this scope
  5955. { return emitter_type::emit_reverse(impl_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  5956. ^
  5957. /usr/include/sigc++-2.0/sigc++/signal.h:3509:69: error: ‘_A_a4’ was not declared in this scope
  5958. { return emitter_type::emit_reverse(impl_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  5959. ^
  5960. /usr/include/sigc++-2.0/sigc++/signal.h:3509:76: error: ‘_A_a5’ was not declared in this scope
  5961. { return emitter_type::emit_reverse(impl_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  5962. ^
  5963. /usr/include/sigc++-2.0/sigc++/signal.h:3509:83: error: ‘_A_a6’ was not declared in this scope
  5964. { return emitter_type::emit_reverse(impl_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  5965. ^
  5966. /usr/include/sigc++-2.0/sigc++/signal.h: In member function ‘sigc::signal6<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_accumulator>::result_type sigc::signal6<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_accumulator>::operator()(int) const’:
  5967. /usr/include/sigc++-2.0/sigc++/signal.h:3513:19: error: ‘_A_a1’ was not declared in this scope
  5968. { return emit(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  5969. ^
  5970. /usr/include/sigc++-2.0/sigc++/signal.h:3513:26: error: ‘_A_a2’ was not declared in this scope
  5971. { return emit(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  5972. ^
  5973. /usr/include/sigc++-2.0/sigc++/signal.h:3513:33: error: ‘_A_a3’ was not declared in this scope
  5974. { return emit(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  5975. ^
  5976. /usr/include/sigc++-2.0/sigc++/signal.h:3513:40: error: ‘_A_a4’ was not declared in this scope
  5977. { return emit(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  5978. ^
  5979. /usr/include/sigc++-2.0/sigc++/signal.h:3513:47: error: ‘_A_a5’ was not declared in this scope
  5980. { return emit(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  5981. ^
  5982. /usr/include/sigc++-2.0/sigc++/signal.h:3513:54: error: ‘_A_a6’ was not declared in this scope
  5983. { return emit(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6); }
  5984. ^
  5985. /usr/include/sigc++-2.0/sigc++/signal.h: In member function ‘sigc::signal6<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_accumulator>& sigc::signal6<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_accumulator>::operator=(sigc::signal6<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_accumulator>)’:
  5986. /usr/include/sigc++-2.0/sigc++/signal.h:3555:28: error: ‘move’ is not a member of ‘std’
  5987. signal_base::operator=(std::move(src));
  5988. ^
  5989. /usr/include/sigc++-2.0/sigc++/signal.h:3555:38: error: ‘src’ was not declared in this scope
  5990. signal_base::operator=(std::move(src));
  5991. ^
  5992. /usr/include/sigc++-2.0/sigc++/signal.h: At global scope:
  5993. /usr/include/sigc++-2.0/sigc++/signal.h:3649:20: error: ‘type_trait_take_t’ has not been declared
  5994. result_type emit(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6, type_trait_take_t<T_arg7> _A_a7) const
  5995. ^
  5996. /usr/include/sigc++-2.0/sigc++/signal.h:3649:37: error: expected ‘,’ or ‘...’ before ‘<’ token
  5997. result_type emit(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6, type_trait_take_t<T_arg7> _A_a7) const
  5998. ^
  5999. /usr/include/sigc++-2.0/sigc++/signal.h:3653:28: error: ‘type_trait_take_t’ has not been declared
  6000. result_type emit_reverse(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6, type_trait_take_t<T_arg7> _A_a7) const
  6001. ^
  6002. /usr/include/sigc++-2.0/sigc++/signal.h:3653:45: error: expected ‘,’ or ‘...’ before ‘<’ token
  6003. result_type emit_reverse(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6, type_trait_take_t<T_arg7> _A_a7) const
  6004. ^
  6005. /usr/include/sigc++-2.0/sigc++/signal.h:3657:26: error: ‘type_trait_take_t’ has not been declared
  6006. result_type operator()(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6, type_trait_take_t<T_arg7> _A_a7) const
  6007. ^
  6008. /usr/include/sigc++-2.0/sigc++/signal.h:3657:43: error: expected ‘,’ or ‘...’ before ‘<’ token
  6009. result_type operator()(type_trait_take_t<T_arg1> _A_a1, type_trait_take_t<T_arg2> _A_a2, type_trait_take_t<T_arg3> _A_a3, type_trait_take_t<T_arg4> _A_a4, type_trait_take_t<T_arg5> _A_a5, type_trait_take_t<T_arg6> _A_a6, type_trait_take_t<T_arg7> _A_a7) const
  6010. ^
  6011. /usr/include/sigc++-2.0/sigc++/signal.h:3667:50: error: ‘type_trait_take_t’ was not declared in this scope
  6012. bound_const_mem_functor7<result_type, signal7, type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>, type_trait_take_t<T_arg3>, type_trait_take_t<T_arg4>, type_trait_take_t<T_arg5>, type_trait_take_t<T_arg6>, type_trait_take_t<T_arg7>> make_slot() const
  6013. ^
  6014. /usr/include/sigc++-2.0/sigc++/signal.h:3667:74: error: wrong number of template arguments (3, should be 9)
  6015. bound_const_mem_functor7<result_type, signal7, type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>, type_trait_take_t<T_arg3>, type_trait_take_t<T_arg4>, type_trait_take_t<T_arg5>, type_trait_take_t<T_arg6>, type_trait_take_t<T_arg7>> make_slot() const
  6016. ^
  6017. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:9:0,
  6018. from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7,
  6019. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  6020. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  6021. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  6022. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  6023. from /usr/include/glibmm-2.4/glibmm.h:87,
  6024. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  6025. from applet.cpp:29:
  6026. /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2868:7: error: provided for ‘template<class T_return, class T_obj, class T_arg1, class T_arg2, class T_arg3, class T_arg4, class T_arg5, class T_arg6, class T_arg7> class sigc::bound_const_mem_functor7’
  6027. class bound_const_mem_functor7
  6028. ^
  6029. In file included from /usr/include/sigc++-2.0/sigc++/sigc++.h:86:0,
  6030. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  6031. from /usr/include/glibmm-2.4/glibmm.h:87,
  6032. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  6033. from applet.cpp:29:
  6034. /usr/include/sigc++-2.0/sigc++/signal.h:3667:75: error: expected unqualified-id before ‘,’ token
  6035. bound_const_mem_functor7<result_type, signal7, type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>, type_trait_take_t<T_arg3>, type_trait_take_t<T_arg4>, type_trait_take_t<T_arg5>, type_trait_take_t<T_arg6>, type_trait_take_t<T_arg7>> make_slot() const
  6036. ^
  6037. /usr/include/sigc++-2.0/sigc++/signal.h:3689:18: error: expected ‘,’ or ‘...’ before ‘&&’ token
  6038. signal7(signal7&& src)
  6039. ^
  6040. /usr/include/sigc++-2.0/sigc++/signal.h:3689:24: error: invalid constructor; you probably meant ‘sigc::signal7<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7, T_accumulator> (const sigc::signal7<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7, T_accumulator>&)’
  6041. signal7(signal7&& src)
  6042. ^
  6043. /usr/include/sigc++-2.0/sigc++/signal.h:3698:29: error: expected ‘,’ or ‘...’ before ‘&&’ token
  6044. signal7& operator=(signal7&& src)
  6045. ^
  6046. /usr/include/sigc++-2.0/sigc++/signal.h: In member function ‘sigc::signal7<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7, T_accumulator>::result_type sigc::signal7<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7, T_accumulator>::emit(int) const’:
  6047. /usr/include/sigc++-2.0/sigc++/signal.h:3650:40: error: ‘_A_a1’ was not declared in this scope
  6048. { return emitter_type::emit(impl_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  6049. ^
  6050. /usr/include/sigc++-2.0/sigc++/signal.h:3650:47: error: ‘_A_a2’ was not declared in this scope
  6051. { return emitter_type::emit(impl_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  6052. ^
  6053. /usr/include/sigc++-2.0/sigc++/signal.h:3650:54: error: ‘_A_a3’ was not declared in this scope
  6054. { return emitter_type::emit(impl_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  6055. ^
  6056. /usr/include/sigc++-2.0/sigc++/signal.h:3650:61: error: ‘_A_a4’ was not declared in this scope
  6057. { return emitter_type::emit(impl_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  6058. ^
  6059. /usr/include/sigc++-2.0/sigc++/signal.h:3650:68: error: ‘_A_a5’ was not declared in this scope
  6060. { return emitter_type::emit(impl_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  6061. ^
  6062. /usr/include/sigc++-2.0/sigc++/signal.h:3650:75: error: ‘_A_a6’ was not declared in this scope
  6063. { return emitter_type::emit(impl_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  6064. ^
  6065. /usr/include/sigc++-2.0/sigc++/signal.h:3650:82: error: ‘_A_a7’ was not declared in this scope
  6066. { return emitter_type::emit(impl_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  6067. ^
  6068. /usr/include/sigc++-2.0/sigc++/signal.h: In member function ‘sigc::signal7<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7, T_accumulator>::result_type sigc::signal7<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7, T_accumulator>::emit_reverse(int) const’:
  6069. /usr/include/sigc++-2.0/sigc++/signal.h:3654:48: error: ‘_A_a1’ was not declared in this scope
  6070. { return emitter_type::emit_reverse(impl_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  6071. ^
  6072. /usr/include/sigc++-2.0/sigc++/signal.h:3654:55: error: ‘_A_a2’ was not declared in this scope
  6073. { return emitter_type::emit_reverse(impl_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  6074. ^
  6075. /usr/include/sigc++-2.0/sigc++/signal.h:3654:62: error: ‘_A_a3’ was not declared in this scope
  6076. { return emitter_type::emit_reverse(impl_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  6077. ^
  6078. /usr/include/sigc++-2.0/sigc++/signal.h:3654:69: error: ‘_A_a4’ was not declared in this scope
  6079. { return emitter_type::emit_reverse(impl_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  6080. ^
  6081. /usr/include/sigc++-2.0/sigc++/signal.h:3654:76: error: ‘_A_a5’ was not declared in this scope
  6082. { return emitter_type::emit_reverse(impl_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  6083. ^
  6084. /usr/include/sigc++-2.0/sigc++/signal.h:3654:83: error: ‘_A_a6’ was not declared in this scope
  6085. { return emitter_type::emit_reverse(impl_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  6086. ^
  6087. /usr/include/sigc++-2.0/sigc++/signal.h:3654:90: error: ‘_A_a7’ was not declared in this scope
  6088. { return emitter_type::emit_reverse(impl_, _A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  6089. ^
  6090. /usr/include/sigc++-2.0/sigc++/signal.h: In member function ‘sigc::signal7<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7, T_accumulator>::result_type sigc::signal7<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7, T_accumulator>::operator()(int) const’:
  6091. /usr/include/sigc++-2.0/sigc++/signal.h:3658:19: error: ‘_A_a1’ was not declared in this scope
  6092. { return emit(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  6093. ^
  6094. /usr/include/sigc++-2.0/sigc++/signal.h:3658:26: error: ‘_A_a2’ was not declared in this scope
  6095. { return emit(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  6096. ^
  6097. /usr/include/sigc++-2.0/sigc++/signal.h:3658:33: error: ‘_A_a3’ was not declared in this scope
  6098. { return emit(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  6099. ^
  6100. /usr/include/sigc++-2.0/sigc++/signal.h:3658:40: error: ‘_A_a4’ was not declared in this scope
  6101. { return emit(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  6102. ^
  6103. /usr/include/sigc++-2.0/sigc++/signal.h:3658:47: error: ‘_A_a5’ was not declared in this scope
  6104. { return emit(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  6105. ^
  6106. /usr/include/sigc++-2.0/sigc++/signal.h:3658:54: error: ‘_A_a6’ was not declared in this scope
  6107. { return emit(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  6108. ^
  6109. /usr/include/sigc++-2.0/sigc++/signal.h:3658:61: error: ‘_A_a7’ was not declared in this scope
  6110. { return emit(_A_a1, _A_a2, _A_a3, _A_a4, _A_a5, _A_a6, _A_a7); }
  6111. ^
  6112. /usr/include/sigc++-2.0/sigc++/signal.h: In member function ‘sigc::signal7<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7, T_accumulator>& sigc::signal7<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7, T_accumulator>::operator=(sigc::signal7<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7, T_accumulator>)’:
  6113. /usr/include/sigc++-2.0/sigc++/signal.h:3700:28: error: ‘move’ is not a member of ‘std’
  6114. signal_base::operator=(std::move(src));
  6115. ^
  6116. /usr/include/sigc++-2.0/sigc++/signal.h:3700:38: error: ‘src’ was not declared in this scope
  6117. signal_base::operator=(std::move(src));
  6118. ^
  6119. /usr/include/sigc++-2.0/sigc++/signal.h: At global scope:
  6120. /usr/include/sigc++-2.0/sigc++/signal.h:3815:16: error: expected ‘,’ or ‘...’ before ‘&&’ token
  6121. signal(signal&& src)
  6122. ^
  6123. /usr/include/sigc++-2.0/sigc++/signal.h:3815:22: error: invalid constructor; you probably meant ‘sigc::signal<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7> (const sigc::signal<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7>&)’
  6124. signal(signal&& src)
  6125. ^
  6126. /usr/include/sigc++-2.0/sigc++/signal.h:3824:27: error: expected ‘,’ or ‘...’ before ‘&&’ token
  6127. signal& operator=(signal&& src)
  6128. ^
  6129. /usr/include/sigc++-2.0/sigc++/signal.h: In member function ‘sigc::signal<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7>& sigc::signal<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7>::operator=(sigc::signal<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7>)’:
  6130. /usr/include/sigc++-2.0/sigc++/signal.h:3826:95: error: ‘move’ is not a member of ‘std’
  6131. signal7<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7, nil>::operator=(std::move(src));
  6132. ^
  6133. /usr/include/sigc++-2.0/sigc++/signal.h:3826:105: error: ‘src’ was not declared in this scope
  6134. signal7<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7, nil>::operator=(std::move(src));
  6135. ^
  6136. /usr/include/sigc++-2.0/sigc++/signal.h: At global scope:
  6137. /usr/include/sigc++-2.0/sigc++/signal.h:3863:16: error: expected ‘,’ or ‘...’ before ‘&&’ token
  6138. signal(signal&& src)
  6139. ^
  6140. /usr/include/sigc++-2.0/sigc++/signal.h:3863:22: error: invalid constructor; you probably meant ‘sigc::signal<T_return, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil> (const sigc::signal<T_return, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>&)’
  6141. signal(signal&& src)
  6142. ^
  6143. /usr/include/sigc++-2.0/sigc++/signal.h:3872:27: error: expected ‘,’ or ‘...’ before ‘&&’ token
  6144. signal& operator=(signal&& src)
  6145. ^
  6146. /usr/include/sigc++-2.0/sigc++/signal.h: In member function ‘sigc::signal<T_return, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>& sigc::signal<T_return, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::operator=(sigc::signal<T_return, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>)’:
  6147. /usr/include/sigc++-2.0/sigc++/signal.h:3874:39: error: ‘move’ is not a member of ‘std’
  6148. signal0<T_return, nil>::operator=(std::move(src));
  6149. ^
  6150. /usr/include/sigc++-2.0/sigc++/signal.h:3874:49: error: ‘src’ was not declared in this scope
  6151. signal0<T_return, nil>::operator=(std::move(src));
  6152. ^
  6153. /usr/include/sigc++-2.0/sigc++/signal.h: At global scope:
  6154. /usr/include/sigc++-2.0/sigc++/signal.h:3910:16: error: expected ‘,’ or ‘...’ before ‘&&’ token
  6155. signal(signal&& src)
  6156. ^
  6157. /usr/include/sigc++-2.0/sigc++/signal.h:3910:22: error: invalid constructor; you probably meant ‘sigc::signal<T_return, T_arg1, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil> (const sigc::signal<T_return, T_arg1, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>&)’
  6158. signal(signal&& src)
  6159. ^
  6160. /usr/include/sigc++-2.0/sigc++/signal.h:3919:27: error: expected ‘,’ or ‘...’ before ‘&&’ token
  6161. signal& operator=(signal&& src)
  6162. ^
  6163. /usr/include/sigc++-2.0/sigc++/signal.h: In member function ‘sigc::signal<T_return, T_arg1, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>& sigc::signal<T_return, T_arg1, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::operator=(sigc::signal<T_return, T_arg1, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>)’:
  6164. /usr/include/sigc++-2.0/sigc++/signal.h:3921:47: error: ‘move’ is not a member of ‘std’
  6165. signal1<T_return, T_arg1, nil>::operator=(std::move(src));
  6166. ^
  6167. /usr/include/sigc++-2.0/sigc++/signal.h:3921:57: error: ‘src’ was not declared in this scope
  6168. signal1<T_return, T_arg1, nil>::operator=(std::move(src));
  6169. ^
  6170. /usr/include/sigc++-2.0/sigc++/signal.h: At global scope:
  6171. /usr/include/sigc++-2.0/sigc++/signal.h:3957:16: error: expected ‘,’ or ‘...’ before ‘&&’ token
  6172. signal(signal&& src)
  6173. ^
  6174. /usr/include/sigc++-2.0/sigc++/signal.h:3957:22: error: invalid constructor; you probably meant ‘sigc::signal<T_return, T_arg1, T_arg2, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil> (const sigc::signal<T_return, T_arg1, T_arg2, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>&)’
  6175. signal(signal&& src)
  6176. ^
  6177. /usr/include/sigc++-2.0/sigc++/signal.h:3966:27: error: expected ‘,’ or ‘...’ before ‘&&’ token
  6178. signal& operator=(signal&& src)
  6179. ^
  6180. /usr/include/sigc++-2.0/sigc++/signal.h: In member function ‘sigc::signal<T_return, T_arg1, T_arg2, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>& sigc::signal<T_return, T_arg1, T_arg2, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::operator=(sigc::signal<T_return, T_arg1, T_arg2, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>)’:
  6181. /usr/include/sigc++-2.0/sigc++/signal.h:3968:55: error: ‘move’ is not a member of ‘std’
  6182. signal2<T_return, T_arg1, T_arg2, nil>::operator=(std::move(src));
  6183. ^
  6184. /usr/include/sigc++-2.0/sigc++/signal.h:3968:65: error: ‘src’ was not declared in this scope
  6185. signal2<T_return, T_arg1, T_arg2, nil>::operator=(std::move(src));
  6186. ^
  6187. /usr/include/sigc++-2.0/sigc++/signal.h: At global scope:
  6188. /usr/include/sigc++-2.0/sigc++/signal.h:4004:16: error: expected ‘,’ or ‘...’ before ‘&&’ token
  6189. signal(signal&& src)
  6190. ^
  6191. /usr/include/sigc++-2.0/sigc++/signal.h:4004:22: error: invalid constructor; you probably meant ‘sigc::signal<T_return, T_arg1, T_arg2, T_arg3, sigc::nil, sigc::nil, sigc::nil, sigc::nil> (const sigc::signal<T_return, T_arg1, T_arg2, T_arg3, sigc::nil, sigc::nil, sigc::nil, sigc::nil>&)’
  6192. signal(signal&& src)
  6193. ^
  6194. /usr/include/sigc++-2.0/sigc++/signal.h:4013:27: error: expected ‘,’ or ‘...’ before ‘&&’ token
  6195. signal& operator=(signal&& src)
  6196. ^
  6197. /usr/include/sigc++-2.0/sigc++/signal.h: In member function ‘sigc::signal<T_return, T_arg1, T_arg2, T_arg3, sigc::nil, sigc::nil, sigc::nil, sigc::nil>& sigc::signal<T_return, T_arg1, T_arg2, T_arg3, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::operator=(sigc::signal<T_return, T_arg1, T_arg2, T_arg3, sigc::nil, sigc::nil, sigc::nil, sigc::nil>)’:
  6198. /usr/include/sigc++-2.0/sigc++/signal.h:4015:63: error: ‘move’ is not a member of ‘std’
  6199. signal3<T_return, T_arg1, T_arg2, T_arg3, nil>::operator=(std::move(src));
  6200. ^
  6201. /usr/include/sigc++-2.0/sigc++/signal.h:4015:73: error: ‘src’ was not declared in this scope
  6202. signal3<T_return, T_arg1, T_arg2, T_arg3, nil>::operator=(std::move(src));
  6203. ^
  6204. /usr/include/sigc++-2.0/sigc++/signal.h: At global scope:
  6205. /usr/include/sigc++-2.0/sigc++/signal.h:4051:16: error: expected ‘,’ or ‘...’ before ‘&&’ token
  6206. signal(signal&& src)
  6207. ^
  6208. /usr/include/sigc++-2.0/sigc++/signal.h:4051:22: error: invalid constructor; you probably meant ‘sigc::signal<T_return, T_arg1, T_arg2, T_arg3, T_arg4, sigc::nil, sigc::nil, sigc::nil> (const sigc::signal<T_return, T_arg1, T_arg2, T_arg3, T_arg4, sigc::nil, sigc::nil, sigc::nil>&)’
  6209. signal(signal&& src)
  6210. ^
  6211. /usr/include/sigc++-2.0/sigc++/signal.h:4060:27: error: expected ‘,’ or ‘...’ before ‘&&’ token
  6212. signal& operator=(signal&& src)
  6213. ^
  6214. /usr/include/sigc++-2.0/sigc++/signal.h: In member function ‘sigc::signal<T_return, T_arg1, T_arg2, T_arg3, T_arg4, sigc::nil, sigc::nil, sigc::nil>& sigc::signal<T_return, T_arg1, T_arg2, T_arg3, T_arg4, sigc::nil, sigc::nil, sigc::nil>::operator=(sigc::signal<T_return, T_arg1, T_arg2, T_arg3, T_arg4, sigc::nil, sigc::nil, sigc::nil>)’:
  6215. /usr/include/sigc++-2.0/sigc++/signal.h:4062:71: error: ‘move’ is not a member of ‘std’
  6216. signal4<T_return, T_arg1, T_arg2, T_arg3, T_arg4, nil>::operator=(std::move(src));
  6217. ^
  6218. /usr/include/sigc++-2.0/sigc++/signal.h:4062:81: error: ‘src’ was not declared in this scope
  6219. signal4<T_return, T_arg1, T_arg2, T_arg3, T_arg4, nil>::operator=(std::move(src));
  6220. ^
  6221. /usr/include/sigc++-2.0/sigc++/signal.h: At global scope:
  6222. /usr/include/sigc++-2.0/sigc++/signal.h:4098:16: error: expected ‘,’ or ‘...’ before ‘&&’ token
  6223. signal(signal&& src)
  6224. ^
  6225. /usr/include/sigc++-2.0/sigc++/signal.h:4098:22: error: invalid constructor; you probably meant ‘sigc::signal<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, sigc::nil, sigc::nil> (const sigc::signal<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, sigc::nil, sigc::nil>&)’
  6226. signal(signal&& src)
  6227. ^
  6228. /usr/include/sigc++-2.0/sigc++/signal.h:4107:27: error: expected ‘,’ or ‘...’ before ‘&&’ token
  6229. signal& operator=(signal&& src)
  6230. ^
  6231. /usr/include/sigc++-2.0/sigc++/signal.h: In member function ‘sigc::signal<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, sigc::nil, sigc::nil>& sigc::signal<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, sigc::nil, sigc::nil>::operator=(sigc::signal<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, sigc::nil, sigc::nil>)’:
  6232. /usr/include/sigc++-2.0/sigc++/signal.h:4109:79: error: ‘move’ is not a member of ‘std’
  6233. signal5<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, nil>::operator=(std::move(src));
  6234. ^
  6235. /usr/include/sigc++-2.0/sigc++/signal.h:4109:89: error: ‘src’ was not declared in this scope
  6236. signal5<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, nil>::operator=(std::move(src));
  6237. ^
  6238. /usr/include/sigc++-2.0/sigc++/signal.h: At global scope:
  6239. /usr/include/sigc++-2.0/sigc++/signal.h:4145:16: error: expected ‘,’ or ‘...’ before ‘&&’ token
  6240. signal(signal&& src)
  6241. ^
  6242. /usr/include/sigc++-2.0/sigc++/signal.h:4145:22: error: invalid constructor; you probably meant ‘sigc::signal<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, sigc::nil> (const sigc::signal<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, sigc::nil>&)’
  6243. signal(signal&& src)
  6244. ^
  6245. /usr/include/sigc++-2.0/sigc++/signal.h:4154:27: error: expected ‘,’ or ‘...’ before ‘&&’ token
  6246. signal& operator=(signal&& src)
  6247. ^
  6248. /usr/include/sigc++-2.0/sigc++/signal.h: In member function ‘sigc::signal<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, sigc::nil>& sigc::signal<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, sigc::nil>::operator=(sigc::signal<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, sigc::nil>)’:
  6249. /usr/include/sigc++-2.0/sigc++/signal.h:4156:87: error: ‘move’ is not a member of ‘std’
  6250. signal6<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, nil>::operator=(std::move(src));
  6251. ^
  6252. /usr/include/sigc++-2.0/sigc++/signal.h:4156:97: error: ‘src’ was not declared in this scope
  6253. signal6<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, nil>::operator=(std::move(src));
  6254. ^
  6255. In file included from /usr/include/sigc++-2.0/sigc++/sigc++.h:87:0,
  6256. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  6257. from /usr/include/glibmm-2.4/glibmm.h:87,
  6258. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  6259. from applet.cpp:29:
  6260. /usr/include/sigc++-2.0/sigc++/connection.h: At global scope:
  6261. /usr/include/sigc++-2.0/sigc++/connection.h:43:14: error: expected ‘;’ at end of member declaration
  6262. connection() noexcept;
  6263. ^
  6264. /usr/include/sigc++-2.0/sigc++/connection.h:43:16: error: ‘noexcept’ does not name a type
  6265. connection() noexcept;
  6266. ^
  6267. /usr/include/sigc++-2.0/sigc++/connection.h:80:16: error: expected ‘;’ at end of member declaration
  6268. bool empty() const noexcept;
  6269. ^
  6270. /usr/include/sigc++-2.0/sigc++/connection.h:80:22: error: ‘noexcept’ does not name a type
  6271. bool empty() const noexcept;
  6272. ^
  6273. /usr/include/sigc++-2.0/sigc++/connection.h:85:20: error: expected ‘;’ at end of member declaration
  6274. bool connected() const noexcept;
  6275. ^
  6276. /usr/include/sigc++-2.0/sigc++/connection.h:85:26: error: ‘noexcept’ does not name a type
  6277. bool connected() const noexcept;
  6278. ^
  6279. /usr/include/sigc++-2.0/sigc++/connection.h:90:18: error: expected ‘;’ at end of member declaration
  6280. bool blocked() const noexcept;
  6281. ^
  6282. /usr/include/sigc++-2.0/sigc++/connection.h:90:24: error: ‘noexcept’ does not name a type
  6283. bool blocked() const noexcept;
  6284. ^
  6285. /usr/include/sigc++-2.0/sigc++/connection.h:97:38: error: expected ‘;’ at end of member declaration
  6286. bool block(bool should_block = true) noexcept;
  6287. ^
  6288. /usr/include/sigc++-2.0/sigc++/connection.h:97:40: error: ‘noexcept’ does not name a type
  6289. bool block(bool should_block = true) noexcept;
  6290. ^
  6291. /usr/include/sigc++-2.0/sigc++/connection.h:102:16: error: expected ‘;’ at end of member declaration
  6292. bool unblock() noexcept;
  6293. ^
  6294. /usr/include/sigc++-2.0/sigc++/connection.h:102:18: error: ‘noexcept’ does not name a type
  6295. bool unblock() noexcept;
  6296. ^
  6297. /usr/include/sigc++-2.0/sigc++/connection.h:111:17: error: expected ‘;’ at end of member declaration
  6298. operator bool() noexcept;
  6299. ^
  6300. /usr/include/sigc++-2.0/sigc++/connection.h:111:19: error: ‘noexcept’ does not name a type
  6301. operator bool() noexcept;
  6302. ^
  6303. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  6304. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  6305. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  6306. from /usr/include/glibmm-2.4/glibmm.h:87,
  6307. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  6308. from applet.cpp:29:
  6309. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:148:66: error: ‘type_trait_pass_t’ was not declared in this scope
  6310. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>::type type; };
  6311. ^
  6312. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:148:47: error: parse error in template argument list
  6313. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>::type type; };
  6314. ^
  6315. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:148:125: error: expected unqualified-id before ‘,’ token
  6316. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>::type type; };
  6317. ^
  6318. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  6319. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  6320. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  6321. from /usr/include/glibmm-2.4/glibmm.h:87,
  6322. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  6323. from applet.cpp:29:
  6324. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:307:33: error: expected ‘)’ before ‘<’ token
  6325. bind_functor(type_trait_take_t<T_functor> _A_func, type_trait_take_t<T_bound> _A_bound)
  6326. ^
  6327. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: In member function ‘sigc::bind_functor<0, T_functor, T_bound, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::result_type sigc::bind_functor<0, T_functor, T_bound, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::operator()()’:
  6328. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:159:64: error: ‘type_trait_pass_t’ was not declared in this scope
  6329. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>> (bound_.invoke());
  6330. ^
  6331. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:159:133: error: ‘.’ cannot appear in a constant-expression
  6332. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>> (bound_.invoke());
  6333. ^
  6334. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:159:140: error: a function call cannot appear in a constant-expression
  6335. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>> (bound_.invoke());
  6336. ^
  6337. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  6338. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  6339. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  6340. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  6341. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  6342. from /usr/include/glibmm-2.4/glibmm.h:87,
  6343. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  6344. from applet.cpp:29:
  6345. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  6346. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  6347. ^
  6348. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:159:27: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  6349. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>> (bound_.invoke());
  6350. ^
  6351. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  6352. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  6353. ^
  6354. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:159:27: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  6355. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>> (bound_.invoke());
  6356. ^
  6357. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  6358. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  6359. ^
  6360. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:159:27: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  6361. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>> (bound_.invoke());
  6362. ^
  6363. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  6364. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  6365. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  6366. from /usr/include/glibmm-2.4/glibmm.h:87,
  6367. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  6368. from applet.cpp:29:
  6369. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: In member function ‘typename sigc::bind_functor<0, T_functor, T_bound, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::deduce_result_type<T_arg1>::type sigc::bind_functor<0, T_functor, T_bound, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::operator()(T_arg1)’:
  6370. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:170:66: error: ‘type_trait_pass_t’ was not declared in this scope
  6371. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg1>>
  6372. ^
  6373. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  6374. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  6375. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  6376. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  6377. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  6378. from /usr/include/glibmm-2.4/glibmm.h:87,
  6379. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  6380. from applet.cpp:29:
  6381. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  6382. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  6383. ^
  6384. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:170:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  6385. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg1>>
  6386. ^
  6387. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  6388. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  6389. ^
  6390. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:170:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  6391. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg1>>
  6392. ^
  6393. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  6394. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  6395. ^
  6396. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:170:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  6397. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg1>>
  6398. ^
  6399. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  6400. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  6401. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  6402. from /usr/include/glibmm-2.4/glibmm.h:87,
  6403. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  6404. from applet.cpp:29:
  6405. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:170:151: error: expected primary-expression before ‘>>’ token
  6406. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg1>>
  6407. ^
  6408. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: In member function ‘typename sigc::bind_functor<0, T_functor, T_bound, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::deduce_result_type<T_arg1, T_arg2>::type sigc::bind_functor<0, T_functor, T_bound, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::operator()(T_arg1, T_arg2)’:
  6409. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:192:66: error: ‘type_trait_pass_t’ was not declared in this scope
  6410. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>>
  6411. ^
  6412. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  6413. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  6414. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  6415. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  6416. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  6417. from /usr/include/glibmm-2.4/glibmm.h:87,
  6418. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  6419. from applet.cpp:29:
  6420. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  6421. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  6422. ^
  6423. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:192:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  6424. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>>
  6425. ^
  6426. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  6427. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  6428. ^
  6429. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:192:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  6430. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>>
  6431. ^
  6432. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  6433. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  6434. ^
  6435. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:192:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  6436. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>>
  6437. ^
  6438. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  6439. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  6440. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  6441. from /usr/include/glibmm-2.4/glibmm.h:87,
  6442. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  6443. from applet.cpp:29:
  6444. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:192:151: error: expected primary-expression before ‘>’ token
  6445. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>>
  6446. ^
  6447. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:192:152: error: expected primary-expression before ‘,’ token
  6448. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>>
  6449. ^
  6450. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:192:178: error: expected primary-expression before ‘>>’ token
  6451. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>>
  6452. ^
  6453. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: In member function ‘typename sigc::bind_functor<0, T_functor, T_bound, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::deduce_result_type<T_arg1, T_arg2, T_arg3>::type sigc::bind_functor<0, T_functor, T_bound, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::operator()(T_arg1, T_arg2, T_arg3)’:
  6454. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:215:66: error: ‘type_trait_pass_t’ was not declared in this scope
  6455. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>>
  6456. ^
  6457. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  6458. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  6459. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  6460. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  6461. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  6462. from /usr/include/glibmm-2.4/glibmm.h:87,
  6463. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  6464. from applet.cpp:29:
  6465. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  6466. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  6467. ^
  6468. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:215:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  6469. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>>
  6470. ^
  6471. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  6472. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  6473. ^
  6474. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:215:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  6475. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>>
  6476. ^
  6477. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  6478. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  6479. ^
  6480. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:215:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  6481. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>>
  6482. ^
  6483. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  6484. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  6485. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  6486. from /usr/include/glibmm-2.4/glibmm.h:87,
  6487. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  6488. from applet.cpp:29:
  6489. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:215:151: error: expected primary-expression before ‘>’ token
  6490. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>>
  6491. ^
  6492. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:215:152: error: expected primary-expression before ‘,’ token
  6493. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>>
  6494. ^
  6495. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:215:178: error: expected primary-expression before ‘>’ token
  6496. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>>
  6497. ^
  6498. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:215:179: error: expected primary-expression before ‘,’ token
  6499. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>>
  6500. ^
  6501. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:215:205: error: expected primary-expression before ‘>>’ token
  6502. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>>
  6503. ^
  6504. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: In member function ‘typename sigc::bind_functor<0, T_functor, T_bound, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::deduce_result_type<T_arg1, T_arg2, T_arg3, T_arg4>::type sigc::bind_functor<0, T_functor, T_bound, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::operator()(T_arg1, T_arg2, T_arg3, T_arg4)’:
  6505. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:239:66: error: ‘type_trait_pass_t’ was not declared in this scope
  6506. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  6507. ^
  6508. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  6509. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  6510. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  6511. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  6512. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  6513. from /usr/include/glibmm-2.4/glibmm.h:87,
  6514. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  6515. from applet.cpp:29:
  6516. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  6517. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  6518. ^
  6519. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:239:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  6520. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  6521. ^
  6522. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  6523. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  6524. ^
  6525. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:239:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  6526. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  6527. ^
  6528. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  6529. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  6530. ^
  6531. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:239:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  6532. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  6533. ^
  6534. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  6535. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  6536. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  6537. from /usr/include/glibmm-2.4/glibmm.h:87,
  6538. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  6539. from applet.cpp:29:
  6540. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:239:151: error: expected primary-expression before ‘>’ token
  6541. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  6542. ^
  6543. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:239:152: error: expected primary-expression before ‘,’ token
  6544. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  6545. ^
  6546. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:239:178: error: expected primary-expression before ‘>’ token
  6547. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  6548. ^
  6549. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:239:179: error: expected primary-expression before ‘,’ token
  6550. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  6551. ^
  6552. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:239:205: error: expected primary-expression before ‘>’ token
  6553. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  6554. ^
  6555. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:239:206: error: expected primary-expression before ‘,’ token
  6556. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  6557. ^
  6558. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:239:232: error: expected primary-expression before ‘>>’ token
  6559. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  6560. ^
  6561. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: In member function ‘typename sigc::bind_functor<0, T_functor, T_bound, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::deduce_result_type<T_arg1, T_arg2, T_arg3, T_arg4, T_arg5>::type sigc::bind_functor<0, T_functor, T_bound, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::operator()(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5)’:
  6562. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:264:66: error: ‘type_trait_pass_t’ was not declared in this scope
  6563. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  6564. ^
  6565. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  6566. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  6567. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  6568. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  6569. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  6570. from /usr/include/glibmm-2.4/glibmm.h:87,
  6571. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  6572. from applet.cpp:29:
  6573. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  6574. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  6575. ^
  6576. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:264:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  6577. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  6578. ^
  6579. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  6580. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  6581. ^
  6582. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:264:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  6583. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  6584. ^
  6585. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  6586. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  6587. ^
  6588. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:264:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  6589. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  6590. ^
  6591. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  6592. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  6593. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  6594. from /usr/include/glibmm-2.4/glibmm.h:87,
  6595. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  6596. from applet.cpp:29:
  6597. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:264:151: error: expected primary-expression before ‘>’ token
  6598. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  6599. ^
  6600. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:264:152: error: expected primary-expression before ‘,’ token
  6601. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  6602. ^
  6603. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:264:178: error: expected primary-expression before ‘>’ token
  6604. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  6605. ^
  6606. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:264:179: error: expected primary-expression before ‘,’ token
  6607. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  6608. ^
  6609. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:264:205: error: expected primary-expression before ‘>’ token
  6610. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  6611. ^
  6612. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:264:206: error: expected primary-expression before ‘,’ token
  6613. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  6614. ^
  6615. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:264:232: error: expected primary-expression before ‘>’ token
  6616. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  6617. ^
  6618. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:264:233: error: expected primary-expression before ‘,’ token
  6619. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  6620. ^
  6621. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:264:259: error: expected primary-expression before ‘>>’ token
  6622. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  6623. ^
  6624. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: In member function ‘typename sigc::bind_functor<0, T_functor, T_bound, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::deduce_result_type<T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6>::type sigc::bind_functor<0, T_functor, T_bound, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::operator()(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6)’:
  6625. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:290:66: error: ‘type_trait_pass_t’ was not declared in this scope
  6626. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  6627. ^
  6628. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  6629. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  6630. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  6631. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  6632. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  6633. from /usr/include/glibmm-2.4/glibmm.h:87,
  6634. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  6635. from applet.cpp:29:
  6636. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  6637. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  6638. ^
  6639. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:290:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  6640. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  6641. ^
  6642. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  6643. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  6644. ^
  6645. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:290:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  6646. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  6647. ^
  6648. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  6649. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  6650. ^
  6651. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:290:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  6652. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  6653. ^
  6654. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  6655. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  6656. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  6657. from /usr/include/glibmm-2.4/glibmm.h:87,
  6658. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  6659. from applet.cpp:29:
  6660. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:290:151: error: expected primary-expression before ‘>’ token
  6661. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  6662. ^
  6663. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:290:152: error: expected primary-expression before ‘,’ token
  6664. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  6665. ^
  6666. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:290:178: error: expected primary-expression before ‘>’ token
  6667. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  6668. ^
  6669. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:290:179: error: expected primary-expression before ‘,’ token
  6670. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  6671. ^
  6672. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:290:205: error: expected primary-expression before ‘>’ token
  6673. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  6674. ^
  6675. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:290:206: error: expected primary-expression before ‘,’ token
  6676. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  6677. ^
  6678. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:290:232: error: expected primary-expression before ‘>’ token
  6679. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  6680. ^
  6681. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:290:233: error: expected primary-expression before ‘,’ token
  6682. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  6683. ^
  6684. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:290:259: error: expected primary-expression before ‘>’ token
  6685. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  6686. ^
  6687. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:290:260: error: expected primary-expression before ‘,’ token
  6688. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  6689. ^
  6690. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:290:286: error: expected primary-expression before ‘>>’ token
  6691. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  6692. ^
  6693. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: At global scope:
  6694. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:328:66: error: ‘type_trait_pass_t’ was not declared in this scope
  6695. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>::type type; };
  6696. ^
  6697. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:328:47: error: parse error in template argument list
  6698. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>::type type; };
  6699. ^
  6700. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:328:91: error: expected unqualified-id before ‘,’ token
  6701. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>::type type; };
  6702. ^
  6703. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:486:33: error: expected ‘)’ before ‘<’ token
  6704. bind_functor(type_trait_take_t<T_functor> _A_func, type_trait_take_t<T_bound> _A_bound)
  6705. ^
  6706. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: In member function ‘sigc::bind_functor<1, T_functor, T_bound, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::result_type sigc::bind_functor<1, T_functor, T_bound, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::operator()()’:
  6707. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:338:64: error: ‘type_trait_pass_t’ was not declared in this scope
  6708. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>> (bound_.invoke());
  6709. ^
  6710. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:338:133: error: ‘.’ cannot appear in a constant-expression
  6711. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>> (bound_.invoke());
  6712. ^
  6713. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:338:140: error: a function call cannot appear in a constant-expression
  6714. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>> (bound_.invoke());
  6715. ^
  6716. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  6717. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  6718. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  6719. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  6720. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  6721. from /usr/include/glibmm-2.4/glibmm.h:87,
  6722. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  6723. from applet.cpp:29:
  6724. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  6725. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  6726. ^
  6727. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:338:27: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  6728. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>> (bound_.invoke());
  6729. ^
  6730. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  6731. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  6732. ^
  6733. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:338:27: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  6734. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>> (bound_.invoke());
  6735. ^
  6736. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  6737. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  6738. ^
  6739. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:338:27: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  6740. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>> (bound_.invoke());
  6741. ^
  6742. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  6743. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  6744. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  6745. from /usr/include/glibmm-2.4/glibmm.h:87,
  6746. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  6747. from applet.cpp:29:
  6748. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: In member function ‘typename sigc::bind_functor<1, T_functor, T_bound, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::deduce_result_type<T_arg1>::type sigc::bind_functor<1, T_functor, T_bound, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::operator()(T_arg1)’:
  6749. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:349:66: error: ‘type_trait_pass_t’ was not declared in this scope
  6750. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>>
  6751. ^
  6752. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  6753. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  6754. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  6755. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  6756. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  6757. from /usr/include/glibmm-2.4/glibmm.h:87,
  6758. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  6759. from applet.cpp:29:
  6760. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  6761. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  6762. ^
  6763. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:349:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  6764. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>>
  6765. ^
  6766. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  6767. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  6768. ^
  6769. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:349:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  6770. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>>
  6771. ^
  6772. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  6773. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  6774. ^
  6775. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:349:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  6776. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>>
  6777. ^
  6778. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  6779. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  6780. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  6781. from /usr/include/glibmm-2.4/glibmm.h:87,
  6782. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  6783. from applet.cpp:29:
  6784. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:349:151: error: expected ‘(’ before ‘>>’ token
  6785. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>>
  6786. ^
  6787. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: In member function ‘typename sigc::bind_functor<1, T_functor, T_bound, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::deduce_result_type<T_arg1, T_arg2>::type sigc::bind_functor<1, T_functor, T_bound, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::operator()(T_arg1, T_arg2)’:
  6788. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:371:66: error: ‘type_trait_pass_t’ was not declared in this scope
  6789. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg2>>
  6790. ^
  6791. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  6792. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  6793. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  6794. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  6795. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  6796. from /usr/include/glibmm-2.4/glibmm.h:87,
  6797. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  6798. from applet.cpp:29:
  6799. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  6800. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  6801. ^
  6802. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:371:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  6803. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg2>>
  6804. ^
  6805. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  6806. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  6807. ^
  6808. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:371:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  6809. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg2>>
  6810. ^
  6811. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  6812. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  6813. ^
  6814. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:371:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  6815. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg2>>
  6816. ^
  6817. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  6818. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  6819. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  6820. from /usr/include/glibmm-2.4/glibmm.h:87,
  6821. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  6822. from applet.cpp:29:
  6823. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:371:151: error: expected ‘(’ before ‘>’ token
  6824. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg2>>
  6825. ^
  6826. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:371:152: error: expected primary-expression before ‘,’ token
  6827. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg2>>
  6828. ^
  6829. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:371:178: error: expected primary-expression before ‘>>’ token
  6830. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg2>>
  6831. ^
  6832. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: In member function ‘typename sigc::bind_functor<1, T_functor, T_bound, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::deduce_result_type<T_arg1, T_arg2, T_arg3>::type sigc::bind_functor<1, T_functor, T_bound, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::operator()(T_arg1, T_arg2, T_arg3)’:
  6833. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:394:66: error: ‘type_trait_pass_t’ was not declared in this scope
  6834. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>>
  6835. ^
  6836. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  6837. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  6838. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  6839. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  6840. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  6841. from /usr/include/glibmm-2.4/glibmm.h:87,
  6842. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  6843. from applet.cpp:29:
  6844. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  6845. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  6846. ^
  6847. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:394:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  6848. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>>
  6849. ^
  6850. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  6851. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  6852. ^
  6853. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:394:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  6854. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>>
  6855. ^
  6856. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  6857. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  6858. ^
  6859. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:394:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  6860. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>>
  6861. ^
  6862. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  6863. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  6864. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  6865. from /usr/include/glibmm-2.4/glibmm.h:87,
  6866. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  6867. from applet.cpp:29:
  6868. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:394:151: error: expected ‘(’ before ‘>’ token
  6869. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>>
  6870. ^
  6871. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:394:152: error: expected primary-expression before ‘,’ token
  6872. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>>
  6873. ^
  6874. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:394:178: error: expected primary-expression before ‘>’ token
  6875. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>>
  6876. ^
  6877. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:394:179: error: expected primary-expression before ‘,’ token
  6878. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>>
  6879. ^
  6880. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:394:205: error: expected primary-expression before ‘>>’ token
  6881. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>>
  6882. ^
  6883. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: In member function ‘typename sigc::bind_functor<1, T_functor, T_bound, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::deduce_result_type<T_arg1, T_arg2, T_arg3, T_arg4>::type sigc::bind_functor<1, T_functor, T_bound, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::operator()(T_arg1, T_arg2, T_arg3, T_arg4)’:
  6884. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:418:66: error: ‘type_trait_pass_t’ was not declared in this scope
  6885. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  6886. ^
  6887. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  6888. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  6889. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  6890. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  6891. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  6892. from /usr/include/glibmm-2.4/glibmm.h:87,
  6893. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  6894. from applet.cpp:29:
  6895. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  6896. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  6897. ^
  6898. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:418:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  6899. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  6900. ^
  6901. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  6902. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  6903. ^
  6904. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:418:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  6905. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  6906. ^
  6907. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  6908. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  6909. ^
  6910. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:418:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  6911. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  6912. ^
  6913. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  6914. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  6915. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  6916. from /usr/include/glibmm-2.4/glibmm.h:87,
  6917. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  6918. from applet.cpp:29:
  6919. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:418:151: error: expected ‘(’ before ‘>’ token
  6920. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  6921. ^
  6922. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:418:152: error: expected primary-expression before ‘,’ token
  6923. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  6924. ^
  6925. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:418:178: error: expected primary-expression before ‘>’ token
  6926. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  6927. ^
  6928. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:418:179: error: expected primary-expression before ‘,’ token
  6929. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  6930. ^
  6931. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:418:205: error: expected primary-expression before ‘>’ token
  6932. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  6933. ^
  6934. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:418:206: error: expected primary-expression before ‘,’ token
  6935. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  6936. ^
  6937. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:418:232: error: expected primary-expression before ‘>>’ token
  6938. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  6939. ^
  6940. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: In member function ‘typename sigc::bind_functor<1, T_functor, T_bound, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::deduce_result_type<T_arg1, T_arg2, T_arg3, T_arg4, T_arg5>::type sigc::bind_functor<1, T_functor, T_bound, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::operator()(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5)’:
  6941. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:443:66: error: ‘type_trait_pass_t’ was not declared in this scope
  6942. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  6943. ^
  6944. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  6945. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  6946. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  6947. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  6948. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  6949. from /usr/include/glibmm-2.4/glibmm.h:87,
  6950. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  6951. from applet.cpp:29:
  6952. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  6953. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  6954. ^
  6955. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:443:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  6956. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  6957. ^
  6958. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  6959. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  6960. ^
  6961. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:443:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  6962. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  6963. ^
  6964. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  6965. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  6966. ^
  6967. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:443:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  6968. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  6969. ^
  6970. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  6971. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  6972. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  6973. from /usr/include/glibmm-2.4/glibmm.h:87,
  6974. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  6975. from applet.cpp:29:
  6976. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:443:151: error: expected ‘(’ before ‘>’ token
  6977. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  6978. ^
  6979. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:443:152: error: expected primary-expression before ‘,’ token
  6980. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  6981. ^
  6982. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:443:178: error: expected primary-expression before ‘>’ token
  6983. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  6984. ^
  6985. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:443:179: error: expected primary-expression before ‘,’ token
  6986. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  6987. ^
  6988. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:443:205: error: expected primary-expression before ‘>’ token
  6989. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  6990. ^
  6991. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:443:206: error: expected primary-expression before ‘,’ token
  6992. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  6993. ^
  6994. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:443:232: error: expected primary-expression before ‘>’ token
  6995. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  6996. ^
  6997. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:443:233: error: expected primary-expression before ‘,’ token
  6998. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  6999. ^
  7000. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:443:259: error: expected primary-expression before ‘>>’ token
  7001. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  7002. ^
  7003. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: In member function ‘typename sigc::bind_functor<1, T_functor, T_bound, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::deduce_result_type<T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6>::type sigc::bind_functor<1, T_functor, T_bound, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::operator()(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6)’:
  7004. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:469:66: error: ‘type_trait_pass_t’ was not declared in this scope
  7005. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  7006. ^
  7007. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  7008. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  7009. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  7010. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  7011. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  7012. from /usr/include/glibmm-2.4/glibmm.h:87,
  7013. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  7014. from applet.cpp:29:
  7015. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  7016. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  7017. ^
  7018. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:469:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  7019. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  7020. ^
  7021. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  7022. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  7023. ^
  7024. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:469:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  7025. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  7026. ^
  7027. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  7028. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  7029. ^
  7030. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:469:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  7031. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  7032. ^
  7033. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  7034. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  7035. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  7036. from /usr/include/glibmm-2.4/glibmm.h:87,
  7037. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  7038. from applet.cpp:29:
  7039. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:469:151: error: expected ‘(’ before ‘>’ token
  7040. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  7041. ^
  7042. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:469:152: error: expected primary-expression before ‘,’ token
  7043. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  7044. ^
  7045. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:469:178: error: expected primary-expression before ‘>’ token
  7046. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  7047. ^
  7048. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:469:179: error: expected primary-expression before ‘,’ token
  7049. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  7050. ^
  7051. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:469:205: error: expected primary-expression before ‘>’ token
  7052. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  7053. ^
  7054. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:469:206: error: expected primary-expression before ‘,’ token
  7055. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  7056. ^
  7057. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:469:232: error: expected primary-expression before ‘>’ token
  7058. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  7059. ^
  7060. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:469:233: error: expected primary-expression before ‘,’ token
  7061. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  7062. ^
  7063. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:469:259: error: expected primary-expression before ‘>’ token
  7064. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  7065. ^
  7066. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:469:260: error: expected primary-expression before ‘,’ token
  7067. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  7068. ^
  7069. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:469:286: error: expected primary-expression before ‘>>’ token
  7070. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  7071. ^
  7072. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: At global scope:
  7073. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:506:66: error: ‘type_trait_pass_t’ was not declared in this scope
  7074. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>::type type; };
  7075. ^
  7076. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:506:47: error: parse error in template argument list
  7077. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>::type type; };
  7078. ^
  7079. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:506:91: error: expected unqualified-id before ‘,’ token
  7080. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>::type type; };
  7081. ^
  7082. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:643:33: error: expected ‘)’ before ‘<’ token
  7083. bind_functor(type_trait_take_t<T_functor> _A_func, type_trait_take_t<T_bound> _A_bound)
  7084. ^
  7085. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: In member function ‘sigc::bind_functor<2, T_functor, T_bound, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::result_type sigc::bind_functor<2, T_functor, T_bound, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::operator()()’:
  7086. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:516:64: error: ‘type_trait_pass_t’ was not declared in this scope
  7087. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>> (bound_.invoke());
  7088. ^
  7089. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:516:133: error: ‘.’ cannot appear in a constant-expression
  7090. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>> (bound_.invoke());
  7091. ^
  7092. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:516:140: error: a function call cannot appear in a constant-expression
  7093. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>> (bound_.invoke());
  7094. ^
  7095. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  7096. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  7097. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  7098. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  7099. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  7100. from /usr/include/glibmm-2.4/glibmm.h:87,
  7101. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  7102. from applet.cpp:29:
  7103. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  7104. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  7105. ^
  7106. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:516:27: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  7107. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>> (bound_.invoke());
  7108. ^
  7109. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  7110. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  7111. ^
  7112. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:516:27: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  7113. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>> (bound_.invoke());
  7114. ^
  7115. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  7116. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  7117. ^
  7118. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:516:27: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  7119. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>> (bound_.invoke());
  7120. ^
  7121. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  7122. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  7123. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  7124. from /usr/include/glibmm-2.4/glibmm.h:87,
  7125. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  7126. from applet.cpp:29:
  7127. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: In member function ‘typename sigc::bind_functor<2, T_functor, T_bound, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::deduce_result_type<T_arg1, T_arg2>::type sigc::bind_functor<2, T_functor, T_bound, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::operator()(T_arg1, T_arg2)’:
  7128. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:528:66: error: ‘type_trait_pass_t’ was not declared in this scope
  7129. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>>
  7130. ^
  7131. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  7132. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  7133. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  7134. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  7135. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  7136. from /usr/include/glibmm-2.4/glibmm.h:87,
  7137. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  7138. from applet.cpp:29:
  7139. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  7140. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  7141. ^
  7142. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:528:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  7143. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>>
  7144. ^
  7145. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  7146. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  7147. ^
  7148. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:528:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  7149. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>>
  7150. ^
  7151. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  7152. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  7153. ^
  7154. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:528:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  7155. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>>
  7156. ^
  7157. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  7158. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  7159. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  7160. from /usr/include/glibmm-2.4/glibmm.h:87,
  7161. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  7162. from applet.cpp:29:
  7163. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:528:117: error: expected primary-expression before ‘>’ token
  7164. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>>
  7165. ^
  7166. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:528:118: error: expected primary-expression before ‘,’ token
  7167. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>>
  7168. ^
  7169. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:528:178: error: expected ‘(’ before ‘>>’ token
  7170. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>>
  7171. ^
  7172. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: In member function ‘typename sigc::bind_functor<2, T_functor, T_bound, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::deduce_result_type<T_arg1, T_arg2, T_arg3>::type sigc::bind_functor<2, T_functor, T_bound, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::operator()(T_arg1, T_arg2, T_arg3)’:
  7173. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:551:66: error: ‘type_trait_pass_t’ was not declared in this scope
  7174. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg3>>
  7175. ^
  7176. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  7177. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  7178. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  7179. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  7180. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  7181. from /usr/include/glibmm-2.4/glibmm.h:87,
  7182. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  7183. from applet.cpp:29:
  7184. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  7185. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  7186. ^
  7187. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:551:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  7188. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg3>>
  7189. ^
  7190. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  7191. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  7192. ^
  7193. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:551:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  7194. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg3>>
  7195. ^
  7196. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  7197. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  7198. ^
  7199. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:551:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  7200. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg3>>
  7201. ^
  7202. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  7203. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  7204. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  7205. from /usr/include/glibmm-2.4/glibmm.h:87,
  7206. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  7207. from applet.cpp:29:
  7208. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:551:117: error: expected primary-expression before ‘>’ token
  7209. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg3>>
  7210. ^
  7211. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:551:118: error: expected primary-expression before ‘,’ token
  7212. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg3>>
  7213. ^
  7214. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:551:178: error: expected ‘(’ before ‘>’ token
  7215. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg3>>
  7216. ^
  7217. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:551:179: error: expected primary-expression before ‘,’ token
  7218. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg3>>
  7219. ^
  7220. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:551:205: error: expected primary-expression before ‘>>’ token
  7221. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg3>>
  7222. ^
  7223. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: In member function ‘typename sigc::bind_functor<2, T_functor, T_bound, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::deduce_result_type<T_arg1, T_arg2, T_arg3, T_arg4>::type sigc::bind_functor<2, T_functor, T_bound, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::operator()(T_arg1, T_arg2, T_arg3, T_arg4)’:
  7224. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:575:66: error: ‘type_trait_pass_t’ was not declared in this scope
  7225. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  7226. ^
  7227. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  7228. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  7229. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  7230. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  7231. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  7232. from /usr/include/glibmm-2.4/glibmm.h:87,
  7233. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  7234. from applet.cpp:29:
  7235. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  7236. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  7237. ^
  7238. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:575:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  7239. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  7240. ^
  7241. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  7242. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  7243. ^
  7244. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:575:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  7245. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  7246. ^
  7247. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  7248. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  7249. ^
  7250. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:575:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  7251. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  7252. ^
  7253. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  7254. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  7255. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  7256. from /usr/include/glibmm-2.4/glibmm.h:87,
  7257. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  7258. from applet.cpp:29:
  7259. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:575:117: error: expected primary-expression before ‘>’ token
  7260. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  7261. ^
  7262. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:575:118: error: expected primary-expression before ‘,’ token
  7263. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  7264. ^
  7265. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:575:178: error: expected ‘(’ before ‘>’ token
  7266. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  7267. ^
  7268. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:575:179: error: expected primary-expression before ‘,’ token
  7269. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  7270. ^
  7271. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:575:205: error: expected primary-expression before ‘>’ token
  7272. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  7273. ^
  7274. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:575:206: error: expected primary-expression before ‘,’ token
  7275. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  7276. ^
  7277. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:575:232: error: expected primary-expression before ‘>>’ token
  7278. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  7279. ^
  7280. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: In member function ‘typename sigc::bind_functor<2, T_functor, T_bound, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::deduce_result_type<T_arg1, T_arg2, T_arg3, T_arg4, T_arg5>::type sigc::bind_functor<2, T_functor, T_bound, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::operator()(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5)’:
  7281. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:600:66: error: ‘type_trait_pass_t’ was not declared in this scope
  7282. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  7283. ^
  7284. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  7285. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  7286. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  7287. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  7288. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  7289. from /usr/include/glibmm-2.4/glibmm.h:87,
  7290. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  7291. from applet.cpp:29:
  7292. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  7293. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  7294. ^
  7295. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:600:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  7296. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  7297. ^
  7298. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  7299. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  7300. ^
  7301. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:600:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  7302. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  7303. ^
  7304. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  7305. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  7306. ^
  7307. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:600:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  7308. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  7309. ^
  7310. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  7311. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  7312. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  7313. from /usr/include/glibmm-2.4/glibmm.h:87,
  7314. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  7315. from applet.cpp:29:
  7316. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:600:117: error: expected primary-expression before ‘>’ token
  7317. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  7318. ^
  7319. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:600:118: error: expected primary-expression before ‘,’ token
  7320. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  7321. ^
  7322. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:600:178: error: expected ‘(’ before ‘>’ token
  7323. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  7324. ^
  7325. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:600:179: error: expected primary-expression before ‘,’ token
  7326. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  7327. ^
  7328. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:600:205: error: expected primary-expression before ‘>’ token
  7329. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  7330. ^
  7331. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:600:206: error: expected primary-expression before ‘,’ token
  7332. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  7333. ^
  7334. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:600:232: error: expected primary-expression before ‘>’ token
  7335. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  7336. ^
  7337. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:600:233: error: expected primary-expression before ‘,’ token
  7338. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  7339. ^
  7340. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:600:259: error: expected primary-expression before ‘>>’ token
  7341. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  7342. ^
  7343. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: In member function ‘typename sigc::bind_functor<2, T_functor, T_bound, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::deduce_result_type<T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6>::type sigc::bind_functor<2, T_functor, T_bound, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::operator()(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6)’:
  7344. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:626:66: error: ‘type_trait_pass_t’ was not declared in this scope
  7345. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  7346. ^
  7347. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  7348. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  7349. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  7350. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  7351. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  7352. from /usr/include/glibmm-2.4/glibmm.h:87,
  7353. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  7354. from applet.cpp:29:
  7355. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  7356. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  7357. ^
  7358. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:626:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  7359. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  7360. ^
  7361. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  7362. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  7363. ^
  7364. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:626:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  7365. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  7366. ^
  7367. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  7368. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  7369. ^
  7370. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:626:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  7371. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  7372. ^
  7373. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  7374. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  7375. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  7376. from /usr/include/glibmm-2.4/glibmm.h:87,
  7377. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  7378. from applet.cpp:29:
  7379. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:626:117: error: expected primary-expression before ‘>’ token
  7380. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  7381. ^
  7382. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:626:118: error: expected primary-expression before ‘,’ token
  7383. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  7384. ^
  7385. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:626:178: error: expected ‘(’ before ‘>’ token
  7386. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  7387. ^
  7388. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:626:179: error: expected primary-expression before ‘,’ token
  7389. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  7390. ^
  7391. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:626:205: error: expected primary-expression before ‘>’ token
  7392. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  7393. ^
  7394. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:626:206: error: expected primary-expression before ‘,’ token
  7395. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  7396. ^
  7397. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:626:232: error: expected primary-expression before ‘>’ token
  7398. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  7399. ^
  7400. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:626:233: error: expected primary-expression before ‘,’ token
  7401. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  7402. ^
  7403. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:626:259: error: expected primary-expression before ‘>’ token
  7404. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  7405. ^
  7406. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:626:260: error: expected primary-expression before ‘,’ token
  7407. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  7408. ^
  7409. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:626:286: error: expected primary-expression before ‘>>’ token
  7410. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  7411. ^
  7412. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: At global scope:
  7413. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:663:66: error: ‘type_trait_pass_t’ was not declared in this scope
  7414. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>::type type; };
  7415. ^
  7416. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:663:47: error: parse error in template argument list
  7417. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>::type type; };
  7418. ^
  7419. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:663:91: error: expected unqualified-id before ‘,’ token
  7420. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>::type type; };
  7421. ^
  7422. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:778:33: error: expected ‘)’ before ‘<’ token
  7423. bind_functor(type_trait_take_t<T_functor> _A_func, type_trait_take_t<T_bound> _A_bound)
  7424. ^
  7425. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: In member function ‘sigc::bind_functor<3, T_functor, T_bound, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::result_type sigc::bind_functor<3, T_functor, T_bound, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::operator()()’:
  7426. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:673:64: error: ‘type_trait_pass_t’ was not declared in this scope
  7427. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>> (bound_.invoke());
  7428. ^
  7429. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:673:133: error: ‘.’ cannot appear in a constant-expression
  7430. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>> (bound_.invoke());
  7431. ^
  7432. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:673:140: error: a function call cannot appear in a constant-expression
  7433. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>> (bound_.invoke());
  7434. ^
  7435. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  7436. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  7437. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  7438. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  7439. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  7440. from /usr/include/glibmm-2.4/glibmm.h:87,
  7441. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  7442. from applet.cpp:29:
  7443. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  7444. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  7445. ^
  7446. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:673:27: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  7447. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>> (bound_.invoke());
  7448. ^
  7449. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  7450. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  7451. ^
  7452. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:673:27: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  7453. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>> (bound_.invoke());
  7454. ^
  7455. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  7456. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  7457. ^
  7458. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:673:27: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  7459. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>> (bound_.invoke());
  7460. ^
  7461. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  7462. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  7463. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  7464. from /usr/include/glibmm-2.4/glibmm.h:87,
  7465. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  7466. from applet.cpp:29:
  7467. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: In member function ‘typename sigc::bind_functor<3, T_functor, T_bound, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::deduce_result_type<T_arg1, T_arg2, T_arg3>::type sigc::bind_functor<3, T_functor, T_bound, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::operator()(T_arg1, T_arg2, T_arg3)’:
  7468. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:686:66: error: ‘type_trait_pass_t’ was not declared in this scope
  7469. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>>
  7470. ^
  7471. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  7472. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  7473. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  7474. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  7475. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  7476. from /usr/include/glibmm-2.4/glibmm.h:87,
  7477. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  7478. from applet.cpp:29:
  7479. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  7480. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  7481. ^
  7482. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:686:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  7483. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>>
  7484. ^
  7485. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  7486. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  7487. ^
  7488. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:686:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  7489. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>>
  7490. ^
  7491. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  7492. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  7493. ^
  7494. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:686:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  7495. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>>
  7496. ^
  7497. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  7498. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  7499. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  7500. from /usr/include/glibmm-2.4/glibmm.h:87,
  7501. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  7502. from applet.cpp:29:
  7503. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:686:117: error: expected primary-expression before ‘>’ token
  7504. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>>
  7505. ^
  7506. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:686:118: error: expected primary-expression before ‘,’ token
  7507. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>>
  7508. ^
  7509. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:686:144: error: expected primary-expression before ‘>’ token
  7510. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>>
  7511. ^
  7512. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:686:145: error: expected primary-expression before ‘,’ token
  7513. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>>
  7514. ^
  7515. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:686:205: error: expected ‘(’ before ‘>>’ token
  7516. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>>
  7517. ^
  7518. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: In member function ‘typename sigc::bind_functor<3, T_functor, T_bound, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::deduce_result_type<T_arg1, T_arg2, T_arg3, T_arg4>::type sigc::bind_functor<3, T_functor, T_bound, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::operator()(T_arg1, T_arg2, T_arg3, T_arg4)’:
  7519. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:710:66: error: ‘type_trait_pass_t’ was not declared in this scope
  7520. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg4>>
  7521. ^
  7522. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  7523. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  7524. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  7525. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  7526. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  7527. from /usr/include/glibmm-2.4/glibmm.h:87,
  7528. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  7529. from applet.cpp:29:
  7530. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  7531. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  7532. ^
  7533. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:710:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  7534. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg4>>
  7535. ^
  7536. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  7537. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  7538. ^
  7539. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:710:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  7540. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg4>>
  7541. ^
  7542. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  7543. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  7544. ^
  7545. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:710:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  7546. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg4>>
  7547. ^
  7548. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  7549. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  7550. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  7551. from /usr/include/glibmm-2.4/glibmm.h:87,
  7552. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  7553. from applet.cpp:29:
  7554. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:710:117: error: expected primary-expression before ‘>’ token
  7555. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg4>>
  7556. ^
  7557. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:710:118: error: expected primary-expression before ‘,’ token
  7558. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg4>>
  7559. ^
  7560. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:710:144: error: expected primary-expression before ‘>’ token
  7561. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg4>>
  7562. ^
  7563. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:710:145: error: expected primary-expression before ‘,’ token
  7564. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg4>>
  7565. ^
  7566. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:710:205: error: expected ‘(’ before ‘>’ token
  7567. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg4>>
  7568. ^
  7569. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:710:206: error: expected primary-expression before ‘,’ token
  7570. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg4>>
  7571. ^
  7572. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:710:232: error: expected primary-expression before ‘>>’ token
  7573. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg4>>
  7574. ^
  7575. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: In member function ‘typename sigc::bind_functor<3, T_functor, T_bound, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::deduce_result_type<T_arg1, T_arg2, T_arg3, T_arg4, T_arg5>::type sigc::bind_functor<3, T_functor, T_bound, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::operator()(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5)’:
  7576. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:735:66: error: ‘type_trait_pass_t’ was not declared in this scope
  7577. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  7578. ^
  7579. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  7580. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  7581. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  7582. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  7583. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  7584. from /usr/include/glibmm-2.4/glibmm.h:87,
  7585. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  7586. from applet.cpp:29:
  7587. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  7588. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  7589. ^
  7590. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:735:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  7591. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  7592. ^
  7593. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  7594. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  7595. ^
  7596. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:735:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  7597. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  7598. ^
  7599. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  7600. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  7601. ^
  7602. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:735:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  7603. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  7604. ^
  7605. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  7606. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  7607. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  7608. from /usr/include/glibmm-2.4/glibmm.h:87,
  7609. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  7610. from applet.cpp:29:
  7611. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:735:117: error: expected primary-expression before ‘>’ token
  7612. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  7613. ^
  7614. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:735:118: error: expected primary-expression before ‘,’ token
  7615. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  7616. ^
  7617. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:735:144: error: expected primary-expression before ‘>’ token
  7618. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  7619. ^
  7620. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:735:145: error: expected primary-expression before ‘,’ token
  7621. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  7622. ^
  7623. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:735:205: error: expected ‘(’ before ‘>’ token
  7624. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  7625. ^
  7626. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:735:206: error: expected primary-expression before ‘,’ token
  7627. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  7628. ^
  7629. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:735:232: error: expected primary-expression before ‘>’ token
  7630. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  7631. ^
  7632. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:735:233: error: expected primary-expression before ‘,’ token
  7633. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  7634. ^
  7635. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:735:259: error: expected primary-expression before ‘>>’ token
  7636. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  7637. ^
  7638. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: In member function ‘typename sigc::bind_functor<3, T_functor, T_bound, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::deduce_result_type<T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6>::type sigc::bind_functor<3, T_functor, T_bound, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::operator()(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6)’:
  7639. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:761:66: error: ‘type_trait_pass_t’ was not declared in this scope
  7640. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  7641. ^
  7642. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  7643. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  7644. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  7645. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  7646. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  7647. from /usr/include/glibmm-2.4/glibmm.h:87,
  7648. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  7649. from applet.cpp:29:
  7650. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  7651. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  7652. ^
  7653. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:761:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  7654. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  7655. ^
  7656. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  7657. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  7658. ^
  7659. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:761:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  7660. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  7661. ^
  7662. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  7663. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  7664. ^
  7665. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:761:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  7666. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  7667. ^
  7668. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  7669. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  7670. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  7671. from /usr/include/glibmm-2.4/glibmm.h:87,
  7672. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  7673. from applet.cpp:29:
  7674. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:761:117: error: expected primary-expression before ‘>’ token
  7675. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  7676. ^
  7677. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:761:118: error: expected primary-expression before ‘,’ token
  7678. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  7679. ^
  7680. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:761:144: error: expected primary-expression before ‘>’ token
  7681. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  7682. ^
  7683. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:761:145: error: expected primary-expression before ‘,’ token
  7684. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  7685. ^
  7686. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:761:205: error: expected ‘(’ before ‘>’ token
  7687. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  7688. ^
  7689. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:761:206: error: expected primary-expression before ‘,’ token
  7690. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  7691. ^
  7692. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:761:232: error: expected primary-expression before ‘>’ token
  7693. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  7694. ^
  7695. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:761:233: error: expected primary-expression before ‘,’ token
  7696. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  7697. ^
  7698. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:761:259: error: expected primary-expression before ‘>’ token
  7699. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  7700. ^
  7701. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:761:260: error: expected primary-expression before ‘,’ token
  7702. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  7703. ^
  7704. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:761:286: error: expected primary-expression before ‘>>’ token
  7705. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  7706. ^
  7707. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: At global scope:
  7708. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:798:66: error: ‘type_trait_pass_t’ was not declared in this scope
  7709. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>::type type; };
  7710. ^
  7711. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:798:47: error: parse error in template argument list
  7712. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>::type type; };
  7713. ^
  7714. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:798:91: error: expected unqualified-id before ‘,’ token
  7715. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>::type type; };
  7716. ^
  7717. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:890:33: error: expected ‘)’ before ‘<’ token
  7718. bind_functor(type_trait_take_t<T_functor> _A_func, type_trait_take_t<T_bound> _A_bound)
  7719. ^
  7720. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: In member function ‘sigc::bind_functor<4, T_functor, T_bound, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::result_type sigc::bind_functor<4, T_functor, T_bound, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::operator()()’:
  7721. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:808:64: error: ‘type_trait_pass_t’ was not declared in this scope
  7722. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>> (bound_.invoke());
  7723. ^
  7724. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:808:133: error: ‘.’ cannot appear in a constant-expression
  7725. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>> (bound_.invoke());
  7726. ^
  7727. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:808:140: error: a function call cannot appear in a constant-expression
  7728. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>> (bound_.invoke());
  7729. ^
  7730. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  7731. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  7732. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  7733. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  7734. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  7735. from /usr/include/glibmm-2.4/glibmm.h:87,
  7736. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  7737. from applet.cpp:29:
  7738. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  7739. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  7740. ^
  7741. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:808:27: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  7742. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>> (bound_.invoke());
  7743. ^
  7744. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  7745. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  7746. ^
  7747. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:808:27: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  7748. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>> (bound_.invoke());
  7749. ^
  7750. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  7751. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  7752. ^
  7753. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:808:27: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  7754. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>> (bound_.invoke());
  7755. ^
  7756. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  7757. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  7758. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  7759. from /usr/include/glibmm-2.4/glibmm.h:87,
  7760. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  7761. from applet.cpp:29:
  7762. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: In member function ‘typename sigc::bind_functor<4, T_functor, T_bound, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::deduce_result_type<T_arg1, T_arg2, T_arg3, T_arg4>::type sigc::bind_functor<4, T_functor, T_bound, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::operator()(T_arg1, T_arg2, T_arg3, T_arg4)’:
  7763. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:822:66: error: ‘type_trait_pass_t’ was not declared in this scope
  7764. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>>
  7765. ^
  7766. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  7767. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  7768. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  7769. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  7770. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  7771. from /usr/include/glibmm-2.4/glibmm.h:87,
  7772. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  7773. from applet.cpp:29:
  7774. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  7775. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  7776. ^
  7777. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:822:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  7778. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>>
  7779. ^
  7780. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  7781. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  7782. ^
  7783. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:822:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  7784. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>>
  7785. ^
  7786. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  7787. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  7788. ^
  7789. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:822:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  7790. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>>
  7791. ^
  7792. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  7793. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  7794. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  7795. from /usr/include/glibmm-2.4/glibmm.h:87,
  7796. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  7797. from applet.cpp:29:
  7798. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:822:117: error: expected primary-expression before ‘>’ token
  7799. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>>
  7800. ^
  7801. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:822:118: error: expected primary-expression before ‘,’ token
  7802. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>>
  7803. ^
  7804. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:822:144: error: expected primary-expression before ‘>’ token
  7805. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>>
  7806. ^
  7807. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:822:145: error: expected primary-expression before ‘,’ token
  7808. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>>
  7809. ^
  7810. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:822:171: error: expected primary-expression before ‘>’ token
  7811. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>>
  7812. ^
  7813. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:822:172: error: expected primary-expression before ‘,’ token
  7814. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>>
  7815. ^
  7816. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:822:232: error: expected ‘(’ before ‘>>’ token
  7817. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>>
  7818. ^
  7819. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: In member function ‘typename sigc::bind_functor<4, T_functor, T_bound, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::deduce_result_type<T_arg1, T_arg2, T_arg3, T_arg4, T_arg5>::type sigc::bind_functor<4, T_functor, T_bound, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::operator()(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5)’:
  7820. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:847:66: error: ‘type_trait_pass_t’ was not declared in this scope
  7821. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg5>>
  7822. ^
  7823. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  7824. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  7825. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  7826. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  7827. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  7828. from /usr/include/glibmm-2.4/glibmm.h:87,
  7829. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  7830. from applet.cpp:29:
  7831. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  7832. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  7833. ^
  7834. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:847:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  7835. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg5>>
  7836. ^
  7837. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  7838. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  7839. ^
  7840. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:847:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  7841. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg5>>
  7842. ^
  7843. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  7844. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  7845. ^
  7846. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:847:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  7847. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg5>>
  7848. ^
  7849. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  7850. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  7851. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  7852. from /usr/include/glibmm-2.4/glibmm.h:87,
  7853. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  7854. from applet.cpp:29:
  7855. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:847:117: error: expected primary-expression before ‘>’ token
  7856. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg5>>
  7857. ^
  7858. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:847:118: error: expected primary-expression before ‘,’ token
  7859. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg5>>
  7860. ^
  7861. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:847:144: error: expected primary-expression before ‘>’ token
  7862. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg5>>
  7863. ^
  7864. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:847:145: error: expected primary-expression before ‘,’ token
  7865. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg5>>
  7866. ^
  7867. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:847:171: error: expected primary-expression before ‘>’ token
  7868. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg5>>
  7869. ^
  7870. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:847:172: error: expected primary-expression before ‘,’ token
  7871. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg5>>
  7872. ^
  7873. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:847:232: error: expected ‘(’ before ‘>’ token
  7874. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg5>>
  7875. ^
  7876. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:847:233: error: expected primary-expression before ‘,’ token
  7877. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg5>>
  7878. ^
  7879. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:847:259: error: expected primary-expression before ‘>>’ token
  7880. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg5>>
  7881. ^
  7882. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: In member function ‘typename sigc::bind_functor<4, T_functor, T_bound, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::deduce_result_type<T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6>::type sigc::bind_functor<4, T_functor, T_bound, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::operator()(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6)’:
  7883. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:873:66: error: ‘type_trait_pass_t’ was not declared in this scope
  7884. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  7885. ^
  7886. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  7887. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  7888. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  7889. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  7890. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  7891. from /usr/include/glibmm-2.4/glibmm.h:87,
  7892. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  7893. from applet.cpp:29:
  7894. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  7895. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  7896. ^
  7897. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:873:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  7898. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  7899. ^
  7900. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  7901. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  7902. ^
  7903. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:873:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  7904. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  7905. ^
  7906. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  7907. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  7908. ^
  7909. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:873:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  7910. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  7911. ^
  7912. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  7913. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  7914. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  7915. from /usr/include/glibmm-2.4/glibmm.h:87,
  7916. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  7917. from applet.cpp:29:
  7918. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:873:117: error: expected primary-expression before ‘>’ token
  7919. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  7920. ^
  7921. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:873:118: error: expected primary-expression before ‘,’ token
  7922. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  7923. ^
  7924. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:873:144: error: expected primary-expression before ‘>’ token
  7925. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  7926. ^
  7927. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:873:145: error: expected primary-expression before ‘,’ token
  7928. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  7929. ^
  7930. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:873:171: error: expected primary-expression before ‘>’ token
  7931. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  7932. ^
  7933. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:873:172: error: expected primary-expression before ‘,’ token
  7934. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  7935. ^
  7936. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:873:232: error: expected ‘(’ before ‘>’ token
  7937. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  7938. ^
  7939. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:873:233: error: expected primary-expression before ‘,’ token
  7940. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  7941. ^
  7942. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:873:259: error: expected primary-expression before ‘>’ token
  7943. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  7944. ^
  7945. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:873:260: error: expected primary-expression before ‘,’ token
  7946. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  7947. ^
  7948. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:873:286: error: expected primary-expression before ‘>>’ token
  7949. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  7950. ^
  7951. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: At global scope:
  7952. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:910:66: error: ‘type_trait_pass_t’ was not declared in this scope
  7953. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg6>>::type type; };
  7954. ^
  7955. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:910:47: error: parse error in template argument list
  7956. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg6>>::type type; };
  7957. ^
  7958. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:910:91: error: expected unqualified-id before ‘,’ token
  7959. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg6>>::type type; };
  7960. ^
  7961. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:978:33: error: expected ‘)’ before ‘<’ token
  7962. bind_functor(type_trait_take_t<T_functor> _A_func, type_trait_take_t<T_bound> _A_bound)
  7963. ^
  7964. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: In member function ‘sigc::bind_functor<5, T_functor, T_bound, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::result_type sigc::bind_functor<5, T_functor, T_bound, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::operator()()’:
  7965. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:920:64: error: ‘type_trait_pass_t’ was not declared in this scope
  7966. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>> (bound_.invoke());
  7967. ^
  7968. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:920:133: error: ‘.’ cannot appear in a constant-expression
  7969. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>> (bound_.invoke());
  7970. ^
  7971. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:920:140: error: a function call cannot appear in a constant-expression
  7972. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>> (bound_.invoke());
  7973. ^
  7974. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  7975. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  7976. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  7977. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  7978. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  7979. from /usr/include/glibmm-2.4/glibmm.h:87,
  7980. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  7981. from applet.cpp:29:
  7982. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  7983. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  7984. ^
  7985. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:920:27: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  7986. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>> (bound_.invoke());
  7987. ^
  7988. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  7989. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  7990. ^
  7991. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:920:27: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  7992. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>> (bound_.invoke());
  7993. ^
  7994. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  7995. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  7996. ^
  7997. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:920:27: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  7998. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>> (bound_.invoke());
  7999. ^
  8000. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  8001. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  8002. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  8003. from /usr/include/glibmm-2.4/glibmm.h:87,
  8004. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  8005. from applet.cpp:29:
  8006. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: In member function ‘typename sigc::bind_functor<5, T_functor, T_bound, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::deduce_result_type<T_arg1, T_arg2, T_arg3, T_arg4, T_arg5>::type sigc::bind_functor<5, T_functor, T_bound, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::operator()(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5)’:
  8007. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:935:66: error: ‘type_trait_pass_t’ was not declared in this scope
  8008. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>>
  8009. ^
  8010. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  8011. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  8012. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  8013. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  8014. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  8015. from /usr/include/glibmm-2.4/glibmm.h:87,
  8016. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  8017. from applet.cpp:29:
  8018. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  8019. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  8020. ^
  8021. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:935:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  8022. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>>
  8023. ^
  8024. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  8025. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  8026. ^
  8027. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:935:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  8028. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>>
  8029. ^
  8030. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  8031. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  8032. ^
  8033. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:935:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  8034. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>>
  8035. ^
  8036. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  8037. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  8038. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  8039. from /usr/include/glibmm-2.4/glibmm.h:87,
  8040. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  8041. from applet.cpp:29:
  8042. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:935:117: error: expected primary-expression before ‘>’ token
  8043. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>>
  8044. ^
  8045. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:935:118: error: expected primary-expression before ‘,’ token
  8046. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>>
  8047. ^
  8048. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:935:144: error: expected primary-expression before ‘>’ token
  8049. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>>
  8050. ^
  8051. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:935:145: error: expected primary-expression before ‘,’ token
  8052. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>>
  8053. ^
  8054. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:935:171: error: expected primary-expression before ‘>’ token
  8055. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>>
  8056. ^
  8057. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:935:172: error: expected primary-expression before ‘,’ token
  8058. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>>
  8059. ^
  8060. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:935:198: error: expected primary-expression before ‘>’ token
  8061. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>>
  8062. ^
  8063. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:935:199: error: expected primary-expression before ‘,’ token
  8064. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>>
  8065. ^
  8066. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:935:259: error: expected ‘(’ before ‘>>’ token
  8067. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>>
  8068. ^
  8069. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: In member function ‘typename sigc::bind_functor<5, T_functor, T_bound, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::deduce_result_type<T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6>::type sigc::bind_functor<5, T_functor, T_bound, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::operator()(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6)’:
  8070. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:961:66: error: ‘type_trait_pass_t’ was not declared in this scope
  8071. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg6>>
  8072. ^
  8073. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  8074. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  8075. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  8076. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  8077. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  8078. from /usr/include/glibmm-2.4/glibmm.h:87,
  8079. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  8080. from applet.cpp:29:
  8081. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  8082. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  8083. ^
  8084. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:961:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  8085. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg6>>
  8086. ^
  8087. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  8088. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  8089. ^
  8090. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:961:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  8091. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg6>>
  8092. ^
  8093. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  8094. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  8095. ^
  8096. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:961:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  8097. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg6>>
  8098. ^
  8099. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  8100. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  8101. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  8102. from /usr/include/glibmm-2.4/glibmm.h:87,
  8103. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  8104. from applet.cpp:29:
  8105. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:961:117: error: expected primary-expression before ‘>’ token
  8106. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg6>>
  8107. ^
  8108. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:961:118: error: expected primary-expression before ‘,’ token
  8109. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg6>>
  8110. ^
  8111. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:961:144: error: expected primary-expression before ‘>’ token
  8112. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg6>>
  8113. ^
  8114. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:961:145: error: expected primary-expression before ‘,’ token
  8115. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg6>>
  8116. ^
  8117. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:961:171: error: expected primary-expression before ‘>’ token
  8118. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg6>>
  8119. ^
  8120. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:961:172: error: expected primary-expression before ‘,’ token
  8121. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg6>>
  8122. ^
  8123. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:961:198: error: expected primary-expression before ‘>’ token
  8124. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg6>>
  8125. ^
  8126. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:961:199: error: expected primary-expression before ‘,’ token
  8127. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg6>>
  8128. ^
  8129. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:961:259: error: expected ‘(’ before ‘>’ token
  8130. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg6>>
  8131. ^
  8132. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:961:260: error: expected primary-expression before ‘,’ token
  8133. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg6>>
  8134. ^
  8135. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:961:286: error: expected primary-expression before ‘>>’ token
  8136. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>, type_trait_pass_t<T_arg6>>
  8137. ^
  8138. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: At global scope:
  8139. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:998:66: error: ‘type_trait_pass_t’ was not declared in this scope
  8140. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>>::type type; };
  8141. ^
  8142. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:998:47: error: parse error in template argument list
  8143. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>>::type type; };
  8144. ^
  8145. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:998:91: error: expected unqualified-id before ‘,’ token
  8146. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>>::type type; };
  8147. ^
  8148. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1041:33: error: expected ‘)’ before ‘<’ token
  8149. bind_functor(type_trait_take_t<T_functor> _A_func, type_trait_take_t<T_bound> _A_bound)
  8150. ^
  8151. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: In member function ‘sigc::bind_functor<6, T_functor, T_bound, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::result_type sigc::bind_functor<6, T_functor, T_bound, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::operator()()’:
  8152. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1008:64: error: ‘type_trait_pass_t’ was not declared in this scope
  8153. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>> (bound_.invoke());
  8154. ^
  8155. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1008:133: error: ‘.’ cannot appear in a constant-expression
  8156. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>> (bound_.invoke());
  8157. ^
  8158. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1008:140: error: a function call cannot appear in a constant-expression
  8159. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>> (bound_.invoke());
  8160. ^
  8161. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  8162. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  8163. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  8164. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  8165. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  8166. from /usr/include/glibmm-2.4/glibmm.h:87,
  8167. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  8168. from applet.cpp:29:
  8169. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  8170. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  8171. ^
  8172. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1008:27: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  8173. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>> (bound_.invoke());
  8174. ^
  8175. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  8176. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  8177. ^
  8178. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1008:27: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  8179. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>> (bound_.invoke());
  8180. ^
  8181. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  8182. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  8183. ^
  8184. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1008:27: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  8185. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_bound>::type>> (bound_.invoke());
  8186. ^
  8187. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  8188. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  8189. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  8190. from /usr/include/glibmm-2.4/glibmm.h:87,
  8191. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  8192. from applet.cpp:29:
  8193. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: In member function ‘typename sigc::bind_functor<6, T_functor, T_bound, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::deduce_result_type<T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6>::type sigc::bind_functor<6, T_functor, T_bound, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::operator()(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6)’:
  8194. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1024:66: error: ‘type_trait_pass_t’ was not declared in this scope
  8195. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>>
  8196. ^
  8197. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  8198. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  8199. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  8200. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  8201. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  8202. from /usr/include/glibmm-2.4/glibmm.h:87,
  8203. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  8204. from applet.cpp:29:
  8205. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  8206. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  8207. ^
  8208. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1024:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  8209. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>>
  8210. ^
  8211. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  8212. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  8213. ^
  8214. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1024:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  8215. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>>
  8216. ^
  8217. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  8218. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  8219. ^
  8220. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1024:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  8221. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>>
  8222. ^
  8223. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  8224. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  8225. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  8226. from /usr/include/glibmm-2.4/glibmm.h:87,
  8227. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  8228. from applet.cpp:29:
  8229. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1024:117: error: expected primary-expression before ‘>’ token
  8230. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>>
  8231. ^
  8232. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1024:118: error: expected primary-expression before ‘,’ token
  8233. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>>
  8234. ^
  8235. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1024:144: error: expected primary-expression before ‘>’ token
  8236. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>>
  8237. ^
  8238. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1024:145: error: expected primary-expression before ‘,’ token
  8239. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>>
  8240. ^
  8241. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1024:171: error: expected primary-expression before ‘>’ token
  8242. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>>
  8243. ^
  8244. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1024:172: error: expected primary-expression before ‘,’ token
  8245. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>>
  8246. ^
  8247. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1024:198: error: expected primary-expression before ‘>’ token
  8248. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>>
  8249. ^
  8250. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1024:199: error: expected primary-expression before ‘,’ token
  8251. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>>
  8252. ^
  8253. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1024:225: error: expected primary-expression before ‘>’ token
  8254. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>>
  8255. ^
  8256. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1024:226: error: expected primary-expression before ‘,’ token
  8257. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>>
  8258. ^
  8259. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1024:286: error: expected ‘(’ before ‘>>’ token
  8260. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<typename unwrap_reference<T_bound>::type>>
  8261. ^
  8262. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: At global scope:
  8263. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1085:66: error: ‘type_trait_pass_t’ was not declared in this scope
  8264. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>>::type type; };
  8265. ^
  8266. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1085:47: error: parse error in template argument list
  8267. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>>::type type; };
  8268. ^
  8269. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1085:91: error: expected unqualified-id before ‘,’ token
  8270. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>>::type type; };
  8271. ^
  8272. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1088:66: error: ‘type_trait_pass_t’ was not declared in this scope
  8273. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>>::type type; };
  8274. ^
  8275. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1088:47: error: parse error in template argument list
  8276. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>>::type type; };
  8277. ^
  8278. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1088:91: error: expected unqualified-id before ‘,’ token
  8279. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>>::type type; };
  8280. ^
  8281. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1091:66: error: ‘type_trait_pass_t’ was not declared in this scope
  8282. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>>::type type; };
  8283. ^
  8284. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1091:47: error: parse error in template argument list
  8285. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>>::type type; };
  8286. ^
  8287. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1091:91: error: expected unqualified-id before ‘,’ token
  8288. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>>::type type; };
  8289. ^
  8290. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1094:66: error: ‘type_trait_pass_t’ was not declared in this scope
  8291. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>>::type type; };
  8292. ^
  8293. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1094:47: error: parse error in template argument list
  8294. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>>::type type; };
  8295. ^
  8296. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1094:91: error: expected unqualified-id before ‘,’ token
  8297. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>>::type type; };
  8298. ^
  8299. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1097:66: error: ‘type_trait_pass_t’ was not declared in this scope
  8300. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>>::type type; };
  8301. ^
  8302. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1097:47: error: parse error in template argument list
  8303. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>>::type type; };
  8304. ^
  8305. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1097:91: error: expected unqualified-id before ‘,’ token
  8306. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>>::type type; };
  8307. ^
  8308. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1100:66: error: ‘type_trait_pass_t’ was not declared in this scope
  8309. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>>::type type; };
  8310. ^
  8311. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1100:47: error: parse error in template argument list
  8312. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>>::type type; };
  8313. ^
  8314. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1100:91: error: expected unqualified-id before ‘,’ token
  8315. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>>::type type; };
  8316. ^
  8317. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1265:33: error: expected ‘)’ before ‘<’ token
  8318. bind_functor(type_trait_take_t<T_functor> _A_func, type_trait_take_t<T_type1> _A_bound1)
  8319. ^
  8320. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: In member function ‘sigc::bind_functor<-1, T_functor, T_type1, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::result_type sigc::bind_functor<-1, T_functor, T_type1, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::operator()()’:
  8321. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1117:64: error: ‘type_trait_pass_t’ was not declared in this scope
  8322. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_type1>::type>> (bound1_.invoke());
  8323. ^
  8324. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1117:134: error: ‘.’ cannot appear in a constant-expression
  8325. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_type1>::type>> (bound1_.invoke());
  8326. ^
  8327. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1117:141: error: a function call cannot appear in a constant-expression
  8328. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_type1>::type>> (bound1_.invoke());
  8329. ^
  8330. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  8331. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  8332. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  8333. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  8334. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  8335. from /usr/include/glibmm-2.4/glibmm.h:87,
  8336. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  8337. from applet.cpp:29:
  8338. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  8339. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  8340. ^
  8341. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1117:27: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  8342. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_type1>::type>> (bound1_.invoke());
  8343. ^
  8344. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  8345. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  8346. ^
  8347. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1117:27: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  8348. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_type1>::type>> (bound1_.invoke());
  8349. ^
  8350. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  8351. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  8352. ^
  8353. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1117:27: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  8354. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_type1>::type>> (bound1_.invoke());
  8355. ^
  8356. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  8357. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  8358. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  8359. from /usr/include/glibmm-2.4/glibmm.h:87,
  8360. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  8361. from applet.cpp:29:
  8362. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: In member function ‘typename sigc::bind_functor<-1, T_functor, T_type1, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::deduce_result_type<T_arg1>::type sigc::bind_functor<-1, T_functor, T_type1, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::operator()(T_arg1)’:
  8363. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1128:66: error: ‘type_trait_pass_t’ was not declared in this scope
  8364. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>>
  8365. ^
  8366. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  8367. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  8368. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  8369. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  8370. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  8371. from /usr/include/glibmm-2.4/glibmm.h:87,
  8372. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  8373. from applet.cpp:29:
  8374. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  8375. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  8376. ^
  8377. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1128:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  8378. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>>
  8379. ^
  8380. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  8381. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  8382. ^
  8383. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1128:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  8384. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>>
  8385. ^
  8386. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  8387. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  8388. ^
  8389. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1128:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  8390. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>>
  8391. ^
  8392. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  8393. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  8394. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  8395. from /usr/include/glibmm-2.4/glibmm.h:87,
  8396. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  8397. from applet.cpp:29:
  8398. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1128:151: error: expected ‘(’ before ‘>>’ token
  8399. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>>
  8400. ^
  8401. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: In member function ‘typename sigc::bind_functor<-1, T_functor, T_type1, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::deduce_result_type<T_arg1, T_arg2>::type sigc::bind_functor<-1, T_functor, T_type1, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::operator()(T_arg1, T_arg2)’:
  8402. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1150:66: error: ‘type_trait_pass_t’ was not declared in this scope
  8403. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>>
  8404. ^
  8405. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  8406. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  8407. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  8408. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  8409. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  8410. from /usr/include/glibmm-2.4/glibmm.h:87,
  8411. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  8412. from applet.cpp:29:
  8413. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  8414. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  8415. ^
  8416. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1150:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  8417. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>>
  8418. ^
  8419. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  8420. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  8421. ^
  8422. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1150:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  8423. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>>
  8424. ^
  8425. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  8426. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  8427. ^
  8428. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1150:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  8429. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>>
  8430. ^
  8431. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  8432. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  8433. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  8434. from /usr/include/glibmm-2.4/glibmm.h:87,
  8435. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  8436. from applet.cpp:29:
  8437. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1150:117: error: expected primary-expression before ‘>’ token
  8438. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>>
  8439. ^
  8440. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1150:118: error: expected primary-expression before ‘,’ token
  8441. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>>
  8442. ^
  8443. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1150:178: error: expected ‘(’ before ‘>>’ token
  8444. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>>
  8445. ^
  8446. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: In member function ‘typename sigc::bind_functor<-1, T_functor, T_type1, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::deduce_result_type<T_arg1, T_arg2, T_arg3>::type sigc::bind_functor<-1, T_functor, T_type1, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::operator()(T_arg1, T_arg2, T_arg3)’:
  8447. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1173:66: error: ‘type_trait_pass_t’ was not declared in this scope
  8448. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>>
  8449. ^
  8450. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  8451. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  8452. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  8453. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  8454. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  8455. from /usr/include/glibmm-2.4/glibmm.h:87,
  8456. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  8457. from applet.cpp:29:
  8458. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  8459. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  8460. ^
  8461. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1173:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  8462. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>>
  8463. ^
  8464. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  8465. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  8466. ^
  8467. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1173:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  8468. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>>
  8469. ^
  8470. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  8471. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  8472. ^
  8473. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1173:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  8474. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>>
  8475. ^
  8476. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  8477. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  8478. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  8479. from /usr/include/glibmm-2.4/glibmm.h:87,
  8480. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  8481. from applet.cpp:29:
  8482. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1173:117: error: expected primary-expression before ‘>’ token
  8483. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>>
  8484. ^
  8485. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1173:118: error: expected primary-expression before ‘,’ token
  8486. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>>
  8487. ^
  8488. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1173:144: error: expected primary-expression before ‘>’ token
  8489. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>>
  8490. ^
  8491. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1173:145: error: expected primary-expression before ‘,’ token
  8492. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>>
  8493. ^
  8494. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1173:205: error: expected ‘(’ before ‘>>’ token
  8495. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>>
  8496. ^
  8497. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: In member function ‘typename sigc::bind_functor<-1, T_functor, T_type1, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::deduce_result_type<T_arg1, T_arg2, T_arg3, T_arg4>::type sigc::bind_functor<-1, T_functor, T_type1, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::operator()(T_arg1, T_arg2, T_arg3, T_arg4)’:
  8498. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1197:66: error: ‘type_trait_pass_t’ was not declared in this scope
  8499. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>>
  8500. ^
  8501. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  8502. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  8503. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  8504. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  8505. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  8506. from /usr/include/glibmm-2.4/glibmm.h:87,
  8507. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  8508. from applet.cpp:29:
  8509. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  8510. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  8511. ^
  8512. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1197:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  8513. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>>
  8514. ^
  8515. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  8516. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  8517. ^
  8518. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1197:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  8519. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>>
  8520. ^
  8521. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  8522. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  8523. ^
  8524. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1197:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  8525. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>>
  8526. ^
  8527. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  8528. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  8529. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  8530. from /usr/include/glibmm-2.4/glibmm.h:87,
  8531. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  8532. from applet.cpp:29:
  8533. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1197:117: error: expected primary-expression before ‘>’ token
  8534. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>>
  8535. ^
  8536. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1197:118: error: expected primary-expression before ‘,’ token
  8537. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>>
  8538. ^
  8539. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1197:144: error: expected primary-expression before ‘>’ token
  8540. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>>
  8541. ^
  8542. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1197:145: error: expected primary-expression before ‘,’ token
  8543. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>>
  8544. ^
  8545. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1197:171: error: expected primary-expression before ‘>’ token
  8546. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>>
  8547. ^
  8548. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1197:172: error: expected primary-expression before ‘,’ token
  8549. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>>
  8550. ^
  8551. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1197:232: error: expected ‘(’ before ‘>>’ token
  8552. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>>
  8553. ^
  8554. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: In member function ‘typename sigc::bind_functor<-1, T_functor, T_type1, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::deduce_result_type<T_arg1, T_arg2, T_arg3, T_arg4, T_arg5>::type sigc::bind_functor<-1, T_functor, T_type1, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::operator()(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5)’:
  8555. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1222:66: error: ‘type_trait_pass_t’ was not declared in this scope
  8556. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>>
  8557. ^
  8558. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  8559. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  8560. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  8561. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  8562. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  8563. from /usr/include/glibmm-2.4/glibmm.h:87,
  8564. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  8565. from applet.cpp:29:
  8566. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  8567. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  8568. ^
  8569. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1222:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  8570. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>>
  8571. ^
  8572. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  8573. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  8574. ^
  8575. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1222:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  8576. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>>
  8577. ^
  8578. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  8579. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  8580. ^
  8581. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1222:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  8582. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>>
  8583. ^
  8584. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  8585. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  8586. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  8587. from /usr/include/glibmm-2.4/glibmm.h:87,
  8588. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  8589. from applet.cpp:29:
  8590. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1222:117: error: expected primary-expression before ‘>’ token
  8591. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>>
  8592. ^
  8593. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1222:118: error: expected primary-expression before ‘,’ token
  8594. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>>
  8595. ^
  8596. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1222:144: error: expected primary-expression before ‘>’ token
  8597. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>>
  8598. ^
  8599. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1222:145: error: expected primary-expression before ‘,’ token
  8600. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>>
  8601. ^
  8602. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1222:171: error: expected primary-expression before ‘>’ token
  8603. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>>
  8604. ^
  8605. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1222:172: error: expected primary-expression before ‘,’ token
  8606. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>>
  8607. ^
  8608. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1222:198: error: expected primary-expression before ‘>’ token
  8609. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>>
  8610. ^
  8611. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1222:199: error: expected primary-expression before ‘,’ token
  8612. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>>
  8613. ^
  8614. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1222:259: error: expected ‘(’ before ‘>>’ token
  8615. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>>
  8616. ^
  8617. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: In member function ‘typename sigc::bind_functor<-1, T_functor, T_type1, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::deduce_result_type<T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6>::type sigc::bind_functor<-1, T_functor, T_type1, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::operator()(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6)’:
  8618. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1248:66: error: ‘type_trait_pass_t’ was not declared in this scope
  8619. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>>
  8620. ^
  8621. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  8622. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  8623. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  8624. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  8625. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  8626. from /usr/include/glibmm-2.4/glibmm.h:87,
  8627. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  8628. from applet.cpp:29:
  8629. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  8630. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  8631. ^
  8632. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1248:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  8633. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>>
  8634. ^
  8635. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  8636. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  8637. ^
  8638. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1248:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  8639. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>>
  8640. ^
  8641. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  8642. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  8643. ^
  8644. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1248:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  8645. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>>
  8646. ^
  8647. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  8648. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  8649. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  8650. from /usr/include/glibmm-2.4/glibmm.h:87,
  8651. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  8652. from applet.cpp:29:
  8653. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1248:117: error: expected primary-expression before ‘>’ token
  8654. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>>
  8655. ^
  8656. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1248:118: error: expected primary-expression before ‘,’ token
  8657. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>>
  8658. ^
  8659. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1248:144: error: expected primary-expression before ‘>’ token
  8660. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>>
  8661. ^
  8662. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1248:145: error: expected primary-expression before ‘,’ token
  8663. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>>
  8664. ^
  8665. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1248:171: error: expected primary-expression before ‘>’ token
  8666. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>>
  8667. ^
  8668. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1248:172: error: expected primary-expression before ‘,’ token
  8669. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>>
  8670. ^
  8671. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1248:198: error: expected primary-expression before ‘>’ token
  8672. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>>
  8673. ^
  8674. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1248:199: error: expected primary-expression before ‘,’ token
  8675. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>>
  8676. ^
  8677. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1248:225: error: expected primary-expression before ‘>’ token
  8678. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>>
  8679. ^
  8680. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1248:226: error: expected primary-expression before ‘,’ token
  8681. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>>
  8682. ^
  8683. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1248:286: error: expected ‘(’ before ‘>>’ token
  8684. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>>
  8685. ^
  8686. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: At global scope:
  8687. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1305:66: error: ‘type_trait_pass_t’ was not declared in this scope
  8688. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>>::type type; };
  8689. ^
  8690. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1305:47: error: parse error in template argument list
  8691. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>>::type type; };
  8692. ^
  8693. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1305:91: error: expected unqualified-id before ‘,’ token
  8694. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>>::type type; };
  8695. ^
  8696. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1308:66: error: ‘type_trait_pass_t’ was not declared in this scope
  8697. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>>::type type; };
  8698. ^
  8699. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1308:47: error: parse error in template argument list
  8700. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>>::type type; };
  8701. ^
  8702. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1308:91: error: expected unqualified-id before ‘,’ token
  8703. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>>::type type; };
  8704. ^
  8705. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1311:66: error: ‘type_trait_pass_t’ was not declared in this scope
  8706. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>>::type type; };
  8707. ^
  8708. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1311:47: error: parse error in template argument list
  8709. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>>::type type; };
  8710. ^
  8711. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1311:91: error: expected unqualified-id before ‘,’ token
  8712. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>>::type type; };
  8713. ^
  8714. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1314:66: error: ‘type_trait_pass_t’ was not declared in this scope
  8715. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>>::type type; };
  8716. ^
  8717. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1314:47: error: parse error in template argument list
  8718. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>>::type type; };
  8719. ^
  8720. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1314:91: error: expected unqualified-id before ‘,’ token
  8721. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>>::type type; };
  8722. ^
  8723. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1317:66: error: ‘type_trait_pass_t’ was not declared in this scope
  8724. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>>::type type; };
  8725. ^
  8726. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1317:47: error: parse error in template argument list
  8727. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>>::type type; };
  8728. ^
  8729. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1317:91: error: expected unqualified-id before ‘,’ token
  8730. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>>::type type; };
  8731. ^
  8732. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1456:33: error: expected ‘)’ before ‘<’ token
  8733. bind_functor(type_trait_take_t<T_functor> _A_func, type_trait_take_t<T_type1> _A_bound1, type_trait_take_t<T_type2> _A_bound2)
  8734. ^
  8735. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: In member function ‘sigc::bind_functor<-1, T_functor, T_type1, T_type2, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::result_type sigc::bind_functor<-1, T_functor, T_type1, T_type2, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::operator()()’:
  8736. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1333:64: error: ‘type_trait_pass_t’ was not declared in this scope
  8737. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>> (bound1_.invoke(), bound2_.invoke());
  8738. ^
  8739. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  8740. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  8741. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  8742. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  8743. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  8744. from /usr/include/glibmm-2.4/glibmm.h:87,
  8745. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  8746. from applet.cpp:29:
  8747. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  8748. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  8749. ^
  8750. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1333:27: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  8751. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>> (bound1_.invoke(), bound2_.invoke());
  8752. ^
  8753. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  8754. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  8755. ^
  8756. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1333:27: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  8757. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>> (bound1_.invoke(), bound2_.invoke());
  8758. ^
  8759. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  8760. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  8761. ^
  8762. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1333:27: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  8763. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>> (bound1_.invoke(), bound2_.invoke());
  8764. ^
  8765. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  8766. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  8767. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  8768. from /usr/include/glibmm-2.4/glibmm.h:87,
  8769. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  8770. from applet.cpp:29:
  8771. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1333:183: error: expected ‘(’ before ‘>>’ token
  8772. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>> (bound1_.invoke(), bound2_.invoke());
  8773. ^
  8774. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: In member function ‘typename sigc::bind_functor<-1, T_functor, T_type1, T_type2, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::deduce_result_type<T_arg1>::type sigc::bind_functor<-1, T_functor, T_type1, T_type2, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::operator()(T_arg1)’:
  8775. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1344:66: error: ‘type_trait_pass_t’ was not declared in this scope
  8776. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>>
  8777. ^
  8778. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  8779. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  8780. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  8781. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  8782. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  8783. from /usr/include/glibmm-2.4/glibmm.h:87,
  8784. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  8785. from applet.cpp:29:
  8786. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  8787. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  8788. ^
  8789. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1344:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  8790. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>>
  8791. ^
  8792. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  8793. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  8794. ^
  8795. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1344:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  8796. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>>
  8797. ^
  8798. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  8799. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  8800. ^
  8801. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1344:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  8802. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>>
  8803. ^
  8804. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  8805. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  8806. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  8807. from /usr/include/glibmm-2.4/glibmm.h:87,
  8808. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  8809. from applet.cpp:29:
  8810. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1344:151: error: expected ‘(’ before ‘>’ token
  8811. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>>
  8812. ^
  8813. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1344:152: error: expected primary-expression before ‘,’ token
  8814. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>>
  8815. ^
  8816. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1344:212: error: expected ‘(’ before ‘>>’ token
  8817. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>>
  8818. ^
  8819. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: In member function ‘typename sigc::bind_functor<-1, T_functor, T_type1, T_type2, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::deduce_result_type<T_arg1, T_arg2>::type sigc::bind_functor<-1, T_functor, T_type1, T_type2, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::operator()(T_arg1, T_arg2)’:
  8820. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1366:66: error: ‘type_trait_pass_t’ was not declared in this scope
  8821. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>>
  8822. ^
  8823. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  8824. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  8825. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  8826. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  8827. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  8828. from /usr/include/glibmm-2.4/glibmm.h:87,
  8829. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  8830. from applet.cpp:29:
  8831. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  8832. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  8833. ^
  8834. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1366:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  8835. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>>
  8836. ^
  8837. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  8838. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  8839. ^
  8840. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1366:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  8841. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>>
  8842. ^
  8843. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  8844. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  8845. ^
  8846. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1366:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  8847. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>>
  8848. ^
  8849. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  8850. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  8851. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  8852. from /usr/include/glibmm-2.4/glibmm.h:87,
  8853. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  8854. from applet.cpp:29:
  8855. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1366:117: error: expected primary-expression before ‘>’ token
  8856. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>>
  8857. ^
  8858. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1366:118: error: expected primary-expression before ‘,’ token
  8859. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>>
  8860. ^
  8861. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1366:178: error: expected ‘(’ before ‘>’ token
  8862. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>>
  8863. ^
  8864. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1366:179: error: expected primary-expression before ‘,’ token
  8865. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>>
  8866. ^
  8867. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1366:239: error: expected ‘(’ before ‘>>’ token
  8868. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>>
  8869. ^
  8870. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: In member function ‘typename sigc::bind_functor<-1, T_functor, T_type1, T_type2, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::deduce_result_type<T_arg1, T_arg2, T_arg3>::type sigc::bind_functor<-1, T_functor, T_type1, T_type2, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::operator()(T_arg1, T_arg2, T_arg3)’:
  8871. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1389:66: error: ‘type_trait_pass_t’ was not declared in this scope
  8872. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>>
  8873. ^
  8874. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  8875. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  8876. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  8877. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  8878. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  8879. from /usr/include/glibmm-2.4/glibmm.h:87,
  8880. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  8881. from applet.cpp:29:
  8882. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  8883. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  8884. ^
  8885. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1389:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  8886. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>>
  8887. ^
  8888. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  8889. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  8890. ^
  8891. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1389:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  8892. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>>
  8893. ^
  8894. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  8895. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  8896. ^
  8897. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1389:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  8898. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>>
  8899. ^
  8900. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  8901. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  8902. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  8903. from /usr/include/glibmm-2.4/glibmm.h:87,
  8904. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  8905. from applet.cpp:29:
  8906. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1389:117: error: expected primary-expression before ‘>’ token
  8907. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>>
  8908. ^
  8909. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1389:118: error: expected primary-expression before ‘,’ token
  8910. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>>
  8911. ^
  8912. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1389:144: error: expected primary-expression before ‘>’ token
  8913. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>>
  8914. ^
  8915. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1389:145: error: expected primary-expression before ‘,’ token
  8916. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>>
  8917. ^
  8918. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1389:205: error: expected ‘(’ before ‘>’ token
  8919. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>>
  8920. ^
  8921. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1389:206: error: expected primary-expression before ‘,’ token
  8922. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>>
  8923. ^
  8924. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1389:266: error: expected ‘(’ before ‘>>’ token
  8925. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>>
  8926. ^
  8927. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: In member function ‘typename sigc::bind_functor<-1, T_functor, T_type1, T_type2, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::deduce_result_type<T_arg1, T_arg2, T_arg3, T_arg4>::type sigc::bind_functor<-1, T_functor, T_type1, T_type2, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::operator()(T_arg1, T_arg2, T_arg3, T_arg4)’:
  8928. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1413:66: error: ‘type_trait_pass_t’ was not declared in this scope
  8929. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>>
  8930. ^
  8931. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  8932. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  8933. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  8934. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  8935. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  8936. from /usr/include/glibmm-2.4/glibmm.h:87,
  8937. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  8938. from applet.cpp:29:
  8939. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  8940. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  8941. ^
  8942. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1413:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  8943. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>>
  8944. ^
  8945. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  8946. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  8947. ^
  8948. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1413:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  8949. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>>
  8950. ^
  8951. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  8952. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  8953. ^
  8954. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1413:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  8955. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>>
  8956. ^
  8957. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  8958. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  8959. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  8960. from /usr/include/glibmm-2.4/glibmm.h:87,
  8961. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  8962. from applet.cpp:29:
  8963. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1413:117: error: expected primary-expression before ‘>’ token
  8964. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>>
  8965. ^
  8966. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1413:118: error: expected primary-expression before ‘,’ token
  8967. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>>
  8968. ^
  8969. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1413:144: error: expected primary-expression before ‘>’ token
  8970. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>>
  8971. ^
  8972. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1413:145: error: expected primary-expression before ‘,’ token
  8973. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>>
  8974. ^
  8975. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1413:171: error: expected primary-expression before ‘>’ token
  8976. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>>
  8977. ^
  8978. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1413:172: error: expected primary-expression before ‘,’ token
  8979. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>>
  8980. ^
  8981. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1413:232: error: expected ‘(’ before ‘>’ token
  8982. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>>
  8983. ^
  8984. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1413:233: error: expected primary-expression before ‘,’ token
  8985. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>>
  8986. ^
  8987. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1413:293: error: expected ‘(’ before ‘>>’ token
  8988. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>>
  8989. ^
  8990. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: In member function ‘typename sigc::bind_functor<-1, T_functor, T_type1, T_type2, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::deduce_result_type<T_arg1, T_arg2, T_arg3, T_arg4, T_arg5>::type sigc::bind_functor<-1, T_functor, T_type1, T_type2, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::operator()(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5)’:
  8991. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1438:66: error: ‘type_trait_pass_t’ was not declared in this scope
  8992. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>>
  8993. ^
  8994. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  8995. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  8996. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  8997. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  8998. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  8999. from /usr/include/glibmm-2.4/glibmm.h:87,
  9000. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  9001. from applet.cpp:29:
  9002. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  9003. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  9004. ^
  9005. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1438:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  9006. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>>
  9007. ^
  9008. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  9009. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  9010. ^
  9011. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1438:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  9012. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>>
  9013. ^
  9014. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  9015. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  9016. ^
  9017. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1438:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  9018. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>>
  9019. ^
  9020. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  9021. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  9022. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  9023. from /usr/include/glibmm-2.4/glibmm.h:87,
  9024. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  9025. from applet.cpp:29:
  9026. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1438:117: error: expected primary-expression before ‘>’ token
  9027. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>>
  9028. ^
  9029. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1438:118: error: expected primary-expression before ‘,’ token
  9030. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>>
  9031. ^
  9032. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1438:144: error: expected primary-expression before ‘>’ token
  9033. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>>
  9034. ^
  9035. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1438:145: error: expected primary-expression before ‘,’ token
  9036. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>>
  9037. ^
  9038. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1438:171: error: expected primary-expression before ‘>’ token
  9039. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>>
  9040. ^
  9041. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1438:172: error: expected primary-expression before ‘,’ token
  9042. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>>
  9043. ^
  9044. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1438:198: error: expected primary-expression before ‘>’ token
  9045. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>>
  9046. ^
  9047. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1438:199: error: expected primary-expression before ‘,’ token
  9048. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>>
  9049. ^
  9050. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1438:259: error: expected ‘(’ before ‘>’ token
  9051. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>>
  9052. ^
  9053. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1438:260: error: expected primary-expression before ‘,’ token
  9054. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>>
  9055. ^
  9056. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1438:320: error: expected ‘(’ before ‘>>’ token
  9057. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>>
  9058. ^
  9059. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: At global scope:
  9060. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1497:66: error: ‘type_trait_pass_t’ was not declared in this scope
  9061. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>>::type type; };
  9062. ^
  9063. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1497:47: error: parse error in template argument list
  9064. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>>::type type; };
  9065. ^
  9066. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1497:91: error: expected unqualified-id before ‘,’ token
  9067. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>>::type type; };
  9068. ^
  9069. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1500:66: error: ‘type_trait_pass_t’ was not declared in this scope
  9070. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>>::type type; };
  9071. ^
  9072. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1500:47: error: parse error in template argument list
  9073. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>>::type type; };
  9074. ^
  9075. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1500:91: error: expected unqualified-id before ‘,’ token
  9076. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>>::type type; };
  9077. ^
  9078. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1503:66: error: ‘type_trait_pass_t’ was not declared in this scope
  9079. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>>::type type; };
  9080. ^
  9081. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1503:47: error: parse error in template argument list
  9082. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>>::type type; };
  9083. ^
  9084. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1503:91: error: expected unqualified-id before ‘,’ token
  9085. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>>::type type; };
  9086. ^
  9087. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1506:66: error: ‘type_trait_pass_t’ was not declared in this scope
  9088. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>>::type type; };
  9089. ^
  9090. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1506:47: error: parse error in template argument list
  9091. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>>::type type; };
  9092. ^
  9093. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1506:91: error: expected unqualified-id before ‘,’ token
  9094. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>>::type type; };
  9095. ^
  9096. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1621:33: error: expected ‘)’ before ‘<’ token
  9097. bind_functor(type_trait_take_t<T_functor> _A_func, type_trait_take_t<T_type1> _A_bound1, type_trait_take_t<T_type2> _A_bound2, type_trait_take_t<T_type3> _A_bound3)
  9098. ^
  9099. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: In member function ‘sigc::bind_functor<-1, T_functor, T_type1, T_type2, T_type3, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::result_type sigc::bind_functor<-1, T_functor, T_type1, T_type2, T_type3, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::operator()()’:
  9100. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1522:64: error: ‘type_trait_pass_t’ was not declared in this scope
  9101. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>> (bound1_.invoke(), bound2_.invoke(), bound3_.invoke());
  9102. ^
  9103. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  9104. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  9105. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  9106. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  9107. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  9108. from /usr/include/glibmm-2.4/glibmm.h:87,
  9109. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  9110. from applet.cpp:29:
  9111. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  9112. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  9113. ^
  9114. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1522:27: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  9115. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>> (bound1_.invoke(), bound2_.invoke(), bound3_.invoke());
  9116. ^
  9117. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  9118. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  9119. ^
  9120. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1522:27: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  9121. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>> (bound1_.invoke(), bound2_.invoke(), bound3_.invoke());
  9122. ^
  9123. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  9124. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  9125. ^
  9126. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1522:27: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  9127. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>> (bound1_.invoke(), bound2_.invoke(), bound3_.invoke());
  9128. ^
  9129. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  9130. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  9131. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  9132. from /usr/include/glibmm-2.4/glibmm.h:87,
  9133. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  9134. from applet.cpp:29:
  9135. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1522:183: error: expected ‘(’ before ‘>’ token
  9136. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>> (bound1_.invoke(), bound2_.invoke(), bound3_.invoke());
  9137. ^
  9138. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1522:184: error: expected primary-expression before ‘,’ token
  9139. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>> (bound1_.invoke(), bound2_.invoke(), bound3_.invoke());
  9140. ^
  9141. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1522:244: error: expected ‘(’ before ‘>>’ token
  9142. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>> (bound1_.invoke(), bound2_.invoke(), bound3_.invoke());
  9143. ^
  9144. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: In member function ‘typename sigc::bind_functor<-1, T_functor, T_type1, T_type2, T_type3, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::deduce_result_type<T_arg1>::type sigc::bind_functor<-1, T_functor, T_type1, T_type2, T_type3, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::operator()(T_arg1)’:
  9145. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1533:66: error: ‘type_trait_pass_t’ was not declared in this scope
  9146. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>>
  9147. ^
  9148. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  9149. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  9150. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  9151. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  9152. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  9153. from /usr/include/glibmm-2.4/glibmm.h:87,
  9154. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  9155. from applet.cpp:29:
  9156. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  9157. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  9158. ^
  9159. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1533:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  9160. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>>
  9161. ^
  9162. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  9163. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  9164. ^
  9165. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1533:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  9166. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>>
  9167. ^
  9168. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  9169. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  9170. ^
  9171. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1533:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  9172. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>>
  9173. ^
  9174. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  9175. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  9176. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  9177. from /usr/include/glibmm-2.4/glibmm.h:87,
  9178. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  9179. from applet.cpp:29:
  9180. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1533:151: error: expected ‘(’ before ‘>’ token
  9181. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>>
  9182. ^
  9183. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1533:152: error: expected primary-expression before ‘,’ token
  9184. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>>
  9185. ^
  9186. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1533:212: error: expected ‘(’ before ‘>’ token
  9187. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>>
  9188. ^
  9189. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1533:213: error: expected primary-expression before ‘,’ token
  9190. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>>
  9191. ^
  9192. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1533:273: error: expected ‘(’ before ‘>>’ token
  9193. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>>
  9194. ^
  9195. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: In member function ‘typename sigc::bind_functor<-1, T_functor, T_type1, T_type2, T_type3, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::deduce_result_type<T_arg1, T_arg2>::type sigc::bind_functor<-1, T_functor, T_type1, T_type2, T_type3, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::operator()(T_arg1, T_arg2)’:
  9196. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1555:66: error: ‘type_trait_pass_t’ was not declared in this scope
  9197. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>>
  9198. ^
  9199. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  9200. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  9201. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  9202. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  9203. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  9204. from /usr/include/glibmm-2.4/glibmm.h:87,
  9205. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  9206. from applet.cpp:29:
  9207. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  9208. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  9209. ^
  9210. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1555:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  9211. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>>
  9212. ^
  9213. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  9214. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  9215. ^
  9216. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1555:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  9217. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>>
  9218. ^
  9219. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  9220. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  9221. ^
  9222. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1555:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  9223. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>>
  9224. ^
  9225. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  9226. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  9227. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  9228. from /usr/include/glibmm-2.4/glibmm.h:87,
  9229. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  9230. from applet.cpp:29:
  9231. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1555:117: error: expected primary-expression before ‘>’ token
  9232. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>>
  9233. ^
  9234. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1555:118: error: expected primary-expression before ‘,’ token
  9235. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>>
  9236. ^
  9237. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1555:178: error: expected ‘(’ before ‘>’ token
  9238. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>>
  9239. ^
  9240. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1555:179: error: expected primary-expression before ‘,’ token
  9241. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>>
  9242. ^
  9243. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1555:239: error: expected ‘(’ before ‘>’ token
  9244. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>>
  9245. ^
  9246. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1555:240: error: expected primary-expression before ‘,’ token
  9247. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>>
  9248. ^
  9249. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1555:300: error: expected ‘(’ before ‘>>’ token
  9250. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>>
  9251. ^
  9252. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: In member function ‘typename sigc::bind_functor<-1, T_functor, T_type1, T_type2, T_type3, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::deduce_result_type<T_arg1, T_arg2, T_arg3>::type sigc::bind_functor<-1, T_functor, T_type1, T_type2, T_type3, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::operator()(T_arg1, T_arg2, T_arg3)’:
  9253. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1578:66: error: ‘type_trait_pass_t’ was not declared in this scope
  9254. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>>
  9255. ^
  9256. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  9257. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  9258. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  9259. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  9260. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  9261. from /usr/include/glibmm-2.4/glibmm.h:87,
  9262. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  9263. from applet.cpp:29:
  9264. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  9265. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  9266. ^
  9267. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1578:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  9268. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>>
  9269. ^
  9270. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  9271. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  9272. ^
  9273. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1578:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  9274. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>>
  9275. ^
  9276. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  9277. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  9278. ^
  9279. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1578:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  9280. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>>
  9281. ^
  9282. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  9283. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  9284. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  9285. from /usr/include/glibmm-2.4/glibmm.h:87,
  9286. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  9287. from applet.cpp:29:
  9288. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1578:117: error: expected primary-expression before ‘>’ token
  9289. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>>
  9290. ^
  9291. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1578:118: error: expected primary-expression before ‘,’ token
  9292. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>>
  9293. ^
  9294. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1578:144: error: expected primary-expression before ‘>’ token
  9295. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>>
  9296. ^
  9297. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1578:145: error: expected primary-expression before ‘,’ token
  9298. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>>
  9299. ^
  9300. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1578:205: error: expected ‘(’ before ‘>’ token
  9301. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>>
  9302. ^
  9303. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1578:206: error: expected primary-expression before ‘,’ token
  9304. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>>
  9305. ^
  9306. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1578:266: error: expected ‘(’ before ‘>’ token
  9307. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>>
  9308. ^
  9309. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1578:267: error: expected primary-expression before ‘,’ token
  9310. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>>
  9311. ^
  9312. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1578:327: error: expected ‘(’ before ‘>>’ token
  9313. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>>
  9314. ^
  9315. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: In member function ‘typename sigc::bind_functor<-1, T_functor, T_type1, T_type2, T_type3, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::deduce_result_type<T_arg1, T_arg2, T_arg3, T_arg4>::type sigc::bind_functor<-1, T_functor, T_type1, T_type2, T_type3, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::operator()(T_arg1, T_arg2, T_arg3, T_arg4)’:
  9316. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1602:66: error: ‘type_trait_pass_t’ was not declared in this scope
  9317. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>>
  9318. ^
  9319. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  9320. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  9321. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  9322. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  9323. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  9324. from /usr/include/glibmm-2.4/glibmm.h:87,
  9325. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  9326. from applet.cpp:29:
  9327. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  9328. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  9329. ^
  9330. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1602:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  9331. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>>
  9332. ^
  9333. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  9334. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  9335. ^
  9336. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1602:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  9337. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>>
  9338. ^
  9339. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  9340. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  9341. ^
  9342. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1602:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  9343. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>>
  9344. ^
  9345. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  9346. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  9347. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  9348. from /usr/include/glibmm-2.4/glibmm.h:87,
  9349. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  9350. from applet.cpp:29:
  9351. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1602:117: error: expected primary-expression before ‘>’ token
  9352. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>>
  9353. ^
  9354. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1602:118: error: expected primary-expression before ‘,’ token
  9355. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>>
  9356. ^
  9357. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1602:144: error: expected primary-expression before ‘>’ token
  9358. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>>
  9359. ^
  9360. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1602:145: error: expected primary-expression before ‘,’ token
  9361. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>>
  9362. ^
  9363. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1602:171: error: expected primary-expression before ‘>’ token
  9364. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>>
  9365. ^
  9366. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1602:172: error: expected primary-expression before ‘,’ token
  9367. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>>
  9368. ^
  9369. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1602:232: error: expected ‘(’ before ‘>’ token
  9370. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>>
  9371. ^
  9372. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1602:233: error: expected primary-expression before ‘,’ token
  9373. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>>
  9374. ^
  9375. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1602:293: error: expected ‘(’ before ‘>’ token
  9376. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>>
  9377. ^
  9378. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1602:294: error: expected primary-expression before ‘,’ token
  9379. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>>
  9380. ^
  9381. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1602:354: error: expected ‘(’ before ‘>>’ token
  9382. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>>
  9383. ^
  9384. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: At global scope:
  9385. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1664:66: error: ‘type_trait_pass_t’ was not declared in this scope
  9386. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>>::type type; };
  9387. ^
  9388. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1664:47: error: parse error in template argument list
  9389. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>>::type type; };
  9390. ^
  9391. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1664:91: error: expected unqualified-id before ‘,’ token
  9392. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>>::type type; };
  9393. ^
  9394. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1667:66: error: ‘type_trait_pass_t’ was not declared in this scope
  9395. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>>::type type; };
  9396. ^
  9397. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1667:47: error: parse error in template argument list
  9398. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>>::type type; };
  9399. ^
  9400. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1667:91: error: expected unqualified-id before ‘,’ token
  9401. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>>::type type; };
  9402. ^
  9403. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1670:66: error: ‘type_trait_pass_t’ was not declared in this scope
  9404. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>>::type type; };
  9405. ^
  9406. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1670:47: error: parse error in template argument list
  9407. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>>::type type; };
  9408. ^
  9409. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1670:91: error: expected unqualified-id before ‘,’ token
  9410. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>>::type type; };
  9411. ^
  9412. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1762:33: error: expected ‘)’ before ‘<’ token
  9413. bind_functor(type_trait_take_t<T_functor> _A_func, type_trait_take_t<T_type1> _A_bound1, type_trait_take_t<T_type2> _A_bound2, type_trait_take_t<T_type3> _A_bound3, type_trait_take_t<T_type4> _A_bound4)
  9414. ^
  9415. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: In member function ‘sigc::bind_functor<-1, T_functor, T_type1, T_type2, T_type3, T_type4, sigc::nil, sigc::nil, sigc::nil>::result_type sigc::bind_functor<-1, T_functor, T_type1, T_type2, T_type3, T_type4, sigc::nil, sigc::nil, sigc::nil>::operator()()’:
  9416. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1686:64: error: ‘type_trait_pass_t’ was not declared in this scope
  9417. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>> (bound1_.invoke(), bound2_.invoke(), bound3_.invoke(), bound4_.invoke());
  9418. ^
  9419. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  9420. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  9421. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  9422. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  9423. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  9424. from /usr/include/glibmm-2.4/glibmm.h:87,
  9425. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  9426. from applet.cpp:29:
  9427. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  9428. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  9429. ^
  9430. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1686:27: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  9431. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>> (bound1_.invoke(), bound2_.invoke(), bound3_.invoke(), bound4_.invoke());
  9432. ^
  9433. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  9434. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  9435. ^
  9436. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1686:27: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  9437. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>> (bound1_.invoke(), bound2_.invoke(), bound3_.invoke(), bound4_.invoke());
  9438. ^
  9439. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  9440. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  9441. ^
  9442. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1686:27: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  9443. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>> (bound1_.invoke(), bound2_.invoke(), bound3_.invoke(), bound4_.invoke());
  9444. ^
  9445. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  9446. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  9447. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  9448. from /usr/include/glibmm-2.4/glibmm.h:87,
  9449. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  9450. from applet.cpp:29:
  9451. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1686:183: error: expected ‘(’ before ‘>’ token
  9452. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>> (bound1_.invoke(), bound2_.invoke(), bound3_.invoke(), bound4_.invoke());
  9453. ^
  9454. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1686:184: error: expected primary-expression before ‘,’ token
  9455. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>> (bound1_.invoke(), bound2_.invoke(), bound3_.invoke(), bound4_.invoke());
  9456. ^
  9457. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1686:244: error: expected ‘(’ before ‘>’ token
  9458. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>> (bound1_.invoke(), bound2_.invoke(), bound3_.invoke(), bound4_.invoke());
  9459. ^
  9460. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1686:245: error: expected primary-expression before ‘,’ token
  9461. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>> (bound1_.invoke(), bound2_.invoke(), bound3_.invoke(), bound4_.invoke());
  9462. ^
  9463. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1686:305: error: expected ‘(’ before ‘>>’ token
  9464. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>> (bound1_.invoke(), bound2_.invoke(), bound3_.invoke(), bound4_.invoke());
  9465. ^
  9466. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: In member function ‘typename sigc::bind_functor<-1, T_functor, T_type1, T_type2, T_type3, T_type4, sigc::nil, sigc::nil, sigc::nil>::deduce_result_type<T_arg1>::type sigc::bind_functor<-1, T_functor, T_type1, T_type2, T_type3, T_type4, sigc::nil, sigc::nil, sigc::nil>::operator()(T_arg1)’:
  9467. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1697:66: error: ‘type_trait_pass_t’ was not declared in this scope
  9468. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>>
  9469. ^
  9470. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  9471. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  9472. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  9473. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  9474. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  9475. from /usr/include/glibmm-2.4/glibmm.h:87,
  9476. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  9477. from applet.cpp:29:
  9478. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  9479. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  9480. ^
  9481. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1697:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  9482. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>>
  9483. ^
  9484. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  9485. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  9486. ^
  9487. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1697:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  9488. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>>
  9489. ^
  9490. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  9491. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  9492. ^
  9493. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1697:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  9494. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>>
  9495. ^
  9496. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  9497. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  9498. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  9499. from /usr/include/glibmm-2.4/glibmm.h:87,
  9500. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  9501. from applet.cpp:29:
  9502. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1697:151: error: expected ‘(’ before ‘>’ token
  9503. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>>
  9504. ^
  9505. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1697:152: error: expected primary-expression before ‘,’ token
  9506. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>>
  9507. ^
  9508. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1697:212: error: expected ‘(’ before ‘>’ token
  9509. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>>
  9510. ^
  9511. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1697:213: error: expected primary-expression before ‘,’ token
  9512. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>>
  9513. ^
  9514. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1697:273: error: expected ‘(’ before ‘>’ token
  9515. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>>
  9516. ^
  9517. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1697:274: error: expected primary-expression before ‘,’ token
  9518. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>>
  9519. ^
  9520. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1697:334: error: expected ‘(’ before ‘>>’ token
  9521. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>>
  9522. ^
  9523. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: In member function ‘typename sigc::bind_functor<-1, T_functor, T_type1, T_type2, T_type3, T_type4, sigc::nil, sigc::nil, sigc::nil>::deduce_result_type<T_arg1, T_arg2>::type sigc::bind_functor<-1, T_functor, T_type1, T_type2, T_type3, T_type4, sigc::nil, sigc::nil, sigc::nil>::operator()(T_arg1, T_arg2)’:
  9524. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1719:66: error: ‘type_trait_pass_t’ was not declared in this scope
  9525. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>>
  9526. ^
  9527. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  9528. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  9529. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  9530. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  9531. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  9532. from /usr/include/glibmm-2.4/glibmm.h:87,
  9533. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  9534. from applet.cpp:29:
  9535. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  9536. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  9537. ^
  9538. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1719:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  9539. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>>
  9540. ^
  9541. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  9542. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  9543. ^
  9544. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1719:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  9545. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>>
  9546. ^
  9547. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  9548. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  9549. ^
  9550. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1719:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  9551. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>>
  9552. ^
  9553. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  9554. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  9555. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  9556. from /usr/include/glibmm-2.4/glibmm.h:87,
  9557. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  9558. from applet.cpp:29:
  9559. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1719:117: error: expected primary-expression before ‘>’ token
  9560. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>>
  9561. ^
  9562. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1719:118: error: expected primary-expression before ‘,’ token
  9563. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>>
  9564. ^
  9565. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1719:178: error: expected ‘(’ before ‘>’ token
  9566. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>>
  9567. ^
  9568. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1719:179: error: expected primary-expression before ‘,’ token
  9569. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>>
  9570. ^
  9571. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1719:239: error: expected ‘(’ before ‘>’ token
  9572. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>>
  9573. ^
  9574. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1719:240: error: expected primary-expression before ‘,’ token
  9575. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>>
  9576. ^
  9577. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1719:300: error: expected ‘(’ before ‘>’ token
  9578. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>>
  9579. ^
  9580. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1719:301: error: expected primary-expression before ‘,’ token
  9581. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>>
  9582. ^
  9583. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1719:361: error: expected ‘(’ before ‘>>’ token
  9584. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>>
  9585. ^
  9586. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: In member function ‘typename sigc::bind_functor<-1, T_functor, T_type1, T_type2, T_type3, T_type4, sigc::nil, sigc::nil, sigc::nil>::deduce_result_type<T_arg1, T_arg2, T_arg3>::type sigc::bind_functor<-1, T_functor, T_type1, T_type2, T_type3, T_type4, sigc::nil, sigc::nil, sigc::nil>::operator()(T_arg1, T_arg2, T_arg3)’:
  9587. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1742:66: error: ‘type_trait_pass_t’ was not declared in this scope
  9588. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>>
  9589. ^
  9590. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  9591. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  9592. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  9593. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  9594. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  9595. from /usr/include/glibmm-2.4/glibmm.h:87,
  9596. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  9597. from applet.cpp:29:
  9598. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  9599. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  9600. ^
  9601. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1742:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  9602. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>>
  9603. ^
  9604. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  9605. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  9606. ^
  9607. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1742:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  9608. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>>
  9609. ^
  9610. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  9611. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  9612. ^
  9613. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1742:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  9614. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>>
  9615. ^
  9616. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  9617. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  9618. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  9619. from /usr/include/glibmm-2.4/glibmm.h:87,
  9620. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  9621. from applet.cpp:29:
  9622. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1742:117: error: expected primary-expression before ‘>’ token
  9623. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>>
  9624. ^
  9625. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1742:118: error: expected primary-expression before ‘,’ token
  9626. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>>
  9627. ^
  9628. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1742:144: error: expected primary-expression before ‘>’ token
  9629. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>>
  9630. ^
  9631. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1742:145: error: expected primary-expression before ‘,’ token
  9632. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>>
  9633. ^
  9634. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1742:205: error: expected ‘(’ before ‘>’ token
  9635. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>>
  9636. ^
  9637. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1742:206: error: expected primary-expression before ‘,’ token
  9638. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>>
  9639. ^
  9640. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1742:266: error: expected ‘(’ before ‘>’ token
  9641. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>>
  9642. ^
  9643. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1742:267: error: expected primary-expression before ‘,’ token
  9644. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>>
  9645. ^
  9646. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1742:327: error: expected ‘(’ before ‘>’ token
  9647. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>>
  9648. ^
  9649. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1742:328: error: expected primary-expression before ‘,’ token
  9650. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>>
  9651. ^
  9652. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1742:388: error: expected ‘(’ before ‘>>’ token
  9653. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>>
  9654. ^
  9655. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: At global scope:
  9656. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1807:66: error: ‘type_trait_pass_t’ was not declared in this scope
  9657. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>>::type type; };
  9658. ^
  9659. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1807:47: error: parse error in template argument list
  9660. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>>::type type; };
  9661. ^
  9662. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1807:91: error: expected unqualified-id before ‘,’ token
  9663. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>>::type type; };
  9664. ^
  9665. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1810:66: error: ‘type_trait_pass_t’ was not declared in this scope
  9666. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>>::type type; };
  9667. ^
  9668. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1810:47: error: parse error in template argument list
  9669. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>>::type type; };
  9670. ^
  9671. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1810:91: error: expected unqualified-id before ‘,’ token
  9672. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>>::type type; };
  9673. ^
  9674. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1880:33: error: expected ‘)’ before ‘<’ token
  9675. bind_functor(type_trait_take_t<T_functor> _A_func, type_trait_take_t<T_type1> _A_bound1, type_trait_take_t<T_type2> _A_bound2, type_trait_take_t<T_type3> _A_bound3, type_trait_take_t<T_type4> _A_bound4, type_trait_take_t<T_type5> _A_bound5)
  9676. ^
  9677. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: In member function ‘sigc::bind_functor<-1, T_functor, T_type1, T_type2, T_type3, T_type4, T_type5, sigc::nil, sigc::nil>::result_type sigc::bind_functor<-1, T_functor, T_type1, T_type2, T_type3, T_type4, T_type5, sigc::nil, sigc::nil>::operator()()’:
  9678. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1826:64: error: ‘type_trait_pass_t’ was not declared in this scope
  9679. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>> (bound1_.invoke(), bound2_.invoke(), bound3_.invoke(), bound4_.invoke(), bound5_.invoke());
  9680. ^
  9681. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  9682. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  9683. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  9684. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  9685. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  9686. from /usr/include/glibmm-2.4/glibmm.h:87,
  9687. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  9688. from applet.cpp:29:
  9689. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  9690. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  9691. ^
  9692. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1826:27: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  9693. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>> (bound1_.invoke(), bound2_.invoke(), bound3_.invoke(), bound4_.invoke(), bound5_.invoke());
  9694. ^
  9695. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  9696. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  9697. ^
  9698. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1826:27: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  9699. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>> (bound1_.invoke(), bound2_.invoke(), bound3_.invoke(), bound4_.invoke(), bound5_.invoke());
  9700. ^
  9701. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  9702. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  9703. ^
  9704. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1826:27: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  9705. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>> (bound1_.invoke(), bound2_.invoke(), bound3_.invoke(), bound4_.invoke(), bound5_.invoke());
  9706. ^
  9707. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  9708. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  9709. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  9710. from /usr/include/glibmm-2.4/glibmm.h:87,
  9711. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  9712. from applet.cpp:29:
  9713. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1826:183: error: expected ‘(’ before ‘>’ token
  9714. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>> (bound1_.invoke(), bound2_.invoke(), bound3_.invoke(), bound4_.invoke(), bound5_.invoke());
  9715. ^
  9716. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1826:184: error: expected primary-expression before ‘,’ token
  9717. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>> (bound1_.invoke(), bound2_.invoke(), bound3_.invoke(), bound4_.invoke(), bound5_.invoke());
  9718. ^
  9719. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1826:244: error: expected ‘(’ before ‘>’ token
  9720. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>> (bound1_.invoke(), bound2_.invoke(), bound3_.invoke(), bound4_.invoke(), bound5_.invoke());
  9721. ^
  9722. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1826:245: error: expected primary-expression before ‘,’ token
  9723. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>> (bound1_.invoke(), bound2_.invoke(), bound3_.invoke(), bound4_.invoke(), bound5_.invoke());
  9724. ^
  9725. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1826:305: error: expected ‘(’ before ‘>’ token
  9726. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>> (bound1_.invoke(), bound2_.invoke(), bound3_.invoke(), bound4_.invoke(), bound5_.invoke());
  9727. ^
  9728. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1826:306: error: expected primary-expression before ‘,’ token
  9729. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>> (bound1_.invoke(), bound2_.invoke(), bound3_.invoke(), bound4_.invoke(), bound5_.invoke());
  9730. ^
  9731. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1826:366: error: expected ‘(’ before ‘>>’ token
  9732. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>> (bound1_.invoke(), bound2_.invoke(), bound3_.invoke(), bound4_.invoke(), bound5_.invoke());
  9733. ^
  9734. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: In member function ‘typename sigc::bind_functor<-1, T_functor, T_type1, T_type2, T_type3, T_type4, T_type5, sigc::nil, sigc::nil>::deduce_result_type<T_arg1>::type sigc::bind_functor<-1, T_functor, T_type1, T_type2, T_type3, T_type4, T_type5, sigc::nil, sigc::nil>::operator()(T_arg1)’:
  9735. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1837:66: error: ‘type_trait_pass_t’ was not declared in this scope
  9736. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>>
  9737. ^
  9738. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  9739. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  9740. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  9741. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  9742. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  9743. from /usr/include/glibmm-2.4/glibmm.h:87,
  9744. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  9745. from applet.cpp:29:
  9746. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  9747. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  9748. ^
  9749. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1837:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  9750. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>>
  9751. ^
  9752. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  9753. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  9754. ^
  9755. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1837:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  9756. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>>
  9757. ^
  9758. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  9759. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  9760. ^
  9761. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1837:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  9762. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>>
  9763. ^
  9764. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  9765. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  9766. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  9767. from /usr/include/glibmm-2.4/glibmm.h:87,
  9768. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  9769. from applet.cpp:29:
  9770. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1837:151: error: expected ‘(’ before ‘>’ token
  9771. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>>
  9772. ^
  9773. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1837:152: error: expected primary-expression before ‘,’ token
  9774. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>>
  9775. ^
  9776. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1837:212: error: expected ‘(’ before ‘>’ token
  9777. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>>
  9778. ^
  9779. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1837:213: error: expected primary-expression before ‘,’ token
  9780. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>>
  9781. ^
  9782. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1837:273: error: expected ‘(’ before ‘>’ token
  9783. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>>
  9784. ^
  9785. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1837:274: error: expected primary-expression before ‘,’ token
  9786. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>>
  9787. ^
  9788. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1837:334: error: expected ‘(’ before ‘>’ token
  9789. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>>
  9790. ^
  9791. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1837:335: error: expected primary-expression before ‘,’ token
  9792. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>>
  9793. ^
  9794. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1837:395: error: expected ‘(’ before ‘>>’ token
  9795. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>>
  9796. ^
  9797. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: In member function ‘typename sigc::bind_functor<-1, T_functor, T_type1, T_type2, T_type3, T_type4, T_type5, sigc::nil, sigc::nil>::deduce_result_type<T_arg1, T_arg2>::type sigc::bind_functor<-1, T_functor, T_type1, T_type2, T_type3, T_type4, T_type5, sigc::nil, sigc::nil>::operator()(T_arg1, T_arg2)’:
  9798. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1859:66: error: ‘type_trait_pass_t’ was not declared in this scope
  9799. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>>
  9800. ^
  9801. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  9802. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  9803. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  9804. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  9805. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  9806. from /usr/include/glibmm-2.4/glibmm.h:87,
  9807. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  9808. from applet.cpp:29:
  9809. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  9810. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  9811. ^
  9812. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1859:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  9813. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>>
  9814. ^
  9815. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  9816. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  9817. ^
  9818. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1859:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  9819. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>>
  9820. ^
  9821. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  9822. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  9823. ^
  9824. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1859:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  9825. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>>
  9826. ^
  9827. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  9828. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  9829. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  9830. from /usr/include/glibmm-2.4/glibmm.h:87,
  9831. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  9832. from applet.cpp:29:
  9833. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1859:117: error: expected primary-expression before ‘>’ token
  9834. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>>
  9835. ^
  9836. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1859:118: error: expected primary-expression before ‘,’ token
  9837. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>>
  9838. ^
  9839. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1859:178: error: expected ‘(’ before ‘>’ token
  9840. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>>
  9841. ^
  9842. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1859:179: error: expected primary-expression before ‘,’ token
  9843. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>>
  9844. ^
  9845. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1859:239: error: expected ‘(’ before ‘>’ token
  9846. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>>
  9847. ^
  9848. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1859:240: error: expected primary-expression before ‘,’ token
  9849. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>>
  9850. ^
  9851. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1859:300: error: expected ‘(’ before ‘>’ token
  9852. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>>
  9853. ^
  9854. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1859:301: error: expected primary-expression before ‘,’ token
  9855. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>>
  9856. ^
  9857. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1859:361: error: expected ‘(’ before ‘>’ token
  9858. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>>
  9859. ^
  9860. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1859:362: error: expected primary-expression before ‘,’ token
  9861. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>>
  9862. ^
  9863. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1859:422: error: expected ‘(’ before ‘>>’ token
  9864. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>>
  9865. ^
  9866. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: At global scope:
  9867. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1927:66: error: ‘type_trait_pass_t’ was not declared in this scope
  9868. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>, type_trait_pass_t<typename unwrap_reference<T_type6>::type>>::type type; };
  9869. ^
  9870. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1927:47: error: parse error in template argument list
  9871. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>, type_trait_pass_t<typename unwrap_reference<T_type6>::type>>::type type; };
  9872. ^
  9873. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1927:91: error: expected unqualified-id before ‘,’ token
  9874. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>, type_trait_pass_t<typename unwrap_reference<T_type6>::type>>::type type; };
  9875. ^
  9876. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  9877. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  9878. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  9879. from /usr/include/glibmm-2.4/glibmm.h:87,
  9880. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  9881. from applet.cpp:29:
  9882. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1976:33: error: expected ‘)’ before ‘<’ token
  9883. bind_functor(type_trait_take_t<T_functor> _A_func, type_trait_take_t<T_type1> _A_bound1, type_trait_take_t<T_type2> _A_bound2, type_trait_take_t<T_type3> _A_bound3, type_trait_take_t<T_type4> _A_bound4, type_trait_take_t<T_type5> _A_bound5, type_trait_take_t<T_type6> _A_bound6)
  9884. ^
  9885. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  9886. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  9887. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  9888. from /usr/include/glibmm-2.4/glibmm.h:87,
  9889. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  9890. from applet.cpp:29:
  9891. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: In member function ‘sigc::bind_functor<-1, T_functor, T_type1, T_type2, T_type3, T_type4, T_type5, T_type6, sigc::nil>::result_type sigc::bind_functor<-1, T_functor, T_type1, T_type2, T_type3, T_type4, T_type5, T_type6, sigc::nil>::operator()()’:
  9892. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1943:64: error: ‘type_trait_pass_t’ was not declared in this scope
  9893. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>, type_trait_pass_t<typename unwrap_reference<T_type6>::type>> (bound1_.invoke(), bound2_.invoke(), bound3_.invoke(), bound4_.invoke(), bound5_.invoke(), bound6_.invoke());
  9894. ^
  9895. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  9896. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  9897. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  9898. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  9899. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  9900. from /usr/include/glibmm-2.4/glibmm.h:87,
  9901. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  9902. from applet.cpp:29:
  9903. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  9904. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  9905. ^
  9906. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1943:27: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  9907. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>, type_trait_pass_t<typename unwrap_reference<T_type6>::type>> (bound1_.invoke(), bound2_.invoke(), bound3_.invoke(), bound4_.invoke(), bound5_.invoke(), bound6_.invoke());
  9908. ^
  9909. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  9910. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  9911. ^
  9912. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1943:27: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  9913. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>, type_trait_pass_t<typename unwrap_reference<T_type6>::type>> (bound1_.invoke(), bound2_.invoke(), bound3_.invoke(), bound4_.invoke(), bound5_.invoke(), bound6_.invoke());
  9914. ^
  9915. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  9916. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  9917. ^
  9918. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1943:27: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  9919. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>, type_trait_pass_t<typename unwrap_reference<T_type6>::type>> (bound1_.invoke(), bound2_.invoke(), bound3_.invoke(), bound4_.invoke(), bound5_.invoke(), bound6_.invoke());
  9920. ^
  9921. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  9922. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  9923. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  9924. from /usr/include/glibmm-2.4/glibmm.h:87,
  9925. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  9926. from applet.cpp:29:
  9927. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1943:183: error: expected ‘(’ before ‘>’ token
  9928. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>, type_trait_pass_t<typename unwrap_reference<T_type6>::type>> (bound1_.invoke(), bound2_.invoke(), bound3_.invoke(), bound4_.invoke(), bound5_.invoke(), bound6_.invoke());
  9929. ^
  9930. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1943:184: error: expected primary-expression before ‘,’ token
  9931. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>, type_trait_pass_t<typename unwrap_reference<T_type6>::type>> (bound1_.invoke(), bound2_.invoke(), bound3_.invoke(), bound4_.invoke(), bound5_.invoke(), bound6_.invoke());
  9932. ^
  9933. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1943:244: error: expected ‘(’ before ‘>’ token
  9934. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>, type_trait_pass_t<typename unwrap_reference<T_type6>::type>> (bound1_.invoke(), bound2_.invoke(), bound3_.invoke(), bound4_.invoke(), bound5_.invoke(), bound6_.invoke());
  9935. ^
  9936. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1943:245: error: expected primary-expression before ‘,’ token
  9937. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>, type_trait_pass_t<typename unwrap_reference<T_type6>::type>> (bound1_.invoke(), bound2_.invoke(), bound3_.invoke(), bound4_.invoke(), bound5_.invoke(), bound6_.invoke());
  9938. ^
  9939. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1943:305: error: expected ‘(’ before ‘>’ token
  9940. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>, type_trait_pass_t<typename unwrap_reference<T_type6>::type>> (bound1_.invoke(), bound2_.invoke(), bound3_.invoke(), bound4_.invoke(), bound5_.invoke(), bound6_.invoke());
  9941. ^
  9942. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1943:306: error: expected primary-expression before ‘,’ token
  9943. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>, type_trait_pass_t<typename unwrap_reference<T_type6>::type>> (bound1_.invoke(), bound2_.invoke(), bound3_.invoke(), bound4_.invoke(), bound5_.invoke(), bound6_.invoke());
  9944. ^
  9945. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1943:366: error: expected ‘(’ before ‘>’ token
  9946. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>, type_trait_pass_t<typename unwrap_reference<T_type6>::type>> (bound1_.invoke(), bound2_.invoke(), bound3_.invoke(), bound4_.invoke(), bound5_.invoke(), bound6_.invoke());
  9947. ^
  9948. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1943:367: error: expected primary-expression before ‘,’ token
  9949. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>, type_trait_pass_t<typename unwrap_reference<T_type6>::type>> (bound1_.invoke(), bound2_.invoke(), bound3_.invoke(), bound4_.invoke(), bound5_.invoke(), bound6_.invoke());
  9950. ^
  9951. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1943:427: error: expected ‘(’ before ‘>>’ token
  9952. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>, type_trait_pass_t<typename unwrap_reference<T_type6>::type>> (bound1_.invoke(), bound2_.invoke(), bound3_.invoke(), bound4_.invoke(), bound5_.invoke(), bound6_.invoke());
  9953. ^
  9954. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  9955. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  9956. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  9957. from /usr/include/glibmm-2.4/glibmm.h:87,
  9958. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  9959. from applet.cpp:29:
  9960. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: In member function ‘typename sigc::bind_functor<-1, T_functor, T_type1, T_type2, T_type3, T_type4, T_type5, T_type6, sigc::nil>::deduce_result_type<T_arg1>::type sigc::bind_functor<-1, T_functor, T_type1, T_type2, T_type3, T_type4, T_type5, T_type6, sigc::nil>::operator()(T_arg1)’:
  9961. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1954:66: error: ‘type_trait_pass_t’ was not declared in this scope
  9962. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>, type_trait_pass_t<typename unwrap_reference<T_type6>::type>>
  9963. ^
  9964. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  9965. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  9966. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  9967. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  9968. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  9969. from /usr/include/glibmm-2.4/glibmm.h:87,
  9970. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  9971. from applet.cpp:29:
  9972. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  9973. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  9974. ^
  9975. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1954:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  9976. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>, type_trait_pass_t<typename unwrap_reference<T_type6>::type>>
  9977. ^
  9978. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  9979. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  9980. ^
  9981. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1954:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  9982. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>, type_trait_pass_t<typename unwrap_reference<T_type6>::type>>
  9983. ^
  9984. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  9985. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  9986. ^
  9987. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1954:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  9988. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>, type_trait_pass_t<typename unwrap_reference<T_type6>::type>>
  9989. ^
  9990. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  9991. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  9992. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  9993. from /usr/include/glibmm-2.4/glibmm.h:87,
  9994. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  9995. from applet.cpp:29:
  9996. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1954:151: error: expected ‘(’ before ‘>’ token
  9997. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>, type_trait_pass_t<typename unwrap_reference<T_type6>::type>>
  9998. ^
  9999. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1954:152: error: expected primary-expression before ‘,’ token
  10000. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>, type_trait_pass_t<typename unwrap_reference<T_type6>::type>>
  10001. ^
  10002. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1954:212: error: expected ‘(’ before ‘>’ token
  10003. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>, type_trait_pass_t<typename unwrap_reference<T_type6>::type>>
  10004. ^
  10005. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1954:213: error: expected primary-expression before ‘,’ token
  10006. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>, type_trait_pass_t<typename unwrap_reference<T_type6>::type>>
  10007. ^
  10008. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1954:273: error: expected ‘(’ before ‘>’ token
  10009. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>, type_trait_pass_t<typename unwrap_reference<T_type6>::type>>
  10010. ^
  10011. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1954:274: error: expected primary-expression before ‘,’ token
  10012. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>, type_trait_pass_t<typename unwrap_reference<T_type6>::type>>
  10013. ^
  10014. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1954:334: error: expected ‘(’ before ‘>’ token
  10015. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>, type_trait_pass_t<typename unwrap_reference<T_type6>::type>>
  10016. ^
  10017. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1954:335: error: expected primary-expression before ‘,’ token
  10018. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>, type_trait_pass_t<typename unwrap_reference<T_type6>::type>>
  10019. ^
  10020. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1954:395: error: expected ‘(’ before ‘>’ token
  10021. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>, type_trait_pass_t<typename unwrap_reference<T_type6>::type>>
  10022. ^
  10023. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1954:396: error: expected primary-expression before ‘,’ token
  10024. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>, type_trait_pass_t<typename unwrap_reference<T_type6>::type>>
  10025. ^
  10026. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1954:456: error: expected ‘(’ before ‘>>’ token
  10027. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>, type_trait_pass_t<typename unwrap_reference<T_type6>::type>>
  10028. ^
  10029. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: At global scope:
  10030. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:2025:66: error: ‘type_trait_pass_t’ was not declared in this scope
  10031. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>, type_trait_pass_t<typename unwrap_reference<T_type6>::type>, type_trait_pass_t<typename unwrap_reference<T_type7>::type>>::type type; };
  10032. ^
  10033. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:2025:47: error: parse error in template argument list
  10034. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>, type_trait_pass_t<typename unwrap_reference<T_type6>::type>, type_trait_pass_t<typename unwrap_reference<T_type7>::type>>::type type; };
  10035. ^
  10036. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:2025:125: error: expected unqualified-id before ‘,’ token
  10037. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>, type_trait_pass_t<typename unwrap_reference<T_type6>::type>, type_trait_pass_t<typename unwrap_reference<T_type7>::type>>::type type; };
  10038. ^
  10039. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  10040. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  10041. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  10042. from /usr/include/glibmm-2.4/glibmm.h:87,
  10043. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  10044. from applet.cpp:29:
  10045. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:2054:33: error: expected ‘)’ before ‘<’ token
  10046. bind_functor(type_trait_take_t<T_functor> _A_func, type_trait_take_t<T_type1> _A_bound1, type_trait_take_t<T_type2> _A_bound2, type_trait_take_t<T_type3> _A_bound3, type_trait_take_t<T_type4> _A_bound4, type_trait_take_t<T_type5> _A_bound5, type_trait_take_t<T_type6> _A_bound6, type_trait_take_t<T_type7> _A_bound7)
  10047. ^
  10048. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  10049. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  10050. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  10051. from /usr/include/glibmm-2.4/glibmm.h:87,
  10052. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  10053. from applet.cpp:29:
  10054. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: In member function ‘sigc::bind_functor<-1, T_functor, T_type1, T_type2, T_type3, T_type4, T_type5, T_type6, T_type7>::result_type sigc::bind_functor<-1, T_functor, T_type1, T_type2, T_type3, T_type4, T_type5, T_type6, T_type7>::operator()()’:
  10055. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:2041:64: error: ‘type_trait_pass_t’ was not declared in this scope
  10056. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>, type_trait_pass_t<typename unwrap_reference<T_type6>::type>, type_trait_pass_t<typename unwrap_reference<T_type7>::type>> (bound1_.invoke(), bound2_.invoke(), bound3_.invoke(), bound4_.invoke(), bound5_.invoke(), bound6_.invoke(), bound7_.invoke());
  10057. ^
  10058. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  10059. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  10060. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  10061. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  10062. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  10063. from /usr/include/glibmm-2.4/glibmm.h:87,
  10064. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  10065. from applet.cpp:29:
  10066. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  10067. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  10068. ^
  10069. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:2041:27: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  10070. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>, type_trait_pass_t<typename unwrap_reference<T_type6>::type>, type_trait_pass_t<typename unwrap_reference<T_type7>::type>> (bound1_.invoke(), bound2_.invoke(), bound3_.invoke(), bound4_.invoke(), bound5_.invoke(), bound6_.invoke(), bound7_.invoke());
  10071. ^
  10072. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  10073. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  10074. ^
  10075. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:2041:27: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  10076. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>, type_trait_pass_t<typename unwrap_reference<T_type6>::type>, type_trait_pass_t<typename unwrap_reference<T_type7>::type>> (bound1_.invoke(), bound2_.invoke(), bound3_.invoke(), bound4_.invoke(), bound5_.invoke(), bound6_.invoke(), bound7_.invoke());
  10077. ^
  10078. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  10079. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  10080. ^
  10081. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:2041:27: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  10082. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>, type_trait_pass_t<typename unwrap_reference<T_type6>::type>, type_trait_pass_t<typename unwrap_reference<T_type7>::type>> (bound1_.invoke(), bound2_.invoke(), bound3_.invoke(), bound4_.invoke(), bound5_.invoke(), bound6_.invoke(), bound7_.invoke());
  10083. ^
  10084. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  10085. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  10086. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  10087. from /usr/include/glibmm-2.4/glibmm.h:87,
  10088. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  10089. from applet.cpp:29:
  10090. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:2041:183: error: expected ‘(’ before ‘>’ token
  10091. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>, type_trait_pass_t<typename unwrap_reference<T_type6>::type>, type_trait_pass_t<typename unwrap_reference<T_type7>::type>> (bound1_.invoke(), bound2_.invoke(), bound3_.invoke(), bound4_.invoke(), bound5_.invoke(), bound6_.invoke(), bound7_.invoke());
  10092. ^
  10093. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:2041:184: error: expected primary-expression before ‘,’ token
  10094. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>, type_trait_pass_t<typename unwrap_reference<T_type6>::type>, type_trait_pass_t<typename unwrap_reference<T_type7>::type>> (bound1_.invoke(), bound2_.invoke(), bound3_.invoke(), bound4_.invoke(), bound5_.invoke(), bound6_.invoke(), bound7_.invoke());
  10095. ^
  10096. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:2041:244: error: expected ‘(’ before ‘>’ token
  10097. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>, type_trait_pass_t<typename unwrap_reference<T_type6>::type>, type_trait_pass_t<typename unwrap_reference<T_type7>::type>> (bound1_.invoke(), bound2_.invoke(), bound3_.invoke(), bound4_.invoke(), bound5_.invoke(), bound6_.invoke(), bound7_.invoke());
  10098. ^
  10099. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:2041:245: error: expected primary-expression before ‘,’ token
  10100. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>, type_trait_pass_t<typename unwrap_reference<T_type6>::type>, type_trait_pass_t<typename unwrap_reference<T_type7>::type>> (bound1_.invoke(), bound2_.invoke(), bound3_.invoke(), bound4_.invoke(), bound5_.invoke(), bound6_.invoke(), bound7_.invoke());
  10101. ^
  10102. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:2041:305: error: expected ‘(’ before ‘>’ token
  10103. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>, type_trait_pass_t<typename unwrap_reference<T_type6>::type>, type_trait_pass_t<typename unwrap_reference<T_type7>::type>> (bound1_.invoke(), bound2_.invoke(), bound3_.invoke(), bound4_.invoke(), bound5_.invoke(), bound6_.invoke(), bound7_.invoke());
  10104. ^
  10105. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:2041:306: error: expected primary-expression before ‘,’ token
  10106. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>, type_trait_pass_t<typename unwrap_reference<T_type6>::type>, type_trait_pass_t<typename unwrap_reference<T_type7>::type>> (bound1_.invoke(), bound2_.invoke(), bound3_.invoke(), bound4_.invoke(), bound5_.invoke(), bound6_.invoke(), bound7_.invoke());
  10107. ^
  10108. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:2041:366: error: expected ‘(’ before ‘>’ token
  10109. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>, type_trait_pass_t<typename unwrap_reference<T_type6>::type>, type_trait_pass_t<typename unwrap_reference<T_type7>::type>> (bound1_.invoke(), bound2_.invoke(), bound3_.invoke(), bound4_.invoke(), bound5_.invoke(), bound6_.invoke(), bound7_.invoke());
  10110. ^
  10111. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:2041:367: error: expected primary-expression before ‘,’ token
  10112. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>, type_trait_pass_t<typename unwrap_reference<T_type6>::type>, type_trait_pass_t<typename unwrap_reference<T_type7>::type>> (bound1_.invoke(), bound2_.invoke(), bound3_.invoke(), bound4_.invoke(), bound5_.invoke(), bound6_.invoke(), bound7_.invoke());
  10113. ^
  10114. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:2041:427: error: expected ‘(’ before ‘>’ token
  10115. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>, type_trait_pass_t<typename unwrap_reference<T_type6>::type>, type_trait_pass_t<typename unwrap_reference<T_type7>::type>> (bound1_.invoke(), bound2_.invoke(), bound3_.invoke(), bound4_.invoke(), bound5_.invoke(), bound6_.invoke(), bound7_.invoke());
  10116. ^
  10117. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:2041:428: error: expected primary-expression before ‘,’ token
  10118. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>, type_trait_pass_t<typename unwrap_reference<T_type6>::type>, type_trait_pass_t<typename unwrap_reference<T_type7>::type>> (bound1_.invoke(), bound2_.invoke(), bound3_.invoke(), bound4_.invoke(), bound5_.invoke(), bound6_.invoke(), bound7_.invoke());
  10119. ^
  10120. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:2041:488: error: expected ‘(’ before ‘>>’ token
  10121. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<typename unwrap_reference<T_type1>::type>, type_trait_pass_t<typename unwrap_reference<T_type2>::type>, type_trait_pass_t<typename unwrap_reference<T_type3>::type>, type_trait_pass_t<typename unwrap_reference<T_type4>::type>, type_trait_pass_t<typename unwrap_reference<T_type5>::type>, type_trait_pass_t<typename unwrap_reference<T_type6>::type>, type_trait_pass_t<typename unwrap_reference<T_type7>::type>> (bound1_.invoke(), bound2_.invoke(), bound3_.invoke(), bound4_.invoke(), bound5_.invoke(), bound6_.invoke(), bound7_.invoke());
  10122. ^
  10123. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:24:0,
  10124. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  10125. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  10126. from /usr/include/glibmm-2.4/glibmm.h:87,
  10127. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  10128. from applet.cpp:29:
  10129. /usr/include/sigc++-2.0/sigc++/adaptors/bind_return.h: At global scope:
  10130. /usr/include/sigc++-2.0/sigc++/adaptors/bind_return.h:186:40: error: expected ‘)’ before ‘<’ token
  10131. bind_return_functor(type_trait_take_t<T_functor> _A_functor, type_trait_take_t<T_return> _A_ret_value)
  10132. ^
  10133. /usr/include/sigc++-2.0/sigc++/adaptors/bind_return.h: In member function ‘typename sigc::unwrap_reference<T_type>::type sigc::bind_return_functor<T_return, T_functor>::operator()(T_arg1)’:
  10134. /usr/include/sigc++-2.0/sigc++/adaptors/bind_return.h:40:59: error: ‘type_trait_pass_t’ was not declared in this scope
  10135. { this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>>
  10136. ^
  10137. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  10138. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  10139. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  10140. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  10141. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  10142. from /usr/include/glibmm-2.4/glibmm.h:87,
  10143. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  10144. from applet.cpp:29:
  10145. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  10146. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  10147. ^
  10148. /usr/include/sigc++-2.0/sigc++/adaptors/bind_return.h:40:22: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  10149. { this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>>
  10150. ^
  10151. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  10152. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  10153. ^
  10154. /usr/include/sigc++-2.0/sigc++/adaptors/bind_return.h:40:22: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  10155. { this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>>
  10156. ^
  10157. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:24:0,
  10158. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  10159. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  10160. from /usr/include/glibmm-2.4/glibmm.h:87,
  10161. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  10162. from applet.cpp:29:
  10163. /usr/include/sigc++-2.0/sigc++/adaptors/bind_return.h: In member function ‘typename sigc::unwrap_reference<T_type>::type sigc::bind_return_functor<T_return, T_functor>::operator()(T_arg1, T_arg2)’:
  10164. /usr/include/sigc++-2.0/sigc++/adaptors/bind_return.h:59:59: error: ‘type_trait_pass_t’ was not declared in this scope
  10165. { this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>>
  10166. ^
  10167. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  10168. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  10169. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  10170. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  10171. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  10172. from /usr/include/glibmm-2.4/glibmm.h:87,
  10173. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  10174. from applet.cpp:29:
  10175. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  10176. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  10177. ^
  10178. /usr/include/sigc++-2.0/sigc++/adaptors/bind_return.h:59:22: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  10179. { this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>>
  10180. ^
  10181. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  10182. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  10183. ^
  10184. /usr/include/sigc++-2.0/sigc++/adaptors/bind_return.h:59:22: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  10185. { this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>>
  10186. ^
  10187. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:24:0,
  10188. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  10189. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  10190. from /usr/include/glibmm-2.4/glibmm.h:87,
  10191. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  10192. from applet.cpp:29:
  10193. /usr/include/sigc++-2.0/sigc++/adaptors/bind_return.h: In member function ‘typename sigc::unwrap_reference<T_type>::type sigc::bind_return_functor<T_return, T_functor>::operator()(T_arg1, T_arg2, T_arg3)’:
  10194. /usr/include/sigc++-2.0/sigc++/adaptors/bind_return.h:79:59: error: ‘type_trait_pass_t’ was not declared in this scope
  10195. { this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>>
  10196. ^
  10197. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  10198. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  10199. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  10200. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  10201. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  10202. from /usr/include/glibmm-2.4/glibmm.h:87,
  10203. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  10204. from applet.cpp:29:
  10205. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  10206. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  10207. ^
  10208. /usr/include/sigc++-2.0/sigc++/adaptors/bind_return.h:79:22: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  10209. { this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>>
  10210. ^
  10211. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  10212. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  10213. ^
  10214. /usr/include/sigc++-2.0/sigc++/adaptors/bind_return.h:79:22: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  10215. { this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>>
  10216. ^
  10217. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:24:0,
  10218. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  10219. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  10220. from /usr/include/glibmm-2.4/glibmm.h:87,
  10221. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  10222. from applet.cpp:29:
  10223. /usr/include/sigc++-2.0/sigc++/adaptors/bind_return.h: In member function ‘typename sigc::unwrap_reference<T_type>::type sigc::bind_return_functor<T_return, T_functor>::operator()(T_arg1, T_arg2, T_arg3, T_arg4)’:
  10224. /usr/include/sigc++-2.0/sigc++/adaptors/bind_return.h:100:59: error: ‘type_trait_pass_t’ was not declared in this scope
  10225. { this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  10226. ^
  10227. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  10228. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  10229. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  10230. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  10231. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  10232. from /usr/include/glibmm-2.4/glibmm.h:87,
  10233. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  10234. from applet.cpp:29:
  10235. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  10236. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  10237. ^
  10238. /usr/include/sigc++-2.0/sigc++/adaptors/bind_return.h:100:22: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  10239. { this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  10240. ^
  10241. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  10242. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  10243. ^
  10244. /usr/include/sigc++-2.0/sigc++/adaptors/bind_return.h:100:22: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  10245. { this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  10246. ^
  10247. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:24:0,
  10248. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  10249. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  10250. from /usr/include/glibmm-2.4/glibmm.h:87,
  10251. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  10252. from applet.cpp:29:
  10253. /usr/include/sigc++-2.0/sigc++/adaptors/bind_return.h: In member function ‘typename sigc::unwrap_reference<T_type>::type sigc::bind_return_functor<T_return, T_functor>::operator()(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5)’:
  10254. /usr/include/sigc++-2.0/sigc++/adaptors/bind_return.h:122:59: error: ‘type_trait_pass_t’ was not declared in this scope
  10255. { this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  10256. ^
  10257. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  10258. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  10259. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  10260. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  10261. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  10262. from /usr/include/glibmm-2.4/glibmm.h:87,
  10263. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  10264. from applet.cpp:29:
  10265. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  10266. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  10267. ^
  10268. /usr/include/sigc++-2.0/sigc++/adaptors/bind_return.h:122:22: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  10269. { this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  10270. ^
  10271. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  10272. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  10273. ^
  10274. /usr/include/sigc++-2.0/sigc++/adaptors/bind_return.h:122:22: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  10275. { this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  10276. ^
  10277. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:24:0,
  10278. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  10279. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  10280. from /usr/include/glibmm-2.4/glibmm.h:87,
  10281. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  10282. from applet.cpp:29:
  10283. /usr/include/sigc++-2.0/sigc++/adaptors/bind_return.h: In member function ‘typename sigc::unwrap_reference<T_type>::type sigc::bind_return_functor<T_return, T_functor>::operator()(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6)’:
  10284. /usr/include/sigc++-2.0/sigc++/adaptors/bind_return.h:145:59: error: ‘type_trait_pass_t’ was not declared in this scope
  10285. { this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  10286. ^
  10287. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  10288. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  10289. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  10290. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  10291. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  10292. from /usr/include/glibmm-2.4/glibmm.h:87,
  10293. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  10294. from applet.cpp:29:
  10295. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  10296. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  10297. ^
  10298. /usr/include/sigc++-2.0/sigc++/adaptors/bind_return.h:145:22: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  10299. { this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  10300. ^
  10301. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  10302. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  10303. ^
  10304. /usr/include/sigc++-2.0/sigc++/adaptors/bind_return.h:145:22: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  10305. { this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  10306. ^
  10307. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:24:0,
  10308. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  10309. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  10310. from /usr/include/glibmm-2.4/glibmm.h:87,
  10311. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  10312. from applet.cpp:29:
  10313. /usr/include/sigc++-2.0/sigc++/adaptors/bind_return.h: In member function ‘typename sigc::unwrap_reference<T_type>::type sigc::bind_return_functor<T_return, T_functor>::operator()(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7)’:
  10314. /usr/include/sigc++-2.0/sigc++/adaptors/bind_return.h:169:59: error: ‘type_trait_pass_t’ was not declared in this scope
  10315. { this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  10316. ^
  10317. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  10318. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  10319. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  10320. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  10321. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  10322. from /usr/include/glibmm-2.4/glibmm.h:87,
  10323. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  10324. from applet.cpp:29:
  10325. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  10326. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  10327. ^
  10328. /usr/include/sigc++-2.0/sigc++/adaptors/bind_return.h:169:22: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  10329. { this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  10330. ^
  10331. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  10332. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  10333. ^
  10334. /usr/include/sigc++-2.0/sigc++/adaptors/bind_return.h:169:22: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  10335. { this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  10336. ^
  10337. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:25:0,
  10338. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  10339. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  10340. from /usr/include/glibmm-2.4/glibmm.h:87,
  10341. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  10342. from applet.cpp:29:
  10343. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h: At global scope:
  10344. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:85:66: error: ‘type_trait_pass_t’ was not declared in this scope
  10345. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>::type type; };
  10346. ^
  10347. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:85:47: error: parse error in template argument list
  10348. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>::type type; };
  10349. ^
  10350. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:85:91: error: expected unqualified-id before ‘,’ token
  10351. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>::type type; };
  10352. ^
  10353. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h: In member function ‘typename sigc::hide_functor<-1, T_functor>::deduce_result_type<T_arg1, T_arg2>::type sigc::hide_functor<-1, T_functor>::operator()(T_arg1, T_arg2)’:
  10354. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:113:66: error: ‘type_trait_pass_t’ was not declared in this scope
  10355. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>>
  10356. ^
  10357. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  10358. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  10359. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  10360. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  10361. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  10362. from /usr/include/glibmm-2.4/glibmm.h:87,
  10363. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  10364. from applet.cpp:29:
  10365. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  10366. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  10367. ^
  10368. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:113:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  10369. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>>
  10370. ^
  10371. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  10372. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  10373. ^
  10374. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:113:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  10375. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>>
  10376. ^
  10377. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  10378. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  10379. ^
  10380. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:113:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  10381. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>>
  10382. ^
  10383. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:25:0,
  10384. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  10385. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  10386. from /usr/include/glibmm-2.4/glibmm.h:87,
  10387. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  10388. from applet.cpp:29:
  10389. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h: In member function ‘typename sigc::hide_functor<-1, T_functor>::deduce_result_type<T_arg1, T_arg2, T_arg3>::type sigc::hide_functor<-1, T_functor>::operator()(T_arg1, T_arg2, T_arg3)’:
  10390. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:133:66: error: ‘type_trait_pass_t’ was not declared in this scope
  10391. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>>
  10392. ^
  10393. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  10394. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  10395. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  10396. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  10397. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  10398. from /usr/include/glibmm-2.4/glibmm.h:87,
  10399. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  10400. from applet.cpp:29:
  10401. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  10402. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  10403. ^
  10404. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:133:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  10405. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>>
  10406. ^
  10407. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  10408. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  10409. ^
  10410. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:133:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  10411. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>>
  10412. ^
  10413. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  10414. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  10415. ^
  10416. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:133:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  10417. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>>
  10418. ^
  10419. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:25:0,
  10420. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  10421. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  10422. from /usr/include/glibmm-2.4/glibmm.h:87,
  10423. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  10424. from applet.cpp:29:
  10425. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:133:117: error: expected primary-expression before ‘>>’ token
  10426. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>>
  10427. ^
  10428. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h: In member function ‘typename sigc::hide_functor<-1, T_functor>::deduce_result_type<T_arg1, T_arg2, T_arg3, T_arg4>::type sigc::hide_functor<-1, T_functor>::operator()(T_arg1, T_arg2, T_arg3, T_arg4)’:
  10429. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:154:66: error: ‘type_trait_pass_t’ was not declared in this scope
  10430. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>>
  10431. ^
  10432. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  10433. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  10434. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  10435. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  10436. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  10437. from /usr/include/glibmm-2.4/glibmm.h:87,
  10438. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  10439. from applet.cpp:29:
  10440. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  10441. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  10442. ^
  10443. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:154:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  10444. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>>
  10445. ^
  10446. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  10447. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  10448. ^
  10449. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:154:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  10450. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>>
  10451. ^
  10452. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  10453. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  10454. ^
  10455. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:154:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  10456. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>>
  10457. ^
  10458. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:25:0,
  10459. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  10460. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  10461. from /usr/include/glibmm-2.4/glibmm.h:87,
  10462. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  10463. from applet.cpp:29:
  10464. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:154:117: error: expected primary-expression before ‘>’ token
  10465. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>>
  10466. ^
  10467. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:154:118: error: expected primary-expression before ‘,’ token
  10468. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>>
  10469. ^
  10470. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:154:144: error: expected primary-expression before ‘>>’ token
  10471. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>>
  10472. ^
  10473. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h: In member function ‘typename sigc::hide_functor<-1, T_functor>::deduce_result_type<T_arg1, T_arg2, T_arg3, T_arg4, T_arg5>::type sigc::hide_functor<-1, T_functor>::operator()(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5)’:
  10474. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:176:66: error: ‘type_trait_pass_t’ was not declared in this scope
  10475. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  10476. ^
  10477. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  10478. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  10479. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  10480. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  10481. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  10482. from /usr/include/glibmm-2.4/glibmm.h:87,
  10483. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  10484. from applet.cpp:29:
  10485. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  10486. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  10487. ^
  10488. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:176:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  10489. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  10490. ^
  10491. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  10492. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  10493. ^
  10494. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:176:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  10495. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  10496. ^
  10497. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  10498. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  10499. ^
  10500. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:176:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  10501. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  10502. ^
  10503. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:25:0,
  10504. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  10505. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  10506. from /usr/include/glibmm-2.4/glibmm.h:87,
  10507. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  10508. from applet.cpp:29:
  10509. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:176:117: error: expected primary-expression before ‘>’ token
  10510. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  10511. ^
  10512. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:176:118: error: expected primary-expression before ‘,’ token
  10513. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  10514. ^
  10515. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:176:144: error: expected primary-expression before ‘>’ token
  10516. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  10517. ^
  10518. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:176:145: error: expected primary-expression before ‘,’ token
  10519. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  10520. ^
  10521. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:176:171: error: expected primary-expression before ‘>>’ token
  10522. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  10523. ^
  10524. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h: In member function ‘typename sigc::hide_functor<-1, T_functor>::deduce_result_type<T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6>::type sigc::hide_functor<-1, T_functor>::operator()(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6)’:
  10525. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:199:66: error: ‘type_trait_pass_t’ was not declared in this scope
  10526. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  10527. ^
  10528. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  10529. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  10530. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  10531. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  10532. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  10533. from /usr/include/glibmm-2.4/glibmm.h:87,
  10534. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  10535. from applet.cpp:29:
  10536. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  10537. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  10538. ^
  10539. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:199:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  10540. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  10541. ^
  10542. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  10543. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  10544. ^
  10545. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:199:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  10546. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  10547. ^
  10548. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  10549. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  10550. ^
  10551. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:199:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  10552. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  10553. ^
  10554. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:25:0,
  10555. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  10556. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  10557. from /usr/include/glibmm-2.4/glibmm.h:87,
  10558. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  10559. from applet.cpp:29:
  10560. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:199:117: error: expected primary-expression before ‘>’ token
  10561. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  10562. ^
  10563. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:199:118: error: expected primary-expression before ‘,’ token
  10564. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  10565. ^
  10566. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:199:144: error: expected primary-expression before ‘>’ token
  10567. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  10568. ^
  10569. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:199:145: error: expected primary-expression before ‘,’ token
  10570. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  10571. ^
  10572. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:199:171: error: expected primary-expression before ‘>’ token
  10573. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  10574. ^
  10575. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:199:172: error: expected primary-expression before ‘,’ token
  10576. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  10577. ^
  10578. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:199:198: error: expected primary-expression before ‘>>’ token
  10579. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  10580. ^
  10581. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h: In member function ‘typename sigc::hide_functor<-1, T_functor>::deduce_result_type<T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7>::type sigc::hide_functor<-1, T_functor>::operator()(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7)’:
  10582. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:223:66: error: ‘type_trait_pass_t’ was not declared in this scope
  10583. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  10584. ^
  10585. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  10586. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  10587. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  10588. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  10589. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  10590. from /usr/include/glibmm-2.4/glibmm.h:87,
  10591. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  10592. from applet.cpp:29:
  10593. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  10594. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  10595. ^
  10596. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:223:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  10597. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  10598. ^
  10599. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  10600. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  10601. ^
  10602. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:223:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  10603. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  10604. ^
  10605. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  10606. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  10607. ^
  10608. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:223:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  10609. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  10610. ^
  10611. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:25:0,
  10612. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  10613. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  10614. from /usr/include/glibmm-2.4/glibmm.h:87,
  10615. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  10616. from applet.cpp:29:
  10617. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:223:117: error: expected primary-expression before ‘>’ token
  10618. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  10619. ^
  10620. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:223:118: error: expected primary-expression before ‘,’ token
  10621. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  10622. ^
  10623. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:223:144: error: expected primary-expression before ‘>’ token
  10624. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  10625. ^
  10626. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:223:145: error: expected primary-expression before ‘,’ token
  10627. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  10628. ^
  10629. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:223:171: error: expected primary-expression before ‘>’ token
  10630. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  10631. ^
  10632. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:223:172: error: expected primary-expression before ‘,’ token
  10633. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  10634. ^
  10635. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:223:198: error: expected primary-expression before ‘>’ token
  10636. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  10637. ^
  10638. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:223:199: error: expected primary-expression before ‘,’ token
  10639. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  10640. ^
  10641. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:223:225: error: expected primary-expression before ‘>>’ token
  10642. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  10643. ^
  10644. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h: At global scope:
  10645. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:256:66: error: ‘type_trait_pass_t’ was not declared in this scope
  10646. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>::type type; };
  10647. ^
  10648. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:256:47: error: parse error in template argument list
  10649. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>::type type; };
  10650. ^
  10651. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:256:91: error: expected unqualified-id before ‘,’ token
  10652. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>::type type; };
  10653. ^
  10654. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h: In member function ‘typename sigc::hide_functor<0, T_functor>::deduce_result_type<T_arg1, T_arg2>::type sigc::hide_functor<0, T_functor>::operator()(T_arg1, T_arg2)’:
  10655. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:284:66: error: ‘type_trait_pass_t’ was not declared in this scope
  10656. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg2>>
  10657. ^
  10658. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  10659. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  10660. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  10661. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  10662. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  10663. from /usr/include/glibmm-2.4/glibmm.h:87,
  10664. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  10665. from applet.cpp:29:
  10666. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  10667. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  10668. ^
  10669. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:284:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  10670. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg2>>
  10671. ^
  10672. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  10673. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  10674. ^
  10675. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:284:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  10676. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg2>>
  10677. ^
  10678. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  10679. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  10680. ^
  10681. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:284:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  10682. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg2>>
  10683. ^
  10684. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:25:0,
  10685. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  10686. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  10687. from /usr/include/glibmm-2.4/glibmm.h:87,
  10688. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  10689. from applet.cpp:29:
  10690. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h: In member function ‘typename sigc::hide_functor<0, T_functor>::deduce_result_type<T_arg1, T_arg2, T_arg3>::type sigc::hide_functor<0, T_functor>::operator()(T_arg1, T_arg2, T_arg3)’:
  10691. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:304:66: error: ‘type_trait_pass_t’ was not declared in this scope
  10692. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>>
  10693. ^
  10694. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  10695. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  10696. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  10697. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  10698. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  10699. from /usr/include/glibmm-2.4/glibmm.h:87,
  10700. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  10701. from applet.cpp:29:
  10702. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  10703. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  10704. ^
  10705. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:304:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  10706. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>>
  10707. ^
  10708. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  10709. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  10710. ^
  10711. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:304:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  10712. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>>
  10713. ^
  10714. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  10715. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  10716. ^
  10717. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:304:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  10718. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>>
  10719. ^
  10720. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:25:0,
  10721. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  10722. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  10723. from /usr/include/glibmm-2.4/glibmm.h:87,
  10724. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  10725. from applet.cpp:29:
  10726. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:304:117: error: expected primary-expression before ‘>>’ token
  10727. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>>
  10728. ^
  10729. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h: In member function ‘typename sigc::hide_functor<0, T_functor>::deduce_result_type<T_arg1, T_arg2, T_arg3, T_arg4>::type sigc::hide_functor<0, T_functor>::operator()(T_arg1, T_arg2, T_arg3, T_arg4)’:
  10730. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:325:66: error: ‘type_trait_pass_t’ was not declared in this scope
  10731. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  10732. ^
  10733. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  10734. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  10735. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  10736. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  10737. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  10738. from /usr/include/glibmm-2.4/glibmm.h:87,
  10739. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  10740. from applet.cpp:29:
  10741. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  10742. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  10743. ^
  10744. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:325:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  10745. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  10746. ^
  10747. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  10748. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  10749. ^
  10750. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:325:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  10751. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  10752. ^
  10753. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  10754. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  10755. ^
  10756. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:325:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  10757. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  10758. ^
  10759. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:25:0,
  10760. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  10761. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  10762. from /usr/include/glibmm-2.4/glibmm.h:87,
  10763. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  10764. from applet.cpp:29:
  10765. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:325:117: error: expected primary-expression before ‘>’ token
  10766. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  10767. ^
  10768. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:325:118: error: expected primary-expression before ‘,’ token
  10769. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  10770. ^
  10771. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:325:144: error: expected primary-expression before ‘>>’ token
  10772. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  10773. ^
  10774. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h: In member function ‘typename sigc::hide_functor<0, T_functor>::deduce_result_type<T_arg1, T_arg2, T_arg3, T_arg4, T_arg5>::type sigc::hide_functor<0, T_functor>::operator()(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5)’:
  10775. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:347:66: error: ‘type_trait_pass_t’ was not declared in this scope
  10776. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  10777. ^
  10778. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  10779. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  10780. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  10781. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  10782. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  10783. from /usr/include/glibmm-2.4/glibmm.h:87,
  10784. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  10785. from applet.cpp:29:
  10786. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  10787. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  10788. ^
  10789. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:347:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  10790. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  10791. ^
  10792. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  10793. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  10794. ^
  10795. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:347:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  10796. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  10797. ^
  10798. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  10799. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  10800. ^
  10801. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:347:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  10802. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  10803. ^
  10804. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:25:0,
  10805. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  10806. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  10807. from /usr/include/glibmm-2.4/glibmm.h:87,
  10808. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  10809. from applet.cpp:29:
  10810. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:347:117: error: expected primary-expression before ‘>’ token
  10811. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  10812. ^
  10813. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:347:118: error: expected primary-expression before ‘,’ token
  10814. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  10815. ^
  10816. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:347:144: error: expected primary-expression before ‘>’ token
  10817. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  10818. ^
  10819. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:347:145: error: expected primary-expression before ‘,’ token
  10820. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  10821. ^
  10822. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:347:171: error: expected primary-expression before ‘>>’ token
  10823. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  10824. ^
  10825. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h: In member function ‘typename sigc::hide_functor<0, T_functor>::deduce_result_type<T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6>::type sigc::hide_functor<0, T_functor>::operator()(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6)’:
  10826. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:370:66: error: ‘type_trait_pass_t’ was not declared in this scope
  10827. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  10828. ^
  10829. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  10830. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  10831. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  10832. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  10833. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  10834. from /usr/include/glibmm-2.4/glibmm.h:87,
  10835. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  10836. from applet.cpp:29:
  10837. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  10838. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  10839. ^
  10840. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:370:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  10841. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  10842. ^
  10843. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  10844. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  10845. ^
  10846. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:370:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  10847. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  10848. ^
  10849. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  10850. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  10851. ^
  10852. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:370:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  10853. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  10854. ^
  10855. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:25:0,
  10856. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  10857. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  10858. from /usr/include/glibmm-2.4/glibmm.h:87,
  10859. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  10860. from applet.cpp:29:
  10861. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:370:117: error: expected primary-expression before ‘>’ token
  10862. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  10863. ^
  10864. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:370:118: error: expected primary-expression before ‘,’ token
  10865. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  10866. ^
  10867. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:370:144: error: expected primary-expression before ‘>’ token
  10868. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  10869. ^
  10870. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:370:145: error: expected primary-expression before ‘,’ token
  10871. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  10872. ^
  10873. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:370:171: error: expected primary-expression before ‘>’ token
  10874. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  10875. ^
  10876. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:370:172: error: expected primary-expression before ‘,’ token
  10877. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  10878. ^
  10879. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:370:198: error: expected primary-expression before ‘>>’ token
  10880. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  10881. ^
  10882. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h: In member function ‘typename sigc::hide_functor<0, T_functor>::deduce_result_type<T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7>::type sigc::hide_functor<0, T_functor>::operator()(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7)’:
  10883. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:394:66: error: ‘type_trait_pass_t’ was not declared in this scope
  10884. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  10885. ^
  10886. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  10887. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  10888. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  10889. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  10890. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  10891. from /usr/include/glibmm-2.4/glibmm.h:87,
  10892. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  10893. from applet.cpp:29:
  10894. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  10895. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  10896. ^
  10897. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:394:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  10898. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  10899. ^
  10900. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  10901. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  10902. ^
  10903. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:394:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  10904. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  10905. ^
  10906. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  10907. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  10908. ^
  10909. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:394:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  10910. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  10911. ^
  10912. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:25:0,
  10913. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  10914. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  10915. from /usr/include/glibmm-2.4/glibmm.h:87,
  10916. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  10917. from applet.cpp:29:
  10918. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:394:117: error: expected primary-expression before ‘>’ token
  10919. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  10920. ^
  10921. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:394:118: error: expected primary-expression before ‘,’ token
  10922. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  10923. ^
  10924. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:394:144: error: expected primary-expression before ‘>’ token
  10925. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  10926. ^
  10927. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:394:145: error: expected primary-expression before ‘,’ token
  10928. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  10929. ^
  10930. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:394:171: error: expected primary-expression before ‘>’ token
  10931. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  10932. ^
  10933. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:394:172: error: expected primary-expression before ‘,’ token
  10934. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  10935. ^
  10936. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:394:198: error: expected primary-expression before ‘>’ token
  10937. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  10938. ^
  10939. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:394:199: error: expected primary-expression before ‘,’ token
  10940. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  10941. ^
  10942. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:394:225: error: expected primary-expression before ‘>>’ token
  10943. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  10944. ^
  10945. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h: At global scope:
  10946. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:427:66: error: ‘type_trait_pass_t’ was not declared in this scope
  10947. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>::type type; };
  10948. ^
  10949. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:427:47: error: parse error in template argument list
  10950. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>::type type; };
  10951. ^
  10952. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:427:91: error: expected unqualified-id before ‘,’ token
  10953. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>::type type; };
  10954. ^
  10955. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h: In member function ‘typename sigc::hide_functor<1, T_functor>::deduce_result_type<T_arg1, T_arg2>::type sigc::hide_functor<1, T_functor>::operator()(T_arg1, T_arg2)’:
  10956. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:438:66: error: ‘type_trait_pass_t’ was not declared in this scope
  10957. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>>
  10958. ^
  10959. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  10960. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  10961. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  10962. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  10963. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  10964. from /usr/include/glibmm-2.4/glibmm.h:87,
  10965. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  10966. from applet.cpp:29:
  10967. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  10968. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  10969. ^
  10970. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:438:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  10971. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>>
  10972. ^
  10973. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  10974. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  10975. ^
  10976. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:438:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  10977. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>>
  10978. ^
  10979. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  10980. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  10981. ^
  10982. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:438:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  10983. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>>
  10984. ^
  10985. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:25:0,
  10986. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  10987. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  10988. from /usr/include/glibmm-2.4/glibmm.h:87,
  10989. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  10990. from applet.cpp:29:
  10991. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h: In member function ‘typename sigc::hide_functor<1, T_functor>::deduce_result_type<T_arg1, T_arg2, T_arg3>::type sigc::hide_functor<1, T_functor>::operator()(T_arg1, T_arg2, T_arg3)’:
  10992. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:458:66: error: ‘type_trait_pass_t’ was not declared in this scope
  10993. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg3>>
  10994. ^
  10995. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  10996. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  10997. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  10998. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  10999. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  11000. from /usr/include/glibmm-2.4/glibmm.h:87,
  11001. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  11002. from applet.cpp:29:
  11003. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  11004. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  11005. ^
  11006. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:458:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  11007. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg3>>
  11008. ^
  11009. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  11010. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  11011. ^
  11012. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:458:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  11013. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg3>>
  11014. ^
  11015. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  11016. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  11017. ^
  11018. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:458:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  11019. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg3>>
  11020. ^
  11021. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:25:0,
  11022. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  11023. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  11024. from /usr/include/glibmm-2.4/glibmm.h:87,
  11025. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  11026. from applet.cpp:29:
  11027. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:458:117: error: expected primary-expression before ‘>>’ token
  11028. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg3>>
  11029. ^
  11030. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h: In member function ‘typename sigc::hide_functor<1, T_functor>::deduce_result_type<T_arg1, T_arg2, T_arg3, T_arg4>::type sigc::hide_functor<1, T_functor>::operator()(T_arg1, T_arg2, T_arg3, T_arg4)’:
  11031. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:479:66: error: ‘type_trait_pass_t’ was not declared in this scope
  11032. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  11033. ^
  11034. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  11035. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  11036. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  11037. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  11038. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  11039. from /usr/include/glibmm-2.4/glibmm.h:87,
  11040. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  11041. from applet.cpp:29:
  11042. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  11043. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  11044. ^
  11045. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:479:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  11046. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  11047. ^
  11048. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  11049. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  11050. ^
  11051. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:479:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  11052. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  11053. ^
  11054. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  11055. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  11056. ^
  11057. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:479:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  11058. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  11059. ^
  11060. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:25:0,
  11061. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  11062. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  11063. from /usr/include/glibmm-2.4/glibmm.h:87,
  11064. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  11065. from applet.cpp:29:
  11066. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:479:117: error: expected primary-expression before ‘>’ token
  11067. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  11068. ^
  11069. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:479:118: error: expected primary-expression before ‘,’ token
  11070. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  11071. ^
  11072. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:479:144: error: expected primary-expression before ‘>>’ token
  11073. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  11074. ^
  11075. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h: In member function ‘typename sigc::hide_functor<1, T_functor>::deduce_result_type<T_arg1, T_arg2, T_arg3, T_arg4, T_arg5>::type sigc::hide_functor<1, T_functor>::operator()(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5)’:
  11076. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:501:66: error: ‘type_trait_pass_t’ was not declared in this scope
  11077. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  11078. ^
  11079. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  11080. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  11081. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  11082. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  11083. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  11084. from /usr/include/glibmm-2.4/glibmm.h:87,
  11085. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  11086. from applet.cpp:29:
  11087. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  11088. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  11089. ^
  11090. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:501:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  11091. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  11092. ^
  11093. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  11094. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  11095. ^
  11096. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:501:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  11097. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  11098. ^
  11099. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  11100. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  11101. ^
  11102. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:501:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  11103. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  11104. ^
  11105. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:25:0,
  11106. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  11107. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  11108. from /usr/include/glibmm-2.4/glibmm.h:87,
  11109. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  11110. from applet.cpp:29:
  11111. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:501:117: error: expected primary-expression before ‘>’ token
  11112. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  11113. ^
  11114. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:501:118: error: expected primary-expression before ‘,’ token
  11115. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  11116. ^
  11117. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:501:144: error: expected primary-expression before ‘>’ token
  11118. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  11119. ^
  11120. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:501:145: error: expected primary-expression before ‘,’ token
  11121. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  11122. ^
  11123. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:501:171: error: expected primary-expression before ‘>>’ token
  11124. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  11125. ^
  11126. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h: In member function ‘typename sigc::hide_functor<1, T_functor>::deduce_result_type<T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6>::type sigc::hide_functor<1, T_functor>::operator()(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6)’:
  11127. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:524:66: error: ‘type_trait_pass_t’ was not declared in this scope
  11128. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  11129. ^
  11130. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  11131. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  11132. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  11133. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  11134. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  11135. from /usr/include/glibmm-2.4/glibmm.h:87,
  11136. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  11137. from applet.cpp:29:
  11138. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  11139. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  11140. ^
  11141. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:524:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  11142. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  11143. ^
  11144. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  11145. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  11146. ^
  11147. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:524:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  11148. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  11149. ^
  11150. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  11151. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  11152. ^
  11153. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:524:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  11154. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  11155. ^
  11156. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:25:0,
  11157. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  11158. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  11159. from /usr/include/glibmm-2.4/glibmm.h:87,
  11160. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  11161. from applet.cpp:29:
  11162. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:524:117: error: expected primary-expression before ‘>’ token
  11163. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  11164. ^
  11165. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:524:118: error: expected primary-expression before ‘,’ token
  11166. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  11167. ^
  11168. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:524:144: error: expected primary-expression before ‘>’ token
  11169. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  11170. ^
  11171. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:524:145: error: expected primary-expression before ‘,’ token
  11172. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  11173. ^
  11174. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:524:171: error: expected primary-expression before ‘>’ token
  11175. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  11176. ^
  11177. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:524:172: error: expected primary-expression before ‘,’ token
  11178. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  11179. ^
  11180. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:524:198: error: expected primary-expression before ‘>>’ token
  11181. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  11182. ^
  11183. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h: In member function ‘typename sigc::hide_functor<1, T_functor>::deduce_result_type<T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7>::type sigc::hide_functor<1, T_functor>::operator()(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7)’:
  11184. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:548:66: error: ‘type_trait_pass_t’ was not declared in this scope
  11185. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  11186. ^
  11187. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  11188. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  11189. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  11190. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  11191. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  11192. from /usr/include/glibmm-2.4/glibmm.h:87,
  11193. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  11194. from applet.cpp:29:
  11195. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  11196. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  11197. ^
  11198. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:548:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  11199. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  11200. ^
  11201. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  11202. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  11203. ^
  11204. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:548:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  11205. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  11206. ^
  11207. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  11208. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  11209. ^
  11210. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:548:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  11211. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  11212. ^
  11213. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:25:0,
  11214. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  11215. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  11216. from /usr/include/glibmm-2.4/glibmm.h:87,
  11217. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  11218. from applet.cpp:29:
  11219. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:548:117: error: expected primary-expression before ‘>’ token
  11220. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  11221. ^
  11222. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:548:118: error: expected primary-expression before ‘,’ token
  11223. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  11224. ^
  11225. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:548:144: error: expected primary-expression before ‘>’ token
  11226. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  11227. ^
  11228. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:548:145: error: expected primary-expression before ‘,’ token
  11229. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  11230. ^
  11231. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:548:171: error: expected primary-expression before ‘>’ token
  11232. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  11233. ^
  11234. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:548:172: error: expected primary-expression before ‘,’ token
  11235. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  11236. ^
  11237. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:548:198: error: expected primary-expression before ‘>’ token
  11238. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  11239. ^
  11240. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:548:199: error: expected primary-expression before ‘,’ token
  11241. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  11242. ^
  11243. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:548:225: error: expected primary-expression before ‘>>’ token
  11244. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  11245. ^
  11246. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h: At global scope:
  11247. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:580:66: error: ‘type_trait_pass_t’ was not declared in this scope
  11248. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>::type type; };
  11249. ^
  11250. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:580:47: error: parse error in template argument list
  11251. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>::type type; };
  11252. ^
  11253. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:580:91: error: expected unqualified-id before ‘,’ token
  11254. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>::type type; };
  11255. ^
  11256. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h: In member function ‘typename sigc::hide_functor<2, T_functor>::deduce_result_type<T_arg1, T_arg2, T_arg3>::type sigc::hide_functor<2, T_functor>::operator()(T_arg1, T_arg2, T_arg3)’:
  11257. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:592:66: error: ‘type_trait_pass_t’ was not declared in this scope
  11258. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>>
  11259. ^
  11260. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  11261. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  11262. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  11263. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  11264. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  11265. from /usr/include/glibmm-2.4/glibmm.h:87,
  11266. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  11267. from applet.cpp:29:
  11268. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  11269. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  11270. ^
  11271. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:592:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  11272. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>>
  11273. ^
  11274. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  11275. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  11276. ^
  11277. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:592:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  11278. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>>
  11279. ^
  11280. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  11281. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  11282. ^
  11283. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:592:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  11284. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>>
  11285. ^
  11286. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:25:0,
  11287. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  11288. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  11289. from /usr/include/glibmm-2.4/glibmm.h:87,
  11290. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  11291. from applet.cpp:29:
  11292. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:592:117: error: expected primary-expression before ‘>>’ token
  11293. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>>
  11294. ^
  11295. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h: In member function ‘typename sigc::hide_functor<2, T_functor>::deduce_result_type<T_arg1, T_arg2, T_arg3, T_arg4>::type sigc::hide_functor<2, T_functor>::operator()(T_arg1, T_arg2, T_arg3, T_arg4)’:
  11296. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:613:66: error: ‘type_trait_pass_t’ was not declared in this scope
  11297. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg4>>
  11298. ^
  11299. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  11300. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  11301. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  11302. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  11303. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  11304. from /usr/include/glibmm-2.4/glibmm.h:87,
  11305. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  11306. from applet.cpp:29:
  11307. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  11308. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  11309. ^
  11310. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:613:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  11311. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg4>>
  11312. ^
  11313. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  11314. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  11315. ^
  11316. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:613:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  11317. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg4>>
  11318. ^
  11319. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  11320. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  11321. ^
  11322. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:613:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  11323. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg4>>
  11324. ^
  11325. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:25:0,
  11326. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  11327. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  11328. from /usr/include/glibmm-2.4/glibmm.h:87,
  11329. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  11330. from applet.cpp:29:
  11331. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:613:117: error: expected primary-expression before ‘>’ token
  11332. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg4>>
  11333. ^
  11334. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:613:118: error: expected primary-expression before ‘,’ token
  11335. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg4>>
  11336. ^
  11337. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:613:144: error: expected primary-expression before ‘>>’ token
  11338. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg4>>
  11339. ^
  11340. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h: In member function ‘typename sigc::hide_functor<2, T_functor>::deduce_result_type<T_arg1, T_arg2, T_arg3, T_arg4, T_arg5>::type sigc::hide_functor<2, T_functor>::operator()(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5)’:
  11341. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:635:66: error: ‘type_trait_pass_t’ was not declared in this scope
  11342. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  11343. ^
  11344. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  11345. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  11346. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  11347. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  11348. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  11349. from /usr/include/glibmm-2.4/glibmm.h:87,
  11350. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  11351. from applet.cpp:29:
  11352. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  11353. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  11354. ^
  11355. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:635:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  11356. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  11357. ^
  11358. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  11359. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  11360. ^
  11361. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:635:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  11362. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  11363. ^
  11364. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  11365. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  11366. ^
  11367. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:635:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  11368. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  11369. ^
  11370. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:25:0,
  11371. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  11372. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  11373. from /usr/include/glibmm-2.4/glibmm.h:87,
  11374. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  11375. from applet.cpp:29:
  11376. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:635:117: error: expected primary-expression before ‘>’ token
  11377. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  11378. ^
  11379. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:635:118: error: expected primary-expression before ‘,’ token
  11380. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  11381. ^
  11382. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:635:144: error: expected primary-expression before ‘>’ token
  11383. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  11384. ^
  11385. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:635:145: error: expected primary-expression before ‘,’ token
  11386. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  11387. ^
  11388. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:635:171: error: expected primary-expression before ‘>>’ token
  11389. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  11390. ^
  11391. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h: In member function ‘typename sigc::hide_functor<2, T_functor>::deduce_result_type<T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6>::type sigc::hide_functor<2, T_functor>::operator()(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6)’:
  11392. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:658:66: error: ‘type_trait_pass_t’ was not declared in this scope
  11393. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  11394. ^
  11395. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  11396. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  11397. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  11398. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  11399. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  11400. from /usr/include/glibmm-2.4/glibmm.h:87,
  11401. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  11402. from applet.cpp:29:
  11403. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  11404. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  11405. ^
  11406. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:658:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  11407. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  11408. ^
  11409. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  11410. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  11411. ^
  11412. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:658:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  11413. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  11414. ^
  11415. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  11416. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  11417. ^
  11418. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:658:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  11419. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  11420. ^
  11421. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:25:0,
  11422. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  11423. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  11424. from /usr/include/glibmm-2.4/glibmm.h:87,
  11425. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  11426. from applet.cpp:29:
  11427. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:658:117: error: expected primary-expression before ‘>’ token
  11428. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  11429. ^
  11430. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:658:118: error: expected primary-expression before ‘,’ token
  11431. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  11432. ^
  11433. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:658:144: error: expected primary-expression before ‘>’ token
  11434. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  11435. ^
  11436. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:658:145: error: expected primary-expression before ‘,’ token
  11437. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  11438. ^
  11439. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:658:171: error: expected primary-expression before ‘>’ token
  11440. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  11441. ^
  11442. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:658:172: error: expected primary-expression before ‘,’ token
  11443. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  11444. ^
  11445. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:658:198: error: expected primary-expression before ‘>>’ token
  11446. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  11447. ^
  11448. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h: In member function ‘typename sigc::hide_functor<2, T_functor>::deduce_result_type<T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7>::type sigc::hide_functor<2, T_functor>::operator()(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7)’:
  11449. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:682:66: error: ‘type_trait_pass_t’ was not declared in this scope
  11450. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  11451. ^
  11452. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  11453. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  11454. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  11455. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  11456. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  11457. from /usr/include/glibmm-2.4/glibmm.h:87,
  11458. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  11459. from applet.cpp:29:
  11460. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  11461. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  11462. ^
  11463. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:682:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  11464. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  11465. ^
  11466. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  11467. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  11468. ^
  11469. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:682:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  11470. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  11471. ^
  11472. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  11473. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  11474. ^
  11475. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:682:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  11476. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  11477. ^
  11478. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:25:0,
  11479. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  11480. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  11481. from /usr/include/glibmm-2.4/glibmm.h:87,
  11482. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  11483. from applet.cpp:29:
  11484. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:682:117: error: expected primary-expression before ‘>’ token
  11485. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  11486. ^
  11487. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:682:118: error: expected primary-expression before ‘,’ token
  11488. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  11489. ^
  11490. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:682:144: error: expected primary-expression before ‘>’ token
  11491. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  11492. ^
  11493. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:682:145: error: expected primary-expression before ‘,’ token
  11494. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  11495. ^
  11496. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:682:171: error: expected primary-expression before ‘>’ token
  11497. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  11498. ^
  11499. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:682:172: error: expected primary-expression before ‘,’ token
  11500. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  11501. ^
  11502. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:682:198: error: expected primary-expression before ‘>’ token
  11503. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  11504. ^
  11505. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:682:199: error: expected primary-expression before ‘,’ token
  11506. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  11507. ^
  11508. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:682:225: error: expected primary-expression before ‘>>’ token
  11509. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  11510. ^
  11511. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h: At global scope:
  11512. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:714:66: error: ‘type_trait_pass_t’ was not declared in this scope
  11513. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>::type type; };
  11514. ^
  11515. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:714:47: error: parse error in template argument list
  11516. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>::type type; };
  11517. ^
  11518. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:714:91: error: expected unqualified-id before ‘,’ token
  11519. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>::type type; };
  11520. ^
  11521. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h: In member function ‘typename sigc::hide_functor<3, T_functor>::deduce_result_type<T_arg1, T_arg2, T_arg3, T_arg4>::type sigc::hide_functor<3, T_functor>::operator()(T_arg1, T_arg2, T_arg3, T_arg4)’:
  11522. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:727:66: error: ‘type_trait_pass_t’ was not declared in this scope
  11523. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>>
  11524. ^
  11525. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  11526. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  11527. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  11528. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  11529. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  11530. from /usr/include/glibmm-2.4/glibmm.h:87,
  11531. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  11532. from applet.cpp:29:
  11533. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  11534. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  11535. ^
  11536. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:727:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  11537. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>>
  11538. ^
  11539. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  11540. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  11541. ^
  11542. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:727:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  11543. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>>
  11544. ^
  11545. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  11546. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  11547. ^
  11548. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:727:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  11549. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>>
  11550. ^
  11551. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:25:0,
  11552. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  11553. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  11554. from /usr/include/glibmm-2.4/glibmm.h:87,
  11555. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  11556. from applet.cpp:29:
  11557. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:727:117: error: expected primary-expression before ‘>’ token
  11558. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>>
  11559. ^
  11560. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:727:118: error: expected primary-expression before ‘,’ token
  11561. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>>
  11562. ^
  11563. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:727:144: error: expected primary-expression before ‘>>’ token
  11564. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>>
  11565. ^
  11566. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h: In member function ‘typename sigc::hide_functor<3, T_functor>::deduce_result_type<T_arg1, T_arg2, T_arg3, T_arg4, T_arg5>::type sigc::hide_functor<3, T_functor>::operator()(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5)’:
  11567. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:749:66: error: ‘type_trait_pass_t’ was not declared in this scope
  11568. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg5>>
  11569. ^
  11570. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  11571. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  11572. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  11573. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  11574. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  11575. from /usr/include/glibmm-2.4/glibmm.h:87,
  11576. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  11577. from applet.cpp:29:
  11578. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  11579. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  11580. ^
  11581. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:749:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  11582. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg5>>
  11583. ^
  11584. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  11585. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  11586. ^
  11587. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:749:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  11588. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg5>>
  11589. ^
  11590. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  11591. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  11592. ^
  11593. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:749:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  11594. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg5>>
  11595. ^
  11596. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:25:0,
  11597. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  11598. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  11599. from /usr/include/glibmm-2.4/glibmm.h:87,
  11600. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  11601. from applet.cpp:29:
  11602. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:749:117: error: expected primary-expression before ‘>’ token
  11603. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg5>>
  11604. ^
  11605. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:749:118: error: expected primary-expression before ‘,’ token
  11606. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg5>>
  11607. ^
  11608. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:749:144: error: expected primary-expression before ‘>’ token
  11609. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg5>>
  11610. ^
  11611. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:749:145: error: expected primary-expression before ‘,’ token
  11612. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg5>>
  11613. ^
  11614. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:749:171: error: expected primary-expression before ‘>>’ token
  11615. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg5>>
  11616. ^
  11617. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h: In member function ‘typename sigc::hide_functor<3, T_functor>::deduce_result_type<T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6>::type sigc::hide_functor<3, T_functor>::operator()(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6)’:
  11618. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:772:66: error: ‘type_trait_pass_t’ was not declared in this scope
  11619. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  11620. ^
  11621. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  11622. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  11623. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  11624. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  11625. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  11626. from /usr/include/glibmm-2.4/glibmm.h:87,
  11627. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  11628. from applet.cpp:29:
  11629. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  11630. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  11631. ^
  11632. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:772:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  11633. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  11634. ^
  11635. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  11636. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  11637. ^
  11638. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:772:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  11639. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  11640. ^
  11641. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  11642. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  11643. ^
  11644. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:772:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  11645. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  11646. ^
  11647. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:25:0,
  11648. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  11649. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  11650. from /usr/include/glibmm-2.4/glibmm.h:87,
  11651. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  11652. from applet.cpp:29:
  11653. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:772:117: error: expected primary-expression before ‘>’ token
  11654. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  11655. ^
  11656. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:772:118: error: expected primary-expression before ‘,’ token
  11657. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  11658. ^
  11659. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:772:144: error: expected primary-expression before ‘>’ token
  11660. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  11661. ^
  11662. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:772:145: error: expected primary-expression before ‘,’ token
  11663. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  11664. ^
  11665. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:772:171: error: expected primary-expression before ‘>’ token
  11666. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  11667. ^
  11668. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:772:172: error: expected primary-expression before ‘,’ token
  11669. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  11670. ^
  11671. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:772:198: error: expected primary-expression before ‘>>’ token
  11672. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  11673. ^
  11674. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h: In member function ‘typename sigc::hide_functor<3, T_functor>::deduce_result_type<T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7>::type sigc::hide_functor<3, T_functor>::operator()(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7)’:
  11675. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:796:66: error: ‘type_trait_pass_t’ was not declared in this scope
  11676. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  11677. ^
  11678. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  11679. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  11680. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  11681. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  11682. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  11683. from /usr/include/glibmm-2.4/glibmm.h:87,
  11684. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  11685. from applet.cpp:29:
  11686. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  11687. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  11688. ^
  11689. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:796:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  11690. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  11691. ^
  11692. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  11693. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  11694. ^
  11695. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:796:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  11696. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  11697. ^
  11698. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  11699. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  11700. ^
  11701. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:796:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  11702. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  11703. ^
  11704. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:25:0,
  11705. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  11706. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  11707. from /usr/include/glibmm-2.4/glibmm.h:87,
  11708. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  11709. from applet.cpp:29:
  11710. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:796:117: error: expected primary-expression before ‘>’ token
  11711. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  11712. ^
  11713. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:796:118: error: expected primary-expression before ‘,’ token
  11714. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  11715. ^
  11716. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:796:144: error: expected primary-expression before ‘>’ token
  11717. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  11718. ^
  11719. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:796:145: error: expected primary-expression before ‘,’ token
  11720. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  11721. ^
  11722. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:796:171: error: expected primary-expression before ‘>’ token
  11723. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  11724. ^
  11725. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:796:172: error: expected primary-expression before ‘,’ token
  11726. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  11727. ^
  11728. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:796:198: error: expected primary-expression before ‘>’ token
  11729. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  11730. ^
  11731. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:796:199: error: expected primary-expression before ‘,’ token
  11732. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  11733. ^
  11734. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:796:225: error: expected primary-expression before ‘>>’ token
  11735. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  11736. ^
  11737. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h: At global scope:
  11738. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:828:66: error: ‘type_trait_pass_t’ was not declared in this scope
  11739. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>::type type; };
  11740. ^
  11741. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:828:47: error: parse error in template argument list
  11742. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>::type type; };
  11743. ^
  11744. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:828:91: error: expected unqualified-id before ‘,’ token
  11745. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>::type type; };
  11746. ^
  11747. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h: In member function ‘typename sigc::hide_functor<4, T_functor>::deduce_result_type<T_arg1, T_arg2, T_arg3, T_arg4, T_arg5>::type sigc::hide_functor<4, T_functor>::operator()(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5)’:
  11748. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:842:66: error: ‘type_trait_pass_t’ was not declared in this scope
  11749. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  11750. ^
  11751. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  11752. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  11753. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  11754. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  11755. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  11756. from /usr/include/glibmm-2.4/glibmm.h:87,
  11757. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  11758. from applet.cpp:29:
  11759. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  11760. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  11761. ^
  11762. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:842:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  11763. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  11764. ^
  11765. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  11766. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  11767. ^
  11768. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:842:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  11769. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  11770. ^
  11771. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  11772. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  11773. ^
  11774. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:842:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  11775. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  11776. ^
  11777. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:25:0,
  11778. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  11779. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  11780. from /usr/include/glibmm-2.4/glibmm.h:87,
  11781. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  11782. from applet.cpp:29:
  11783. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:842:117: error: expected primary-expression before ‘>’ token
  11784. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  11785. ^
  11786. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:842:118: error: expected primary-expression before ‘,’ token
  11787. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  11788. ^
  11789. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:842:144: error: expected primary-expression before ‘>’ token
  11790. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  11791. ^
  11792. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:842:145: error: expected primary-expression before ‘,’ token
  11793. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  11794. ^
  11795. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:842:171: error: expected primary-expression before ‘>>’ token
  11796. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  11797. ^
  11798. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h: In member function ‘typename sigc::hide_functor<4, T_functor>::deduce_result_type<T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6>::type sigc::hide_functor<4, T_functor>::operator()(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6)’:
  11799. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:865:66: error: ‘type_trait_pass_t’ was not declared in this scope
  11800. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg6>>
  11801. ^
  11802. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  11803. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  11804. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  11805. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  11806. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  11807. from /usr/include/glibmm-2.4/glibmm.h:87,
  11808. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  11809. from applet.cpp:29:
  11810. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  11811. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  11812. ^
  11813. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:865:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  11814. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg6>>
  11815. ^
  11816. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  11817. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  11818. ^
  11819. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:865:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  11820. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg6>>
  11821. ^
  11822. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  11823. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  11824. ^
  11825. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:865:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  11826. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg6>>
  11827. ^
  11828. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:25:0,
  11829. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  11830. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  11831. from /usr/include/glibmm-2.4/glibmm.h:87,
  11832. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  11833. from applet.cpp:29:
  11834. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:865:117: error: expected primary-expression before ‘>’ token
  11835. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg6>>
  11836. ^
  11837. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:865:118: error: expected primary-expression before ‘,’ token
  11838. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg6>>
  11839. ^
  11840. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:865:144: error: expected primary-expression before ‘>’ token
  11841. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg6>>
  11842. ^
  11843. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:865:145: error: expected primary-expression before ‘,’ token
  11844. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg6>>
  11845. ^
  11846. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:865:171: error: expected primary-expression before ‘>’ token
  11847. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg6>>
  11848. ^
  11849. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:865:172: error: expected primary-expression before ‘,’ token
  11850. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg6>>
  11851. ^
  11852. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:865:198: error: expected primary-expression before ‘>>’ token
  11853. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg6>>
  11854. ^
  11855. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h: In member function ‘typename sigc::hide_functor<4, T_functor>::deduce_result_type<T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7>::type sigc::hide_functor<4, T_functor>::operator()(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7)’:
  11856. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:889:66: error: ‘type_trait_pass_t’ was not declared in this scope
  11857. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  11858. ^
  11859. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  11860. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  11861. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  11862. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  11863. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  11864. from /usr/include/glibmm-2.4/glibmm.h:87,
  11865. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  11866. from applet.cpp:29:
  11867. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  11868. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  11869. ^
  11870. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:889:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  11871. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  11872. ^
  11873. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  11874. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  11875. ^
  11876. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:889:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  11877. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  11878. ^
  11879. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  11880. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  11881. ^
  11882. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:889:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  11883. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  11884. ^
  11885. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:25:0,
  11886. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  11887. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  11888. from /usr/include/glibmm-2.4/glibmm.h:87,
  11889. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  11890. from applet.cpp:29:
  11891. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:889:117: error: expected primary-expression before ‘>’ token
  11892. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  11893. ^
  11894. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:889:118: error: expected primary-expression before ‘,’ token
  11895. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  11896. ^
  11897. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:889:144: error: expected primary-expression before ‘>’ token
  11898. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  11899. ^
  11900. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:889:145: error: expected primary-expression before ‘,’ token
  11901. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  11902. ^
  11903. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:889:171: error: expected primary-expression before ‘>’ token
  11904. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  11905. ^
  11906. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:889:172: error: expected primary-expression before ‘,’ token
  11907. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  11908. ^
  11909. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:889:198: error: expected primary-expression before ‘>’ token
  11910. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  11911. ^
  11912. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:889:199: error: expected primary-expression before ‘,’ token
  11913. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  11914. ^
  11915. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:889:225: error: expected primary-expression before ‘>>’ token
  11916. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  11917. ^
  11918. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h: At global scope:
  11919. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:921:66: error: ‘type_trait_pass_t’ was not declared in this scope
  11920. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg7>>::type type; };
  11921. ^
  11922. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:921:47: error: parse error in template argument list
  11923. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg7>>::type type; };
  11924. ^
  11925. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:921:91: error: expected unqualified-id before ‘,’ token
  11926. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg7>>::type type; };
  11927. ^
  11928. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h: In member function ‘typename sigc::hide_functor<5, T_functor>::deduce_result_type<T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6>::type sigc::hide_functor<5, T_functor>::operator()(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6)’:
  11929. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:936:66: error: ‘type_trait_pass_t’ was not declared in this scope
  11930. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  11931. ^
  11932. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  11933. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  11934. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  11935. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  11936. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  11937. from /usr/include/glibmm-2.4/glibmm.h:87,
  11938. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  11939. from applet.cpp:29:
  11940. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  11941. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  11942. ^
  11943. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:936:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  11944. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  11945. ^
  11946. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  11947. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  11948. ^
  11949. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:936:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  11950. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  11951. ^
  11952. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  11953. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  11954. ^
  11955. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:936:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  11956. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  11957. ^
  11958. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:25:0,
  11959. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  11960. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  11961. from /usr/include/glibmm-2.4/glibmm.h:87,
  11962. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  11963. from applet.cpp:29:
  11964. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:936:117: error: expected primary-expression before ‘>’ token
  11965. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  11966. ^
  11967. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:936:118: error: expected primary-expression before ‘,’ token
  11968. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  11969. ^
  11970. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:936:144: error: expected primary-expression before ‘>’ token
  11971. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  11972. ^
  11973. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:936:145: error: expected primary-expression before ‘,’ token
  11974. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  11975. ^
  11976. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:936:171: error: expected primary-expression before ‘>’ token
  11977. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  11978. ^
  11979. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:936:172: error: expected primary-expression before ‘,’ token
  11980. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  11981. ^
  11982. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:936:198: error: expected primary-expression before ‘>>’ token
  11983. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  11984. ^
  11985. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h: In member function ‘typename sigc::hide_functor<5, T_functor>::deduce_result_type<T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7>::type sigc::hide_functor<5, T_functor>::operator()(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7)’:
  11986. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:960:66: error: ‘type_trait_pass_t’ was not declared in this scope
  11987. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg7>>
  11988. ^
  11989. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  11990. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  11991. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  11992. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  11993. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  11994. from /usr/include/glibmm-2.4/glibmm.h:87,
  11995. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  11996. from applet.cpp:29:
  11997. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  11998. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  11999. ^
  12000. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:960:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  12001. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg7>>
  12002. ^
  12003. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  12004. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  12005. ^
  12006. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:960:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  12007. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg7>>
  12008. ^
  12009. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  12010. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  12011. ^
  12012. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:960:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  12013. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg7>>
  12014. ^
  12015. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:25:0,
  12016. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  12017. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  12018. from /usr/include/glibmm-2.4/glibmm.h:87,
  12019. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  12020. from applet.cpp:29:
  12021. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:960:117: error: expected primary-expression before ‘>’ token
  12022. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg7>>
  12023. ^
  12024. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:960:118: error: expected primary-expression before ‘,’ token
  12025. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg7>>
  12026. ^
  12027. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:960:144: error: expected primary-expression before ‘>’ token
  12028. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg7>>
  12029. ^
  12030. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:960:145: error: expected primary-expression before ‘,’ token
  12031. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg7>>
  12032. ^
  12033. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:960:171: error: expected primary-expression before ‘>’ token
  12034. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg7>>
  12035. ^
  12036. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:960:172: error: expected primary-expression before ‘,’ token
  12037. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg7>>
  12038. ^
  12039. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:960:198: error: expected primary-expression before ‘>’ token
  12040. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg7>>
  12041. ^
  12042. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:960:199: error: expected primary-expression before ‘,’ token
  12043. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg7>>
  12044. ^
  12045. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:960:225: error: expected primary-expression before ‘>>’ token
  12046. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg7>>
  12047. ^
  12048. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h: At global scope:
  12049. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:992:66: error: ‘type_trait_pass_t’ was not declared in this scope
  12050. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>::type type; };
  12051. ^
  12052. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:992:47: error: parse error in template argument list
  12053. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>::type type; };
  12054. ^
  12055. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:992:91: error: expected unqualified-id before ‘,’ token
  12056. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>::type type; };
  12057. ^
  12058. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h: In member function ‘typename sigc::hide_functor<6, T_functor>::deduce_result_type<T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7>::type sigc::hide_functor<6, T_functor>::operator()(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7)’:
  12059. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:1008:66: error: ‘type_trait_pass_t’ was not declared in this scope
  12060. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  12061. ^
  12062. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  12063. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  12064. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  12065. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  12066. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  12067. from /usr/include/glibmm-2.4/glibmm.h:87,
  12068. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  12069. from applet.cpp:29:
  12070. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  12071. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  12072. ^
  12073. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:1008:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  12074. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  12075. ^
  12076. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  12077. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  12078. ^
  12079. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:1008:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  12080. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  12081. ^
  12082. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  12083. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  12084. ^
  12085. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:1008:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  12086. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  12087. ^
  12088. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:25:0,
  12089. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  12090. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  12091. from /usr/include/glibmm-2.4/glibmm.h:87,
  12092. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  12093. from applet.cpp:29:
  12094. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:1008:117: error: expected primary-expression before ‘>’ token
  12095. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  12096. ^
  12097. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:1008:118: error: expected primary-expression before ‘,’ token
  12098. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  12099. ^
  12100. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:1008:144: error: expected primary-expression before ‘>’ token
  12101. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  12102. ^
  12103. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:1008:145: error: expected primary-expression before ‘,’ token
  12104. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  12105. ^
  12106. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:1008:171: error: expected primary-expression before ‘>’ token
  12107. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  12108. ^
  12109. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:1008:172: error: expected primary-expression before ‘,’ token
  12110. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  12111. ^
  12112. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:1008:198: error: expected primary-expression before ‘>’ token
  12113. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  12114. ^
  12115. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:1008:199: error: expected primary-expression before ‘,’ token
  12116. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  12117. ^
  12118. /usr/include/sigc++-2.0/sigc++/adaptors/hide.h:1008:225: error: expected primary-expression before ‘>>’ token
  12119. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  12120. ^
  12121. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:26:0,
  12122. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  12123. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  12124. from /usr/include/glibmm-2.4/glibmm.h:87,
  12125. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  12126. from applet.cpp:29:
  12127. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h: At global scope:
  12128. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h:133:51: error: expected ‘)’ before ‘<’ token
  12129. explicit retype_return_functor(type_trait_take_t<T_functor> _A_functor)
  12130. ^
  12131. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:26:0,
  12132. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  12133. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  12134. from /usr/include/glibmm-2.4/glibmm.h:87,
  12135. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  12136. from applet.cpp:29:
  12137. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h: In member function ‘T_return sigc::retype_return_functor<T_return, T_functor>::operator()(T_arg1)’:
  12138. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h:32:75: error: ‘type_trait_pass_t’ was not declared in this scope
  12139. { return T_return(this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>>
  12140. ^
  12141. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  12142. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  12143. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  12144. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  12145. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  12146. from /usr/include/glibmm-2.4/glibmm.h:87,
  12147. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  12148. from applet.cpp:29:
  12149. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  12150. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  12151. ^
  12152. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h:32:38: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  12153. { return T_return(this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>>
  12154. ^
  12155. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:26:0,
  12156. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  12157. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  12158. from /usr/include/glibmm-2.4/glibmm.h:87,
  12159. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  12160. from applet.cpp:29:
  12161. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h:32:22: error: expected primary-expression before ‘(’ token
  12162. { return T_return(this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>>
  12163. ^
  12164. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h: In member function ‘T_return sigc::retype_return_functor<T_return, T_functor>::operator()(T_arg1, T_arg2)’:
  12165. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h:46:75: error: ‘type_trait_pass_t’ was not declared in this scope
  12166. { return T_return(this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>>
  12167. ^
  12168. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  12169. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  12170. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  12171. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  12172. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  12173. from /usr/include/glibmm-2.4/glibmm.h:87,
  12174. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  12175. from applet.cpp:29:
  12176. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  12177. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  12178. ^
  12179. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h:46:38: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  12180. { return T_return(this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>>
  12181. ^
  12182. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:26:0,
  12183. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  12184. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  12185. from /usr/include/glibmm-2.4/glibmm.h:87,
  12186. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  12187. from applet.cpp:29:
  12188. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h:46:22: error: expected primary-expression before ‘(’ token
  12189. { return T_return(this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>>
  12190. ^
  12191. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h:46:126: error: expected primary-expression before ‘>>’ token
  12192. { return T_return(this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>>
  12193. ^
  12194. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h: In member function ‘T_return sigc::retype_return_functor<T_return, T_functor>::operator()(T_arg1, T_arg2, T_arg3)’:
  12195. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h:60:75: error: ‘type_trait_pass_t’ was not declared in this scope
  12196. { return T_return(this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>>
  12197. ^
  12198. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  12199. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  12200. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  12201. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  12202. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  12203. from /usr/include/glibmm-2.4/glibmm.h:87,
  12204. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  12205. from applet.cpp:29:
  12206. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  12207. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  12208. ^
  12209. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h:60:38: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  12210. { return T_return(this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>>
  12211. ^
  12212. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:26:0,
  12213. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  12214. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  12215. from /usr/include/glibmm-2.4/glibmm.h:87,
  12216. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  12217. from applet.cpp:29:
  12218. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h:60:22: error: expected primary-expression before ‘(’ token
  12219. { return T_return(this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>>
  12220. ^
  12221. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h:60:126: error: expected primary-expression before ‘>’ token
  12222. { return T_return(this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>>
  12223. ^
  12224. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h:60:127: error: expected primary-expression before ‘,’ token
  12225. { return T_return(this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>>
  12226. ^
  12227. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h:60:153: error: expected primary-expression before ‘>>’ token
  12228. { return T_return(this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>>
  12229. ^
  12230. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h: In member function ‘T_return sigc::retype_return_functor<T_return, T_functor>::operator()(T_arg1, T_arg2, T_arg3, T_arg4)’:
  12231. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h:74:75: error: ‘type_trait_pass_t’ was not declared in this scope
  12232. { return T_return(this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  12233. ^
  12234. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  12235. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  12236. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  12237. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  12238. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  12239. from /usr/include/glibmm-2.4/glibmm.h:87,
  12240. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  12241. from applet.cpp:29:
  12242. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  12243. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  12244. ^
  12245. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h:74:38: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  12246. { return T_return(this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  12247. ^
  12248. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:26:0,
  12249. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  12250. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  12251. from /usr/include/glibmm-2.4/glibmm.h:87,
  12252. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  12253. from applet.cpp:29:
  12254. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h:74:22: error: expected primary-expression before ‘(’ token
  12255. { return T_return(this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  12256. ^
  12257. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h:74:126: error: expected primary-expression before ‘>’ token
  12258. { return T_return(this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  12259. ^
  12260. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h:74:127: error: expected primary-expression before ‘,’ token
  12261. { return T_return(this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  12262. ^
  12263. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h:74:153: error: expected primary-expression before ‘>’ token
  12264. { return T_return(this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  12265. ^
  12266. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h:74:154: error: expected primary-expression before ‘,’ token
  12267. { return T_return(this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  12268. ^
  12269. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h:74:180: error: expected primary-expression before ‘>>’ token
  12270. { return T_return(this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  12271. ^
  12272. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h: In member function ‘T_return sigc::retype_return_functor<T_return, T_functor>::operator()(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5)’:
  12273. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h:88:75: error: ‘type_trait_pass_t’ was not declared in this scope
  12274. { return T_return(this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  12275. ^
  12276. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  12277. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  12278. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  12279. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  12280. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  12281. from /usr/include/glibmm-2.4/glibmm.h:87,
  12282. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  12283. from applet.cpp:29:
  12284. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  12285. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  12286. ^
  12287. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h:88:38: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  12288. { return T_return(this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  12289. ^
  12290. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:26:0,
  12291. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  12292. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  12293. from /usr/include/glibmm-2.4/glibmm.h:87,
  12294. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  12295. from applet.cpp:29:
  12296. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h:88:22: error: expected primary-expression before ‘(’ token
  12297. { return T_return(this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  12298. ^
  12299. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h:88:126: error: expected primary-expression before ‘>’ token
  12300. { return T_return(this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  12301. ^
  12302. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h:88:127: error: expected primary-expression before ‘,’ token
  12303. { return T_return(this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  12304. ^
  12305. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h:88:153: error: expected primary-expression before ‘>’ token
  12306. { return T_return(this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  12307. ^
  12308. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h:88:154: error: expected primary-expression before ‘,’ token
  12309. { return T_return(this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  12310. ^
  12311. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h:88:180: error: expected primary-expression before ‘>’ token
  12312. { return T_return(this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  12313. ^
  12314. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h:88:181: error: expected primary-expression before ‘,’ token
  12315. { return T_return(this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  12316. ^
  12317. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h:88:207: error: expected primary-expression before ‘>>’ token
  12318. { return T_return(this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  12319. ^
  12320. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h: In member function ‘T_return sigc::retype_return_functor<T_return, T_functor>::operator()(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6)’:
  12321. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h:102:75: error: ‘type_trait_pass_t’ was not declared in this scope
  12322. { return T_return(this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  12323. ^
  12324. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  12325. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  12326. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  12327. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  12328. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  12329. from /usr/include/glibmm-2.4/glibmm.h:87,
  12330. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  12331. from applet.cpp:29:
  12332. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  12333. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  12334. ^
  12335. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h:102:38: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  12336. { return T_return(this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  12337. ^
  12338. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:26:0,
  12339. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  12340. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  12341. from /usr/include/glibmm-2.4/glibmm.h:87,
  12342. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  12343. from applet.cpp:29:
  12344. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h:102:22: error: expected primary-expression before ‘(’ token
  12345. { return T_return(this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  12346. ^
  12347. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h:102:126: error: expected primary-expression before ‘>’ token
  12348. { return T_return(this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  12349. ^
  12350. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h:102:127: error: expected primary-expression before ‘,’ token
  12351. { return T_return(this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  12352. ^
  12353. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h:102:153: error: expected primary-expression before ‘>’ token
  12354. { return T_return(this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  12355. ^
  12356. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h:102:154: error: expected primary-expression before ‘,’ token
  12357. { return T_return(this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  12358. ^
  12359. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h:102:180: error: expected primary-expression before ‘>’ token
  12360. { return T_return(this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  12361. ^
  12362. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h:102:181: error: expected primary-expression before ‘,’ token
  12363. { return T_return(this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  12364. ^
  12365. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h:102:207: error: expected primary-expression before ‘>’ token
  12366. { return T_return(this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  12367. ^
  12368. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h:102:208: error: expected primary-expression before ‘,’ token
  12369. { return T_return(this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  12370. ^
  12371. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h:102:234: error: expected primary-expression before ‘>>’ token
  12372. { return T_return(this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  12373. ^
  12374. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h: In member function ‘T_return sigc::retype_return_functor<T_return, T_functor>::operator()(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7)’:
  12375. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h:116:75: error: ‘type_trait_pass_t’ was not declared in this scope
  12376. { return T_return(this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  12377. ^
  12378. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  12379. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  12380. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  12381. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  12382. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  12383. from /usr/include/glibmm-2.4/glibmm.h:87,
  12384. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  12385. from applet.cpp:29:
  12386. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  12387. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  12388. ^
  12389. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h:116:38: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  12390. { return T_return(this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  12391. ^
  12392. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:26:0,
  12393. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  12394. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  12395. from /usr/include/glibmm-2.4/glibmm.h:87,
  12396. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  12397. from applet.cpp:29:
  12398. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h:116:22: error: expected primary-expression before ‘(’ token
  12399. { return T_return(this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  12400. ^
  12401. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h:116:126: error: expected primary-expression before ‘>’ token
  12402. { return T_return(this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  12403. ^
  12404. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h:116:127: error: expected primary-expression before ‘,’ token
  12405. { return T_return(this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  12406. ^
  12407. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h:116:153: error: expected primary-expression before ‘>’ token
  12408. { return T_return(this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  12409. ^
  12410. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h:116:154: error: expected primary-expression before ‘,’ token
  12411. { return T_return(this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  12412. ^
  12413. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h:116:180: error: expected primary-expression before ‘>’ token
  12414. { return T_return(this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  12415. ^
  12416. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h:116:181: error: expected primary-expression before ‘,’ token
  12417. { return T_return(this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  12418. ^
  12419. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h:116:207: error: expected primary-expression before ‘>’ token
  12420. { return T_return(this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  12421. ^
  12422. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h:116:208: error: expected primary-expression before ‘,’ token
  12423. { return T_return(this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  12424. ^
  12425. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h:116:234: error: expected primary-expression before ‘>’ token
  12426. { return T_return(this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  12427. ^
  12428. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h:116:235: error: expected primary-expression before ‘,’ token
  12429. { return T_return(this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  12430. ^
  12431. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:26:0,
  12432. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  12433. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  12434. from /usr/include/glibmm-2.4/glibmm.h:87,
  12435. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  12436. from applet.cpp:29:
  12437. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h:116:261: error: expected primary-expression before ‘>>’ token
  12438. { return T_return(this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  12439. ^
  12440. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h: At global scope:
  12441. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h:262:42: error: expected ‘)’ before ‘<’ token
  12442. retype_return_functor(type_trait_take_t<T_functor> _A_functor)
  12443. ^
  12444. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h: In member function ‘void sigc::retype_return_functor<void, T_functor>::operator()(T_arg1)’:
  12445. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h:165:59: error: ‘type_trait_pass_t’ was not declared in this scope
  12446. { this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>>
  12447. ^
  12448. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  12449. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  12450. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  12451. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  12452. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  12453. from /usr/include/glibmm-2.4/glibmm.h:87,
  12454. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  12455. from applet.cpp:29:
  12456. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  12457. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  12458. ^
  12459. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h:165:22: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  12460. { this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>>
  12461. ^
  12462. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  12463. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  12464. ^
  12465. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h:165:22: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  12466. { this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>>
  12467. ^
  12468. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:26:0,
  12469. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  12470. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  12471. from /usr/include/glibmm-2.4/glibmm.h:87,
  12472. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  12473. from applet.cpp:29:
  12474. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h: In member function ‘void sigc::retype_return_functor<void, T_functor>::operator()(T_arg1, T_arg2)’:
  12475. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h:179:59: error: ‘type_trait_pass_t’ was not declared in this scope
  12476. { this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>>
  12477. ^
  12478. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  12479. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  12480. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  12481. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  12482. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  12483. from /usr/include/glibmm-2.4/glibmm.h:87,
  12484. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  12485. from applet.cpp:29:
  12486. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  12487. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  12488. ^
  12489. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h:179:22: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  12490. { this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>>
  12491. ^
  12492. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  12493. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  12494. ^
  12495. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h:179:22: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  12496. { this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>>
  12497. ^
  12498. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:26:0,
  12499. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  12500. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  12501. from /usr/include/glibmm-2.4/glibmm.h:87,
  12502. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  12503. from applet.cpp:29:
  12504. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h: In member function ‘void sigc::retype_return_functor<void, T_functor>::operator()(T_arg1, T_arg2, T_arg3)’:
  12505. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h:193:59: error: ‘type_trait_pass_t’ was not declared in this scope
  12506. { this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>>
  12507. ^
  12508. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  12509. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  12510. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  12511. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  12512. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  12513. from /usr/include/glibmm-2.4/glibmm.h:87,
  12514. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  12515. from applet.cpp:29:
  12516. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  12517. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  12518. ^
  12519. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h:193:22: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  12520. { this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>>
  12521. ^
  12522. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  12523. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  12524. ^
  12525. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h:193:22: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  12526. { this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>>
  12527. ^
  12528. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:26:0,
  12529. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  12530. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  12531. from /usr/include/glibmm-2.4/glibmm.h:87,
  12532. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  12533. from applet.cpp:29:
  12534. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h: In member function ‘void sigc::retype_return_functor<void, T_functor>::operator()(T_arg1, T_arg2, T_arg3, T_arg4)’:
  12535. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h:207:59: error: ‘type_trait_pass_t’ was not declared in this scope
  12536. { this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  12537. ^
  12538. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  12539. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  12540. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  12541. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  12542. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  12543. from /usr/include/glibmm-2.4/glibmm.h:87,
  12544. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  12545. from applet.cpp:29:
  12546. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  12547. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  12548. ^
  12549. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h:207:22: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  12550. { this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  12551. ^
  12552. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  12553. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  12554. ^
  12555. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h:207:22: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  12556. { this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  12557. ^
  12558. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:26:0,
  12559. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  12560. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  12561. from /usr/include/glibmm-2.4/glibmm.h:87,
  12562. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  12563. from applet.cpp:29:
  12564. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h: In member function ‘void sigc::retype_return_functor<void, T_functor>::operator()(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5)’:
  12565. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h:221:59: error: ‘type_trait_pass_t’ was not declared in this scope
  12566. { this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  12567. ^
  12568. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  12569. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  12570. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  12571. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  12572. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  12573. from /usr/include/glibmm-2.4/glibmm.h:87,
  12574. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  12575. from applet.cpp:29:
  12576. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  12577. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  12578. ^
  12579. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h:221:22: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  12580. { this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  12581. ^
  12582. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  12583. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  12584. ^
  12585. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h:221:22: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  12586. { this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  12587. ^
  12588. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:26:0,
  12589. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  12590. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  12591. from /usr/include/glibmm-2.4/glibmm.h:87,
  12592. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  12593. from applet.cpp:29:
  12594. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h: In member function ‘void sigc::retype_return_functor<void, T_functor>::operator()(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6)’:
  12595. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h:235:59: error: ‘type_trait_pass_t’ was not declared in this scope
  12596. { this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  12597. ^
  12598. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  12599. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  12600. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  12601. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  12602. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  12603. from /usr/include/glibmm-2.4/glibmm.h:87,
  12604. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  12605. from applet.cpp:29:
  12606. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  12607. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  12608. ^
  12609. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h:235:22: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  12610. { this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  12611. ^
  12612. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  12613. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  12614. ^
  12615. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h:235:22: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  12616. { this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  12617. ^
  12618. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:26:0,
  12619. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  12620. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  12621. from /usr/include/glibmm-2.4/glibmm.h:87,
  12622. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  12623. from applet.cpp:29:
  12624. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h: In member function ‘void sigc::retype_return_functor<void, T_functor>::operator()(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7)’:
  12625. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h:249:59: error: ‘type_trait_pass_t’ was not declared in this scope
  12626. { this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  12627. ^
  12628. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  12629. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  12630. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  12631. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  12632. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  12633. from /usr/include/glibmm-2.4/glibmm.h:87,
  12634. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  12635. from applet.cpp:29:
  12636. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  12637. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  12638. ^
  12639. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h:249:22: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  12640. { this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  12641. ^
  12642. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  12643. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  12644. ^
  12645. /usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h:249:22: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  12646. { this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  12647. ^
  12648. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:27:0,
  12649. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  12650. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  12651. from /usr/include/glibmm-2.4/glibmm.h:87,
  12652. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  12653. from applet.cpp:29:
  12654. /usr/include/sigc++-2.0/sigc++/adaptors/retype.h: At global scope:
  12655. /usr/include/sigc++-2.0/sigc++/adaptors/retype.h:76:66: error: ‘type_trait_pass_t’ was not declared in this scope
  12656. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>::type type; };
  12657. ^
  12658. /usr/include/sigc++-2.0/sigc++/adaptors/retype.h:76:47: error: parse error in template argument list
  12659. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>::type type; };
  12660. ^
  12661. /usr/include/sigc++-2.0/sigc++/adaptors/retype.h:76:91: error: expected unqualified-id before ‘,’ token
  12662. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>::type type; };
  12663. ^
  12664. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:27:0,
  12665. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  12666. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  12667. from /usr/include/glibmm-2.4/glibmm.h:87,
  12668. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  12669. from applet.cpp:29:
  12670. /usr/include/sigc++-2.0/sigc++/adaptors/retype.h:198:44: error: expected ‘)’ before ‘<’ token
  12671. explicit retype_functor(type_trait_take_t<T_functor> _A_functor)
  12672. ^
  12673. /usr/include/sigc++-2.0/sigc++/adaptors/retype.h: In member function ‘typename sigc::retype_functor<T_functor, T_type1, T_type2, T_type3, T_type4, T_type5, T_type6, T_type7>::deduce_result_type<T_arg1>::type sigc::retype_functor<T_functor, T_type1, T_type2, T_type3, T_type4, T_type5, T_type6, T_type7>::operator()(T_arg1)’:
  12674. /usr/include/sigc++-2.0/sigc++/adaptors/retype.h:85:66: error: ‘type_trait_take_t’ was not declared in this scope
  12675. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_type1>>
  12676. ^
  12677. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  12678. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  12679. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  12680. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  12681. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  12682. from /usr/include/glibmm-2.4/glibmm.h:87,
  12683. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  12684. from applet.cpp:29:
  12685. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  12686. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  12687. ^
  12688. /usr/include/sigc++-2.0/sigc++/adaptors/retype.h:85:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  12689. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_type1>>
  12690. ^
  12691. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  12692. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  12693. ^
  12694. /usr/include/sigc++-2.0/sigc++/adaptors/retype.h:85:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  12695. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_type1>>
  12696. ^
  12697. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  12698. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  12699. ^
  12700. /usr/include/sigc++-2.0/sigc++/adaptors/retype.h:85:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  12701. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_type1>>
  12702. ^
  12703. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:27:0,
  12704. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  12705. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  12706. from /usr/include/glibmm-2.4/glibmm.h:87,
  12707. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  12708. from applet.cpp:29:
  12709. /usr/include/sigc++-2.0/sigc++/adaptors/retype.h: In member function ‘typename sigc::retype_functor<T_functor, T_type1, T_type2, T_type3, T_type4, T_type5, T_type6, T_type7>::deduce_result_type<T_arg1, T_arg2>::type sigc::retype_functor<T_functor, T_type1, T_type2, T_type3, T_type4, T_type5, T_type6, T_type7>::operator()(T_arg1, T_arg2)’:
  12710. /usr/include/sigc++-2.0/sigc++/adaptors/retype.h:101:66: error: ‘type_trait_take_t’ was not declared in this scope
  12711. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_type1>, type_trait_take_t<T_type2>>
  12712. ^
  12713. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  12714. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  12715. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  12716. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  12717. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  12718. from /usr/include/glibmm-2.4/glibmm.h:87,
  12719. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  12720. from applet.cpp:29:
  12721. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  12722. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  12723. ^
  12724. /usr/include/sigc++-2.0/sigc++/adaptors/retype.h:101:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  12725. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_type1>, type_trait_take_t<T_type2>>
  12726. ^
  12727. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  12728. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  12729. ^
  12730. /usr/include/sigc++-2.0/sigc++/adaptors/retype.h:101:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  12731. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_type1>, type_trait_take_t<T_type2>>
  12732. ^
  12733. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  12734. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  12735. ^
  12736. /usr/include/sigc++-2.0/sigc++/adaptors/retype.h:101:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  12737. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_type1>, type_trait_take_t<T_type2>>
  12738. ^
  12739. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:27:0,
  12740. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  12741. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  12742. from /usr/include/glibmm-2.4/glibmm.h:87,
  12743. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  12744. from applet.cpp:29:
  12745. /usr/include/sigc++-2.0/sigc++/adaptors/retype.h:101:119: error: expected primary-expression before ‘>>’ token
  12746. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_type1>, type_trait_take_t<T_type2>>
  12747. ^
  12748. /usr/include/sigc++-2.0/sigc++/adaptors/retype.h: In member function ‘typename sigc::retype_functor<T_functor, T_type1, T_type2, T_type3, T_type4, T_type5, T_type6, T_type7>::deduce_result_type<T_arg1, T_arg2, T_arg3>::type sigc::retype_functor<T_functor, T_type1, T_type2, T_type3, T_type4, T_type5, T_type6, T_type7>::operator()(T_arg1, T_arg2, T_arg3)’:
  12749. /usr/include/sigc++-2.0/sigc++/adaptors/retype.h:117:66: error: ‘type_trait_take_t’ was not declared in this scope
  12750. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_type1>, type_trait_take_t<T_type2>, type_trait_take_t<T_type3>>
  12751. ^
  12752. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  12753. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  12754. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  12755. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  12756. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  12757. from /usr/include/glibmm-2.4/glibmm.h:87,
  12758. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  12759. from applet.cpp:29:
  12760. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  12761. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  12762. ^
  12763. /usr/include/sigc++-2.0/sigc++/adaptors/retype.h:117:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  12764. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_type1>, type_trait_take_t<T_type2>, type_trait_take_t<T_type3>>
  12765. ^
  12766. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  12767. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  12768. ^
  12769. /usr/include/sigc++-2.0/sigc++/adaptors/retype.h:117:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  12770. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_type1>, type_trait_take_t<T_type2>, type_trait_take_t<T_type3>>
  12771. ^
  12772. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  12773. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  12774. ^
  12775. /usr/include/sigc++-2.0/sigc++/adaptors/retype.h:117:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  12776. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_type1>, type_trait_take_t<T_type2>, type_trait_take_t<T_type3>>
  12777. ^
  12778. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:27:0,
  12779. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  12780. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  12781. from /usr/include/glibmm-2.4/glibmm.h:87,
  12782. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  12783. from applet.cpp:29:
  12784. /usr/include/sigc++-2.0/sigc++/adaptors/retype.h:117:119: error: expected primary-expression before ‘>’ token
  12785. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_type1>, type_trait_take_t<T_type2>, type_trait_take_t<T_type3>>
  12786. ^
  12787. /usr/include/sigc++-2.0/sigc++/adaptors/retype.h:117:120: error: expected primary-expression before ‘,’ token
  12788. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_type1>, type_trait_take_t<T_type2>, type_trait_take_t<T_type3>>
  12789. ^
  12790. /usr/include/sigc++-2.0/sigc++/adaptors/retype.h:117:147: error: expected primary-expression before ‘>>’ token
  12791. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_type1>, type_trait_take_t<T_type2>, type_trait_take_t<T_type3>>
  12792. ^
  12793. /usr/include/sigc++-2.0/sigc++/adaptors/retype.h: In member function ‘typename sigc::retype_functor<T_functor, T_type1, T_type2, T_type3, T_type4, T_type5, T_type6, T_type7>::deduce_result_type<T_arg1, T_arg2, T_arg3, T_arg4>::type sigc::retype_functor<T_functor, T_type1, T_type2, T_type3, T_type4, T_type5, T_type6, T_type7>::operator()(T_arg1, T_arg2, T_arg3, T_arg4)’:
  12794. /usr/include/sigc++-2.0/sigc++/adaptors/retype.h:133:66: error: ‘type_trait_take_t’ was not declared in this scope
  12795. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_type1>, type_trait_take_t<T_type2>, type_trait_take_t<T_type3>, type_trait_take_t<T_type4>>
  12796. ^
  12797. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  12798. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  12799. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  12800. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  12801. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  12802. from /usr/include/glibmm-2.4/glibmm.h:87,
  12803. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  12804. from applet.cpp:29:
  12805. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  12806. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  12807. ^
  12808. /usr/include/sigc++-2.0/sigc++/adaptors/retype.h:133:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  12809. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_type1>, type_trait_take_t<T_type2>, type_trait_take_t<T_type3>, type_trait_take_t<T_type4>>
  12810. ^
  12811. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  12812. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  12813. ^
  12814. /usr/include/sigc++-2.0/sigc++/adaptors/retype.h:133:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  12815. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_type1>, type_trait_take_t<T_type2>, type_trait_take_t<T_type3>, type_trait_take_t<T_type4>>
  12816. ^
  12817. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  12818. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  12819. ^
  12820. /usr/include/sigc++-2.0/sigc++/adaptors/retype.h:133:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  12821. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_type1>, type_trait_take_t<T_type2>, type_trait_take_t<T_type3>, type_trait_take_t<T_type4>>
  12822. ^
  12823. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:27:0,
  12824. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  12825. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  12826. from /usr/include/glibmm-2.4/glibmm.h:87,
  12827. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  12828. from applet.cpp:29:
  12829. /usr/include/sigc++-2.0/sigc++/adaptors/retype.h:133:119: error: expected primary-expression before ‘>’ token
  12830. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_type1>, type_trait_take_t<T_type2>, type_trait_take_t<T_type3>, type_trait_take_t<T_type4>>
  12831. ^
  12832. /usr/include/sigc++-2.0/sigc++/adaptors/retype.h:133:120: error: expected primary-expression before ‘,’ token
  12833. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_type1>, type_trait_take_t<T_type2>, type_trait_take_t<T_type3>, type_trait_take_t<T_type4>>
  12834. ^
  12835. /usr/include/sigc++-2.0/sigc++/adaptors/retype.h:133:147: error: expected primary-expression before ‘>’ token
  12836. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_type1>, type_trait_take_t<T_type2>, type_trait_take_t<T_type3>, type_trait_take_t<T_type4>>
  12837. ^
  12838. /usr/include/sigc++-2.0/sigc++/adaptors/retype.h:133:148: error: expected primary-expression before ‘,’ token
  12839. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_type1>, type_trait_take_t<T_type2>, type_trait_take_t<T_type3>, type_trait_take_t<T_type4>>
  12840. ^
  12841. /usr/include/sigc++-2.0/sigc++/adaptors/retype.h:133:175: error: expected primary-expression before ‘>>’ token
  12842. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_type1>, type_trait_take_t<T_type2>, type_trait_take_t<T_type3>, type_trait_take_t<T_type4>>
  12843. ^
  12844. /usr/include/sigc++-2.0/sigc++/adaptors/retype.h: In member function ‘typename sigc::retype_functor<T_functor, T_type1, T_type2, T_type3, T_type4, T_type5, T_type6, T_type7>::deduce_result_type<T_arg1, T_arg2, T_arg3, T_arg4, T_arg5>::type sigc::retype_functor<T_functor, T_type1, T_type2, T_type3, T_type4, T_type5, T_type6, T_type7>::operator()(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5)’:
  12845. /usr/include/sigc++-2.0/sigc++/adaptors/retype.h:149:66: error: ‘type_trait_take_t’ was not declared in this scope
  12846. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_type1>, type_trait_take_t<T_type2>, type_trait_take_t<T_type3>, type_trait_take_t<T_type4>, type_trait_take_t<T_type5>>
  12847. ^
  12848. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  12849. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  12850. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  12851. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  12852. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  12853. from /usr/include/glibmm-2.4/glibmm.h:87,
  12854. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  12855. from applet.cpp:29:
  12856. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  12857. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  12858. ^
  12859. /usr/include/sigc++-2.0/sigc++/adaptors/retype.h:149:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  12860. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_type1>, type_trait_take_t<T_type2>, type_trait_take_t<T_type3>, type_trait_take_t<T_type4>, type_trait_take_t<T_type5>>
  12861. ^
  12862. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  12863. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  12864. ^
  12865. /usr/include/sigc++-2.0/sigc++/adaptors/retype.h:149:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  12866. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_type1>, type_trait_take_t<T_type2>, type_trait_take_t<T_type3>, type_trait_take_t<T_type4>, type_trait_take_t<T_type5>>
  12867. ^
  12868. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  12869. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  12870. ^
  12871. /usr/include/sigc++-2.0/sigc++/adaptors/retype.h:149:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  12872. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_type1>, type_trait_take_t<T_type2>, type_trait_take_t<T_type3>, type_trait_take_t<T_type4>, type_trait_take_t<T_type5>>
  12873. ^
  12874. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:27:0,
  12875. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  12876. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  12877. from /usr/include/glibmm-2.4/glibmm.h:87,
  12878. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  12879. from applet.cpp:29:
  12880. /usr/include/sigc++-2.0/sigc++/adaptors/retype.h:149:119: error: expected primary-expression before ‘>’ token
  12881. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_type1>, type_trait_take_t<T_type2>, type_trait_take_t<T_type3>, type_trait_take_t<T_type4>, type_trait_take_t<T_type5>>
  12882. ^
  12883. /usr/include/sigc++-2.0/sigc++/adaptors/retype.h:149:120: error: expected primary-expression before ‘,’ token
  12884. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_type1>, type_trait_take_t<T_type2>, type_trait_take_t<T_type3>, type_trait_take_t<T_type4>, type_trait_take_t<T_type5>>
  12885. ^
  12886. /usr/include/sigc++-2.0/sigc++/adaptors/retype.h:149:147: error: expected primary-expression before ‘>’ token
  12887. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_type1>, type_trait_take_t<T_type2>, type_trait_take_t<T_type3>, type_trait_take_t<T_type4>, type_trait_take_t<T_type5>>
  12888. ^
  12889. /usr/include/sigc++-2.0/sigc++/adaptors/retype.h:149:148: error: expected primary-expression before ‘,’ token
  12890. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_type1>, type_trait_take_t<T_type2>, type_trait_take_t<T_type3>, type_trait_take_t<T_type4>, type_trait_take_t<T_type5>>
  12891. ^
  12892. /usr/include/sigc++-2.0/sigc++/adaptors/retype.h:149:175: error: expected primary-expression before ‘>’ token
  12893. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_type1>, type_trait_take_t<T_type2>, type_trait_take_t<T_type3>, type_trait_take_t<T_type4>, type_trait_take_t<T_type5>>
  12894. ^
  12895. /usr/include/sigc++-2.0/sigc++/adaptors/retype.h:149:176: error: expected primary-expression before ‘,’ token
  12896. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_type1>, type_trait_take_t<T_type2>, type_trait_take_t<T_type3>, type_trait_take_t<T_type4>, type_trait_take_t<T_type5>>
  12897. ^
  12898. /usr/include/sigc++-2.0/sigc++/adaptors/retype.h:149:203: error: expected primary-expression before ‘>>’ token
  12899. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_type1>, type_trait_take_t<T_type2>, type_trait_take_t<T_type3>, type_trait_take_t<T_type4>, type_trait_take_t<T_type5>>
  12900. ^
  12901. /usr/include/sigc++-2.0/sigc++/adaptors/retype.h: In member function ‘typename sigc::retype_functor<T_functor, T_type1, T_type2, T_type3, T_type4, T_type5, T_type6, T_type7>::deduce_result_type<T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6>::type sigc::retype_functor<T_functor, T_type1, T_type2, T_type3, T_type4, T_type5, T_type6, T_type7>::operator()(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6)’:
  12902. /usr/include/sigc++-2.0/sigc++/adaptors/retype.h:165:66: error: ‘type_trait_take_t’ was not declared in this scope
  12903. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_type1>, type_trait_take_t<T_type2>, type_trait_take_t<T_type3>, type_trait_take_t<T_type4>, type_trait_take_t<T_type5>, type_trait_take_t<T_type6>>
  12904. ^
  12905. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  12906. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  12907. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  12908. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  12909. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  12910. from /usr/include/glibmm-2.4/glibmm.h:87,
  12911. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  12912. from applet.cpp:29:
  12913. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  12914. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  12915. ^
  12916. /usr/include/sigc++-2.0/sigc++/adaptors/retype.h:165:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  12917. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_type1>, type_trait_take_t<T_type2>, type_trait_take_t<T_type3>, type_trait_take_t<T_type4>, type_trait_take_t<T_type5>, type_trait_take_t<T_type6>>
  12918. ^
  12919. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  12920. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  12921. ^
  12922. /usr/include/sigc++-2.0/sigc++/adaptors/retype.h:165:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  12923. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_type1>, type_trait_take_t<T_type2>, type_trait_take_t<T_type3>, type_trait_take_t<T_type4>, type_trait_take_t<T_type5>, type_trait_take_t<T_type6>>
  12924. ^
  12925. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  12926. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  12927. ^
  12928. /usr/include/sigc++-2.0/sigc++/adaptors/retype.h:165:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  12929. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_type1>, type_trait_take_t<T_type2>, type_trait_take_t<T_type3>, type_trait_take_t<T_type4>, type_trait_take_t<T_type5>, type_trait_take_t<T_type6>>
  12930. ^
  12931. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:27:0,
  12932. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  12933. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  12934. from /usr/include/glibmm-2.4/glibmm.h:87,
  12935. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  12936. from applet.cpp:29:
  12937. /usr/include/sigc++-2.0/sigc++/adaptors/retype.h:165:119: error: expected primary-expression before ‘>’ token
  12938. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_type1>, type_trait_take_t<T_type2>, type_trait_take_t<T_type3>, type_trait_take_t<T_type4>, type_trait_take_t<T_type5>, type_trait_take_t<T_type6>>
  12939. ^
  12940. /usr/include/sigc++-2.0/sigc++/adaptors/retype.h:165:120: error: expected primary-expression before ‘,’ token
  12941. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_type1>, type_trait_take_t<T_type2>, type_trait_take_t<T_type3>, type_trait_take_t<T_type4>, type_trait_take_t<T_type5>, type_trait_take_t<T_type6>>
  12942. ^
  12943. /usr/include/sigc++-2.0/sigc++/adaptors/retype.h:165:147: error: expected primary-expression before ‘>’ token
  12944. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_type1>, type_trait_take_t<T_type2>, type_trait_take_t<T_type3>, type_trait_take_t<T_type4>, type_trait_take_t<T_type5>, type_trait_take_t<T_type6>>
  12945. ^
  12946. /usr/include/sigc++-2.0/sigc++/adaptors/retype.h:165:148: error: expected primary-expression before ‘,’ token
  12947. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_type1>, type_trait_take_t<T_type2>, type_trait_take_t<T_type3>, type_trait_take_t<T_type4>, type_trait_take_t<T_type5>, type_trait_take_t<T_type6>>
  12948. ^
  12949. /usr/include/sigc++-2.0/sigc++/adaptors/retype.h:165:175: error: expected primary-expression before ‘>’ token
  12950. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_type1>, type_trait_take_t<T_type2>, type_trait_take_t<T_type3>, type_trait_take_t<T_type4>, type_trait_take_t<T_type5>, type_trait_take_t<T_type6>>
  12951. ^
  12952. /usr/include/sigc++-2.0/sigc++/adaptors/retype.h:165:176: error: expected primary-expression before ‘,’ token
  12953. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_type1>, type_trait_take_t<T_type2>, type_trait_take_t<T_type3>, type_trait_take_t<T_type4>, type_trait_take_t<T_type5>, type_trait_take_t<T_type6>>
  12954. ^
  12955. /usr/include/sigc++-2.0/sigc++/adaptors/retype.h:165:203: error: expected primary-expression before ‘>’ token
  12956. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_type1>, type_trait_take_t<T_type2>, type_trait_take_t<T_type3>, type_trait_take_t<T_type4>, type_trait_take_t<T_type5>, type_trait_take_t<T_type6>>
  12957. ^
  12958. /usr/include/sigc++-2.0/sigc++/adaptors/retype.h:165:204: error: expected primary-expression before ‘,’ token
  12959. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_type1>, type_trait_take_t<T_type2>, type_trait_take_t<T_type3>, type_trait_take_t<T_type4>, type_trait_take_t<T_type5>, type_trait_take_t<T_type6>>
  12960. ^
  12961. /usr/include/sigc++-2.0/sigc++/adaptors/retype.h:165:231: error: expected primary-expression before ‘>>’ token
  12962. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_type1>, type_trait_take_t<T_type2>, type_trait_take_t<T_type3>, type_trait_take_t<T_type4>, type_trait_take_t<T_type5>, type_trait_take_t<T_type6>>
  12963. ^
  12964. /usr/include/sigc++-2.0/sigc++/adaptors/retype.h: In member function ‘typename sigc::retype_functor<T_functor, T_type1, T_type2, T_type3, T_type4, T_type5, T_type6, T_type7>::deduce_result_type<T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7>::type sigc::retype_functor<T_functor, T_type1, T_type2, T_type3, T_type4, T_type5, T_type6, T_type7>::operator()(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7)’:
  12965. /usr/include/sigc++-2.0/sigc++/adaptors/retype.h:181:66: error: ‘type_trait_take_t’ was not declared in this scope
  12966. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_type1>, type_trait_take_t<T_type2>, type_trait_take_t<T_type3>, type_trait_take_t<T_type4>, type_trait_take_t<T_type5>, type_trait_take_t<T_type6>, type_trait_take_t<T_type7>>
  12967. ^
  12968. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  12969. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  12970. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  12971. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  12972. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  12973. from /usr/include/glibmm-2.4/glibmm.h:87,
  12974. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  12975. from applet.cpp:29:
  12976. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  12977. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  12978. ^
  12979. /usr/include/sigc++-2.0/sigc++/adaptors/retype.h:181:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  12980. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_type1>, type_trait_take_t<T_type2>, type_trait_take_t<T_type3>, type_trait_take_t<T_type4>, type_trait_take_t<T_type5>, type_trait_take_t<T_type6>, type_trait_take_t<T_type7>>
  12981. ^
  12982. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  12983. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  12984. ^
  12985. /usr/include/sigc++-2.0/sigc++/adaptors/retype.h:181:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  12986. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_type1>, type_trait_take_t<T_type2>, type_trait_take_t<T_type3>, type_trait_take_t<T_type4>, type_trait_take_t<T_type5>, type_trait_take_t<T_type6>, type_trait_take_t<T_type7>>
  12987. ^
  12988. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  12989. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  12990. ^
  12991. /usr/include/sigc++-2.0/sigc++/adaptors/retype.h:181:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  12992. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_type1>, type_trait_take_t<T_type2>, type_trait_take_t<T_type3>, type_trait_take_t<T_type4>, type_trait_take_t<T_type5>, type_trait_take_t<T_type6>, type_trait_take_t<T_type7>>
  12993. ^
  12994. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:27:0,
  12995. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  12996. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  12997. from /usr/include/glibmm-2.4/glibmm.h:87,
  12998. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  12999. from applet.cpp:29:
  13000. /usr/include/sigc++-2.0/sigc++/adaptors/retype.h:181:119: error: expected primary-expression before ‘>’ token
  13001. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_type1>, type_trait_take_t<T_type2>, type_trait_take_t<T_type3>, type_trait_take_t<T_type4>, type_trait_take_t<T_type5>, type_trait_take_t<T_type6>, type_trait_take_t<T_type7>>
  13002. ^
  13003. /usr/include/sigc++-2.0/sigc++/adaptors/retype.h:181:120: error: expected primary-expression before ‘,’ token
  13004. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_type1>, type_trait_take_t<T_type2>, type_trait_take_t<T_type3>, type_trait_take_t<T_type4>, type_trait_take_t<T_type5>, type_trait_take_t<T_type6>, type_trait_take_t<T_type7>>
  13005. ^
  13006. /usr/include/sigc++-2.0/sigc++/adaptors/retype.h:181:147: error: expected primary-expression before ‘>’ token
  13007. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_type1>, type_trait_take_t<T_type2>, type_trait_take_t<T_type3>, type_trait_take_t<T_type4>, type_trait_take_t<T_type5>, type_trait_take_t<T_type6>, type_trait_take_t<T_type7>>
  13008. ^
  13009. /usr/include/sigc++-2.0/sigc++/adaptors/retype.h:181:148: error: expected primary-expression before ‘,’ token
  13010. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_type1>, type_trait_take_t<T_type2>, type_trait_take_t<T_type3>, type_trait_take_t<T_type4>, type_trait_take_t<T_type5>, type_trait_take_t<T_type6>, type_trait_take_t<T_type7>>
  13011. ^
  13012. /usr/include/sigc++-2.0/sigc++/adaptors/retype.h:181:175: error: expected primary-expression before ‘>’ token
  13013. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_type1>, type_trait_take_t<T_type2>, type_trait_take_t<T_type3>, type_trait_take_t<T_type4>, type_trait_take_t<T_type5>, type_trait_take_t<T_type6>, type_trait_take_t<T_type7>>
  13014. ^
  13015. /usr/include/sigc++-2.0/sigc++/adaptors/retype.h:181:176: error: expected primary-expression before ‘,’ token
  13016. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_type1>, type_trait_take_t<T_type2>, type_trait_take_t<T_type3>, type_trait_take_t<T_type4>, type_trait_take_t<T_type5>, type_trait_take_t<T_type6>, type_trait_take_t<T_type7>>
  13017. ^
  13018. /usr/include/sigc++-2.0/sigc++/adaptors/retype.h:181:203: error: expected primary-expression before ‘>’ token
  13019. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_type1>, type_trait_take_t<T_type2>, type_trait_take_t<T_type3>, type_trait_take_t<T_type4>, type_trait_take_t<T_type5>, type_trait_take_t<T_type6>, type_trait_take_t<T_type7>>
  13020. ^
  13021. /usr/include/sigc++-2.0/sigc++/adaptors/retype.h:181:204: error: expected primary-expression before ‘,’ token
  13022. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_type1>, type_trait_take_t<T_type2>, type_trait_take_t<T_type3>, type_trait_take_t<T_type4>, type_trait_take_t<T_type5>, type_trait_take_t<T_type6>, type_trait_take_t<T_type7>>
  13023. ^
  13024. /usr/include/sigc++-2.0/sigc++/adaptors/retype.h:181:231: error: expected primary-expression before ‘>’ token
  13025. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_type1>, type_trait_take_t<T_type2>, type_trait_take_t<T_type3>, type_trait_take_t<T_type4>, type_trait_take_t<T_type5>, type_trait_take_t<T_type6>, type_trait_take_t<T_type7>>
  13026. ^
  13027. /usr/include/sigc++-2.0/sigc++/adaptors/retype.h:181:232: error: expected primary-expression before ‘,’ token
  13028. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_type1>, type_trait_take_t<T_type2>, type_trait_take_t<T_type3>, type_trait_take_t<T_type4>, type_trait_take_t<T_type5>, type_trait_take_t<T_type6>, type_trait_take_t<T_type7>>
  13029. ^
  13030. /usr/include/sigc++-2.0/sigc++/adaptors/retype.h:181:259: error: expected primary-expression before ‘>>’ token
  13031. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_type1>, type_trait_take_t<T_type2>, type_trait_take_t<T_type3>, type_trait_take_t<T_type4>, type_trait_take_t<T_type5>, type_trait_take_t<T_type6>, type_trait_take_t<T_type7>>
  13032. ^
  13033. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:28:0,
  13034. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  13035. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  13036. from /usr/include/glibmm-2.4/glibmm.h:87,
  13037. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  13038. from applet.cpp:29:
  13039. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h: At global scope:
  13040. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:55:9: error: ‘deduce_result_t’ is not a member of ‘sigc’
  13041. sigc::deduce_result_t<T_getter, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7>
  13042. ^
  13043. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:55:9: error: ‘deduce_result_t’ is not a member of ‘sigc’
  13044. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:54:47: error: parse error in template argument list
  13045. { typedef typename adaptor_type::template deduce_result_type<
  13046. ^
  13047. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:56:11: error: expected unqualified-id before ‘>’ token
  13048. >::type type; };
  13049. ^
  13050. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h: In member function ‘typename sigc::compose1_functor<T_setter, T_getter>::deduce_result_type<T_arg1>::type sigc::compose1_functor<T_setter, T_getter>::operator()(T_arg1)’:
  13051. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:66:66: error: ‘deduce_result_t’ is not a member of ‘sigc’
  13052. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<sigc::deduce_result_t<T_getter, T_arg1>>
  13053. ^
  13054. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:66:66: error: ‘deduce_result_t’ is not a member of ‘sigc’
  13055. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:66:104: error: spurious ‘>>’, use ‘>’ to terminate a template argument list
  13056. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<sigc::deduce_result_t<T_getter, T_arg1>>
  13057. ^
  13058. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  13059. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  13060. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  13061. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  13062. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  13063. from /usr/include/glibmm-2.4/glibmm.h:87,
  13064. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  13065. from applet.cpp:29:
  13066. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  13067. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  13068. ^
  13069. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:66:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  13070. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<sigc::deduce_result_t<T_getter, T_arg1>>
  13071. ^
  13072. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  13073. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  13074. ^
  13075. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:66:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  13076. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<sigc::deduce_result_t<T_getter, T_arg1>>
  13077. ^
  13078. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  13079. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  13080. ^
  13081. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:66:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  13082. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<sigc::deduce_result_t<T_getter, T_arg1>>
  13083. ^
  13084. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:28:0,
  13085. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  13086. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  13087. from /usr/include/glibmm-2.4/glibmm.h:87,
  13088. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  13089. from applet.cpp:29:
  13090. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h: In member function ‘typename sigc::compose1_functor<T_setter, T_getter>::deduce_result_type<T_arg1, T_arg2>::type sigc::compose1_functor<T_setter, T_getter>::operator()(T_arg1, T_arg2)’:
  13091. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:73:66: error: ‘deduce_result_t’ is not a member of ‘sigc’
  13092. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<sigc::deduce_result_t<T_getter, T_arg1, T_arg2>>
  13093. ^
  13094. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:73:66: error: ‘deduce_result_t’ is not a member of ‘sigc’
  13095. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:73:112: error: spurious ‘>>’, use ‘>’ to terminate a template argument list
  13096. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<sigc::deduce_result_t<T_getter, T_arg1, T_arg2>>
  13097. ^
  13098. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  13099. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  13100. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  13101. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  13102. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  13103. from /usr/include/glibmm-2.4/glibmm.h:87,
  13104. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  13105. from applet.cpp:29:
  13106. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  13107. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  13108. ^
  13109. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:73:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  13110. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<sigc::deduce_result_t<T_getter, T_arg1, T_arg2>>
  13111. ^
  13112. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  13113. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  13114. ^
  13115. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:73:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  13116. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<sigc::deduce_result_t<T_getter, T_arg1, T_arg2>>
  13117. ^
  13118. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  13119. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  13120. ^
  13121. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:73:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  13122. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<sigc::deduce_result_t<T_getter, T_arg1, T_arg2>>
  13123. ^
  13124. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:28:0,
  13125. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  13126. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  13127. from /usr/include/glibmm-2.4/glibmm.h:87,
  13128. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  13129. from applet.cpp:29:
  13130. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h: In member function ‘typename sigc::compose1_functor<T_setter, T_getter>::deduce_result_type<T_arg1, T_arg2, T_arg3>::type sigc::compose1_functor<T_setter, T_getter>::operator()(T_arg1, T_arg2, T_arg3)’:
  13131. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:80:66: error: ‘deduce_result_t’ is not a member of ‘sigc’
  13132. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<sigc::deduce_result_t<T_getter, T_arg1, T_arg2, T_arg3>>
  13133. ^
  13134. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:80:66: error: ‘deduce_result_t’ is not a member of ‘sigc’
  13135. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:80:120: error: spurious ‘>>’, use ‘>’ to terminate a template argument list
  13136. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<sigc::deduce_result_t<T_getter, T_arg1, T_arg2, T_arg3>>
  13137. ^
  13138. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  13139. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  13140. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  13141. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  13142. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  13143. from /usr/include/glibmm-2.4/glibmm.h:87,
  13144. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  13145. from applet.cpp:29:
  13146. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  13147. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  13148. ^
  13149. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:80:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  13150. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<sigc::deduce_result_t<T_getter, T_arg1, T_arg2, T_arg3>>
  13151. ^
  13152. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  13153. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  13154. ^
  13155. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:80:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  13156. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<sigc::deduce_result_t<T_getter, T_arg1, T_arg2, T_arg3>>
  13157. ^
  13158. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  13159. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  13160. ^
  13161. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:80:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  13162. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<sigc::deduce_result_t<T_getter, T_arg1, T_arg2, T_arg3>>
  13163. ^
  13164. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:28:0,
  13165. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  13166. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  13167. from /usr/include/glibmm-2.4/glibmm.h:87,
  13168. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  13169. from applet.cpp:29:
  13170. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h: In member function ‘typename sigc::compose1_functor<T_setter, T_getter>::deduce_result_type<T_arg1, T_arg2, T_arg3, T_arg4>::type sigc::compose1_functor<T_setter, T_getter>::operator()(T_arg1, T_arg2, T_arg3, T_arg4)’:
  13171. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:87:66: error: ‘deduce_result_t’ is not a member of ‘sigc’
  13172. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<sigc::deduce_result_t<T_getter, T_arg1, T_arg2, T_arg3, T_arg4>>
  13173. ^
  13174. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:87:66: error: ‘deduce_result_t’ is not a member of ‘sigc’
  13175. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:87:128: error: spurious ‘>>’, use ‘>’ to terminate a template argument list
  13176. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<sigc::deduce_result_t<T_getter, T_arg1, T_arg2, T_arg3, T_arg4>>
  13177. ^
  13178. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  13179. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  13180. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  13181. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  13182. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  13183. from /usr/include/glibmm-2.4/glibmm.h:87,
  13184. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  13185. from applet.cpp:29:
  13186. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  13187. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  13188. ^
  13189. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:87:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  13190. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<sigc::deduce_result_t<T_getter, T_arg1, T_arg2, T_arg3, T_arg4>>
  13191. ^
  13192. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  13193. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  13194. ^
  13195. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:87:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  13196. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<sigc::deduce_result_t<T_getter, T_arg1, T_arg2, T_arg3, T_arg4>>
  13197. ^
  13198. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  13199. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  13200. ^
  13201. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:87:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  13202. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<sigc::deduce_result_t<T_getter, T_arg1, T_arg2, T_arg3, T_arg4>>
  13203. ^
  13204. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:28:0,
  13205. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  13206. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  13207. from /usr/include/glibmm-2.4/glibmm.h:87,
  13208. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  13209. from applet.cpp:29:
  13210. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h: In member function ‘typename sigc::compose1_functor<T_setter, T_getter>::deduce_result_type<T_arg1, T_arg2, T_arg3, T_arg4, T_arg5>::type sigc::compose1_functor<T_setter, T_getter>::operator()(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5)’:
  13211. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:94:66: error: ‘deduce_result_t’ is not a member of ‘sigc’
  13212. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<sigc::deduce_result_t<T_getter, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5>>
  13213. ^
  13214. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:94:66: error: ‘deduce_result_t’ is not a member of ‘sigc’
  13215. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:94:136: error: spurious ‘>>’, use ‘>’ to terminate a template argument list
  13216. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<sigc::deduce_result_t<T_getter, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5>>
  13217. ^
  13218. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  13219. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  13220. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  13221. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  13222. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  13223. from /usr/include/glibmm-2.4/glibmm.h:87,
  13224. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  13225. from applet.cpp:29:
  13226. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  13227. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  13228. ^
  13229. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:94:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  13230. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<sigc::deduce_result_t<T_getter, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5>>
  13231. ^
  13232. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  13233. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  13234. ^
  13235. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:94:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  13236. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<sigc::deduce_result_t<T_getter, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5>>
  13237. ^
  13238. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  13239. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  13240. ^
  13241. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:94:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  13242. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<sigc::deduce_result_t<T_getter, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5>>
  13243. ^
  13244. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:28:0,
  13245. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  13246. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  13247. from /usr/include/glibmm-2.4/glibmm.h:87,
  13248. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  13249. from applet.cpp:29:
  13250. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h: In member function ‘typename sigc::compose1_functor<T_setter, T_getter>::deduce_result_type<T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6>::type sigc::compose1_functor<T_setter, T_getter>::operator()(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6)’:
  13251. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:101:66: error: ‘deduce_result_t’ is not a member of ‘sigc’
  13252. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<sigc::deduce_result_t<T_getter, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6>>
  13253. ^
  13254. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:101:66: error: ‘deduce_result_t’ is not a member of ‘sigc’
  13255. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:101:144: error: spurious ‘>>’, use ‘>’ to terminate a template argument list
  13256. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<sigc::deduce_result_t<T_getter, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6>>
  13257. ^
  13258. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  13259. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  13260. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  13261. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  13262. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  13263. from /usr/include/glibmm-2.4/glibmm.h:87,
  13264. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  13265. from applet.cpp:29:
  13266. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  13267. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  13268. ^
  13269. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:101:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  13270. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<sigc::deduce_result_t<T_getter, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6>>
  13271. ^
  13272. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  13273. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  13274. ^
  13275. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:101:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  13276. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<sigc::deduce_result_t<T_getter, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6>>
  13277. ^
  13278. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  13279. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  13280. ^
  13281. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:101:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  13282. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<sigc::deduce_result_t<T_getter, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6>>
  13283. ^
  13284. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:28:0,
  13285. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  13286. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  13287. from /usr/include/glibmm-2.4/glibmm.h:87,
  13288. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  13289. from applet.cpp:29:
  13290. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h: In member function ‘typename sigc::compose1_functor<T_setter, T_getter>::deduce_result_type<T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7>::type sigc::compose1_functor<T_setter, T_getter>::operator()(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7)’:
  13291. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:108:66: error: ‘deduce_result_t’ is not a member of ‘sigc’
  13292. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<sigc::deduce_result_t<T_getter, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7>>
  13293. ^
  13294. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:108:66: error: ‘deduce_result_t’ is not a member of ‘sigc’
  13295. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:108:152: error: spurious ‘>>’, use ‘>’ to terminate a template argument list
  13296. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<sigc::deduce_result_t<T_getter, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7>>
  13297. ^
  13298. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  13299. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  13300. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  13301. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  13302. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  13303. from /usr/include/glibmm-2.4/glibmm.h:87,
  13304. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  13305. from applet.cpp:29:
  13306. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  13307. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  13308. ^
  13309. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:108:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  13310. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<sigc::deduce_result_t<T_getter, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7>>
  13311. ^
  13312. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  13313. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  13314. ^
  13315. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:108:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  13316. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<sigc::deduce_result_t<T_getter, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7>>
  13317. ^
  13318. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  13319. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  13320. ^
  13321. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:108:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  13322. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<sigc::deduce_result_t<T_getter, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7>>
  13323. ^
  13324. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:28:0,
  13325. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  13326. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  13327. from /usr/include/glibmm-2.4/glibmm.h:87,
  13328. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  13329. from applet.cpp:29:
  13330. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h: At global scope:
  13331. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:151:24: error: ‘deduce_result_t’ in namespace ‘sigc’ does not name a template type
  13332. typename sigc::deduce_result_t<T_getter1, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7>,
  13333. ^
  13334. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:151:39: error: expected template-argument before ‘<’ token
  13335. typename sigc::deduce_result_t<T_getter1, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7>,
  13336. ^
  13337. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:151:39: error: expected ‘>’ before ‘<’ token
  13338. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h: In member function ‘typename sigc::compose2_functor<T_setter, T_getter1, T_getter2>::deduce_result_type<T_arg1>::type sigc::compose2_functor<T_setter, T_getter1, T_getter2>::operator()(T_arg1)’:
  13339. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:163:66: error: ‘deduce_result_t’ is not a member of ‘sigc’
  13340. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<sigc::deduce_result_t<T_getter1, T_arg1>,
  13341. ^
  13342. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:163:66: error: ‘deduce_result_t’ is not a member of ‘sigc’
  13343. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  13344. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  13345. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  13346. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  13347. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  13348. from /usr/include/glibmm-2.4/glibmm.h:87,
  13349. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  13350. from applet.cpp:29:
  13351. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  13352. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  13353. ^
  13354. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:163:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  13355. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<sigc::deduce_result_t<T_getter1, T_arg1>,
  13356. ^
  13357. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  13358. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  13359. ^
  13360. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:163:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  13361. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<sigc::deduce_result_t<T_getter1, T_arg1>,
  13362. ^
  13363. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  13364. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  13365. ^
  13366. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:163:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  13367. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<sigc::deduce_result_t<T_getter1, T_arg1>,
  13368. ^
  13369. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:28:0,
  13370. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  13371. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  13372. from /usr/include/glibmm-2.4/glibmm.h:87,
  13373. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  13374. from applet.cpp:29:
  13375. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:164:58: error: ‘deduce_result_t’ is not a member of ‘sigc’
  13376. sigc::deduce_result_t<T_getter2, T_arg1>>
  13377. ^
  13378. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:164:89: error: expected primary-expression before ‘,’ token
  13379. sigc::deduce_result_t<T_getter2, T_arg1>>
  13380. ^
  13381. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:164:97: error: expected primary-expression before ‘>>’ token
  13382. sigc::deduce_result_t<T_getter2, T_arg1>>
  13383. ^
  13384. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h: In member function ‘typename sigc::compose2_functor<T_setter, T_getter1, T_getter2>::deduce_result_type<T_arg1, T_arg2>::type sigc::compose2_functor<T_setter, T_getter1, T_getter2>::operator()(T_arg1, T_arg2)’:
  13385. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:171:66: error: ‘deduce_result_t’ is not a member of ‘sigc’
  13386. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<sigc::deduce_result_t<T_getter1, T_arg1, T_arg2>,
  13387. ^
  13388. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:171:66: error: ‘deduce_result_t’ is not a member of ‘sigc’
  13389. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  13390. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  13391. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  13392. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  13393. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  13394. from /usr/include/glibmm-2.4/glibmm.h:87,
  13395. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  13396. from applet.cpp:29:
  13397. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  13398. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  13399. ^
  13400. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:171:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  13401. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<sigc::deduce_result_t<T_getter1, T_arg1, T_arg2>,
  13402. ^
  13403. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  13404. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  13405. ^
  13406. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:171:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  13407. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<sigc::deduce_result_t<T_getter1, T_arg1, T_arg2>,
  13408. ^
  13409. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  13410. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  13411. ^
  13412. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:171:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  13413. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<sigc::deduce_result_t<T_getter1, T_arg1, T_arg2>,
  13414. ^
  13415. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:28:0,
  13416. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  13417. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  13418. from /usr/include/glibmm-2.4/glibmm.h:87,
  13419. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  13420. from applet.cpp:29:
  13421. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:172:58: error: ‘deduce_result_t’ is not a member of ‘sigc’
  13422. sigc::deduce_result_t<T_getter2, T_arg1, T_arg2>>
  13423. ^
  13424. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:172:89: error: expected primary-expression before ‘,’ token
  13425. sigc::deduce_result_t<T_getter2, T_arg1, T_arg2>>
  13426. ^
  13427. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:172:97: error: expected primary-expression before ‘,’ token
  13428. sigc::deduce_result_t<T_getter2, T_arg1, T_arg2>>
  13429. ^
  13430. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:172:105: error: expected primary-expression before ‘>>’ token
  13431. sigc::deduce_result_t<T_getter2, T_arg1, T_arg2>>
  13432. ^
  13433. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h: In member function ‘typename sigc::compose2_functor<T_setter, T_getter1, T_getter2>::deduce_result_type<T_arg1, T_arg2, T_arg3>::type sigc::compose2_functor<T_setter, T_getter1, T_getter2>::operator()(T_arg1, T_arg2, T_arg3)’:
  13434. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:179:66: error: ‘deduce_result_t’ is not a member of ‘sigc’
  13435. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<sigc::deduce_result_t<T_getter1, T_arg1, T_arg2, T_arg3>,
  13436. ^
  13437. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:179:66: error: ‘deduce_result_t’ is not a member of ‘sigc’
  13438. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  13439. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  13440. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  13441. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  13442. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  13443. from /usr/include/glibmm-2.4/glibmm.h:87,
  13444. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  13445. from applet.cpp:29:
  13446. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  13447. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  13448. ^
  13449. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:179:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  13450. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<sigc::deduce_result_t<T_getter1, T_arg1, T_arg2, T_arg3>,
  13451. ^
  13452. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  13453. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  13454. ^
  13455. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:179:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  13456. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<sigc::deduce_result_t<T_getter1, T_arg1, T_arg2, T_arg3>,
  13457. ^
  13458. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  13459. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  13460. ^
  13461. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:179:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  13462. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<sigc::deduce_result_t<T_getter1, T_arg1, T_arg2, T_arg3>,
  13463. ^
  13464. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:28:0,
  13465. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  13466. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  13467. from /usr/include/glibmm-2.4/glibmm.h:87,
  13468. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  13469. from applet.cpp:29:
  13470. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:180:58: error: ‘deduce_result_t’ is not a member of ‘sigc’
  13471. sigc::deduce_result_t<T_getter2, T_arg1, T_arg2, T_arg3>>
  13472. ^
  13473. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:180:89: error: expected primary-expression before ‘,’ token
  13474. sigc::deduce_result_t<T_getter2, T_arg1, T_arg2, T_arg3>>
  13475. ^
  13476. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:180:97: error: expected primary-expression before ‘,’ token
  13477. sigc::deduce_result_t<T_getter2, T_arg1, T_arg2, T_arg3>>
  13478. ^
  13479. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:180:105: error: expected primary-expression before ‘,’ token
  13480. sigc::deduce_result_t<T_getter2, T_arg1, T_arg2, T_arg3>>
  13481. ^
  13482. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:180:113: error: expected primary-expression before ‘>>’ token
  13483. sigc::deduce_result_t<T_getter2, T_arg1, T_arg2, T_arg3>>
  13484. ^
  13485. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h: In member function ‘typename sigc::compose2_functor<T_setter, T_getter1, T_getter2>::deduce_result_type<T_arg1, T_arg2, T_arg3, T_arg4>::type sigc::compose2_functor<T_setter, T_getter1, T_getter2>::operator()(T_arg1, T_arg2, T_arg3, T_arg4)’:
  13486. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:187:66: error: ‘deduce_result_t’ is not a member of ‘sigc’
  13487. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<sigc::deduce_result_t<T_getter1, T_arg1, T_arg2, T_arg3, T_arg4>,
  13488. ^
  13489. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:187:66: error: ‘deduce_result_t’ is not a member of ‘sigc’
  13490. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  13491. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  13492. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  13493. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  13494. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  13495. from /usr/include/glibmm-2.4/glibmm.h:87,
  13496. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  13497. from applet.cpp:29:
  13498. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  13499. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  13500. ^
  13501. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:187:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  13502. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<sigc::deduce_result_t<T_getter1, T_arg1, T_arg2, T_arg3, T_arg4>,
  13503. ^
  13504. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  13505. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  13506. ^
  13507. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:187:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  13508. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<sigc::deduce_result_t<T_getter1, T_arg1, T_arg2, T_arg3, T_arg4>,
  13509. ^
  13510. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  13511. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  13512. ^
  13513. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:187:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  13514. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<sigc::deduce_result_t<T_getter1, T_arg1, T_arg2, T_arg3, T_arg4>,
  13515. ^
  13516. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:28:0,
  13517. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  13518. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  13519. from /usr/include/glibmm-2.4/glibmm.h:87,
  13520. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  13521. from applet.cpp:29:
  13522. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:188:58: error: ‘deduce_result_t’ is not a member of ‘sigc’
  13523. sigc::deduce_result_t<T_getter2, T_arg1, T_arg2, T_arg3, T_arg4>>
  13524. ^
  13525. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:188:89: error: expected primary-expression before ‘,’ token
  13526. sigc::deduce_result_t<T_getter2, T_arg1, T_arg2, T_arg3, T_arg4>>
  13527. ^
  13528. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:188:97: error: expected primary-expression before ‘,’ token
  13529. sigc::deduce_result_t<T_getter2, T_arg1, T_arg2, T_arg3, T_arg4>>
  13530. ^
  13531. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:188:105: error: expected primary-expression before ‘,’ token
  13532. sigc::deduce_result_t<T_getter2, T_arg1, T_arg2, T_arg3, T_arg4>>
  13533. ^
  13534. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:188:113: error: expected primary-expression before ‘,’ token
  13535. sigc::deduce_result_t<T_getter2, T_arg1, T_arg2, T_arg3, T_arg4>>
  13536. ^
  13537. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:188:121: error: expected primary-expression before ‘>>’ token
  13538. sigc::deduce_result_t<T_getter2, T_arg1, T_arg2, T_arg3, T_arg4>>
  13539. ^
  13540. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h: In member function ‘typename sigc::compose2_functor<T_setter, T_getter1, T_getter2>::deduce_result_type<T_arg1, T_arg2, T_arg3, T_arg4, T_arg5>::type sigc::compose2_functor<T_setter, T_getter1, T_getter2>::operator()(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5)’:
  13541. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:195:66: error: ‘deduce_result_t’ is not a member of ‘sigc’
  13542. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<sigc::deduce_result_t<T_getter1, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5>,
  13543. ^
  13544. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:195:66: error: ‘deduce_result_t’ is not a member of ‘sigc’
  13545. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  13546. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  13547. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  13548. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  13549. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  13550. from /usr/include/glibmm-2.4/glibmm.h:87,
  13551. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  13552. from applet.cpp:29:
  13553. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  13554. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  13555. ^
  13556. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:195:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  13557. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<sigc::deduce_result_t<T_getter1, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5>,
  13558. ^
  13559. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  13560. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  13561. ^
  13562. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:195:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  13563. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<sigc::deduce_result_t<T_getter1, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5>,
  13564. ^
  13565. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  13566. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  13567. ^
  13568. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:195:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  13569. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<sigc::deduce_result_t<T_getter1, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5>,
  13570. ^
  13571. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:28:0,
  13572. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  13573. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  13574. from /usr/include/glibmm-2.4/glibmm.h:87,
  13575. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  13576. from applet.cpp:29:
  13577. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:196:58: error: ‘deduce_result_t’ is not a member of ‘sigc’
  13578. sigc::deduce_result_t<T_getter2, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5>>
  13579. ^
  13580. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:196:89: error: expected primary-expression before ‘,’ token
  13581. sigc::deduce_result_t<T_getter2, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5>>
  13582. ^
  13583. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:196:97: error: expected primary-expression before ‘,’ token
  13584. sigc::deduce_result_t<T_getter2, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5>>
  13585. ^
  13586. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:196:105: error: expected primary-expression before ‘,’ token
  13587. sigc::deduce_result_t<T_getter2, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5>>
  13588. ^
  13589. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:196:113: error: expected primary-expression before ‘,’ token
  13590. sigc::deduce_result_t<T_getter2, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5>>
  13591. ^
  13592. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:196:121: error: expected primary-expression before ‘,’ token
  13593. sigc::deduce_result_t<T_getter2, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5>>
  13594. ^
  13595. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:196:129: error: expected primary-expression before ‘>>’ token
  13596. sigc::deduce_result_t<T_getter2, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5>>
  13597. ^
  13598. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h: In member function ‘typename sigc::compose2_functor<T_setter, T_getter1, T_getter2>::deduce_result_type<T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6>::type sigc::compose2_functor<T_setter, T_getter1, T_getter2>::operator()(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6)’:
  13599. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:203:66: error: ‘deduce_result_t’ is not a member of ‘sigc’
  13600. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<sigc::deduce_result_t<T_getter1, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6>,
  13601. ^
  13602. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:203:66: error: ‘deduce_result_t’ is not a member of ‘sigc’
  13603. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  13604. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  13605. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  13606. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  13607. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  13608. from /usr/include/glibmm-2.4/glibmm.h:87,
  13609. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  13610. from applet.cpp:29:
  13611. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  13612. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  13613. ^
  13614. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:203:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  13615. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<sigc::deduce_result_t<T_getter1, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6>,
  13616. ^
  13617. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  13618. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  13619. ^
  13620. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:203:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  13621. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<sigc::deduce_result_t<T_getter1, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6>,
  13622. ^
  13623. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  13624. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  13625. ^
  13626. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:203:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  13627. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<sigc::deduce_result_t<T_getter1, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6>,
  13628. ^
  13629. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:28:0,
  13630. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  13631. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  13632. from /usr/include/glibmm-2.4/glibmm.h:87,
  13633. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  13634. from applet.cpp:29:
  13635. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:204:58: error: ‘deduce_result_t’ is not a member of ‘sigc’
  13636. sigc::deduce_result_t<T_getter2, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6>>
  13637. ^
  13638. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:204:89: error: expected primary-expression before ‘,’ token
  13639. sigc::deduce_result_t<T_getter2, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6>>
  13640. ^
  13641. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:204:97: error: expected primary-expression before ‘,’ token
  13642. sigc::deduce_result_t<T_getter2, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6>>
  13643. ^
  13644. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:204:105: error: expected primary-expression before ‘,’ token
  13645. sigc::deduce_result_t<T_getter2, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6>>
  13646. ^
  13647. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:204:113: error: expected primary-expression before ‘,’ token
  13648. sigc::deduce_result_t<T_getter2, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6>>
  13649. ^
  13650. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:204:121: error: expected primary-expression before ‘,’ token
  13651. sigc::deduce_result_t<T_getter2, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6>>
  13652. ^
  13653. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:204:129: error: expected primary-expression before ‘,’ token
  13654. sigc::deduce_result_t<T_getter2, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6>>
  13655. ^
  13656. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:204:137: error: expected primary-expression before ‘>>’ token
  13657. sigc::deduce_result_t<T_getter2, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6>>
  13658. ^
  13659. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h: In member function ‘typename sigc::compose2_functor<T_setter, T_getter1, T_getter2>::deduce_result_type<T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7>::type sigc::compose2_functor<T_setter, T_getter1, T_getter2>::operator()(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7)’:
  13660. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:211:66: error: ‘deduce_result_t’ is not a member of ‘sigc’
  13661. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<sigc::deduce_result_t<T_getter1, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7>,
  13662. ^
  13663. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:211:66: error: ‘deduce_result_t’ is not a member of ‘sigc’
  13664. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  13665. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  13666. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  13667. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  13668. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  13669. from /usr/include/glibmm-2.4/glibmm.h:87,
  13670. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  13671. from applet.cpp:29:
  13672. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  13673. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  13674. ^
  13675. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:211:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  13676. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<sigc::deduce_result_t<T_getter1, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7>,
  13677. ^
  13678. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  13679. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  13680. ^
  13681. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:211:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  13682. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<sigc::deduce_result_t<T_getter1, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7>,
  13683. ^
  13684. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  13685. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  13686. ^
  13687. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:211:29: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  13688. { return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<sigc::deduce_result_t<T_getter1, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7>,
  13689. ^
  13690. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:28:0,
  13691. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  13692. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  13693. from /usr/include/glibmm-2.4/glibmm.h:87,
  13694. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  13695. from applet.cpp:29:
  13696. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:212:58: error: ‘deduce_result_t’ is not a member of ‘sigc’
  13697. sigc::deduce_result_t<T_getter2, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7>>
  13698. ^
  13699. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:212:89: error: expected primary-expression before ‘,’ token
  13700. sigc::deduce_result_t<T_getter2, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7>>
  13701. ^
  13702. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:212:97: error: expected primary-expression before ‘,’ token
  13703. sigc::deduce_result_t<T_getter2, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7>>
  13704. ^
  13705. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:212:105: error: expected primary-expression before ‘,’ token
  13706. sigc::deduce_result_t<T_getter2, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7>>
  13707. ^
  13708. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:212:113: error: expected primary-expression before ‘,’ token
  13709. sigc::deduce_result_t<T_getter2, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7>>
  13710. ^
  13711. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:212:121: error: expected primary-expression before ‘,’ token
  13712. sigc::deduce_result_t<T_getter2, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7>>
  13713. ^
  13714. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:212:129: error: expected primary-expression before ‘,’ token
  13715. sigc::deduce_result_t<T_getter2, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7>>
  13716. ^
  13717. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:212:137: error: expected primary-expression before ‘,’ token
  13718. sigc::deduce_result_t<T_getter2, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7>>
  13719. ^
  13720. /usr/include/sigc++-2.0/sigc++/adaptors/compose.h:212:145: error: expected primary-expression before ‘>>’ token
  13721. sigc::deduce_result_t<T_getter2, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7>>
  13722. ^
  13723. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:29:0,
  13724. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  13725. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  13726. from /usr/include/glibmm-2.4/glibmm.h:87,
  13727. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  13728. from applet.cpp:29:
  13729. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h: At global scope:
  13730. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:67:66: error: ‘type_trait_pass_t’ was not declared in this scope
  13731. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>::type type; };
  13732. ^
  13733. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:67:47: error: parse error in template argument list
  13734. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>::type type; };
  13735. ^
  13736. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:67:91: error: expected unqualified-id before ‘,’ token
  13737. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>::type type; };
  13738. ^
  13739. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:29:0,
  13740. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  13741. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  13742. from /usr/include/glibmm-2.4/glibmm.h:87,
  13743. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  13744. from applet.cpp:29:
  13745. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h: In member function ‘typename sigc::exception_catch_functor<T_functor, T_catcher, T_return>::deduce_result_type<T_arg1>::type sigc::exception_catch_functor<T_functor, T_catcher, T_return>::operator()(T_arg1)’:
  13746. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:80:70: error: ‘type_trait_pass_t’ was not declared in this scope
  13747. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>>
  13748. ^
  13749. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  13750. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  13751. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  13752. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  13753. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  13754. from /usr/include/glibmm-2.4/glibmm.h:87,
  13755. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  13756. from applet.cpp:29:
  13757. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  13758. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  13759. ^
  13760. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:80:33: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  13761. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>>
  13762. ^
  13763. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  13764. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  13765. ^
  13766. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:80:33: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  13767. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>>
  13768. ^
  13769. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  13770. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  13771. ^
  13772. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:80:33: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  13773. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>>
  13774. ^
  13775. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:29:0,
  13776. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  13777. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  13778. from /usr/include/glibmm-2.4/glibmm.h:87,
  13779. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  13780. from applet.cpp:29:
  13781. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h: In member function ‘typename sigc::exception_catch_functor<T_functor, T_catcher, T_return>::deduce_result_type<T_arg1, T_arg2>::type sigc::exception_catch_functor<T_functor, T_catcher, T_return>::operator()(T_arg1, T_arg2)’:
  13782. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:93:70: error: ‘type_trait_pass_t’ was not declared in this scope
  13783. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>>
  13784. ^
  13785. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  13786. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  13787. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  13788. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  13789. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  13790. from /usr/include/glibmm-2.4/glibmm.h:87,
  13791. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  13792. from applet.cpp:29:
  13793. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  13794. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  13795. ^
  13796. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:93:33: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  13797. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>>
  13798. ^
  13799. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  13800. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  13801. ^
  13802. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:93:33: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  13803. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>>
  13804. ^
  13805. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  13806. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  13807. ^
  13808. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:93:33: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  13809. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>>
  13810. ^
  13811. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:29:0,
  13812. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  13813. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  13814. from /usr/include/glibmm-2.4/glibmm.h:87,
  13815. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  13816. from applet.cpp:29:
  13817. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:93:121: error: expected primary-expression before ‘>>’ token
  13818. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>>
  13819. ^
  13820. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h: In member function ‘typename sigc::exception_catch_functor<T_functor, T_catcher, T_return>::deduce_result_type<T_arg1, T_arg2, T_arg3>::type sigc::exception_catch_functor<T_functor, T_catcher, T_return>::operator()(T_arg1, T_arg2, T_arg3)’:
  13821. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:106:70: error: ‘type_trait_pass_t’ was not declared in this scope
  13822. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>>
  13823. ^
  13824. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  13825. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  13826. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  13827. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  13828. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  13829. from /usr/include/glibmm-2.4/glibmm.h:87,
  13830. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  13831. from applet.cpp:29:
  13832. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  13833. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  13834. ^
  13835. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:106:33: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  13836. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>>
  13837. ^
  13838. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  13839. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  13840. ^
  13841. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:106:33: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  13842. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>>
  13843. ^
  13844. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  13845. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  13846. ^
  13847. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:106:33: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  13848. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>>
  13849. ^
  13850. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:29:0,
  13851. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  13852. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  13853. from /usr/include/glibmm-2.4/glibmm.h:87,
  13854. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  13855. from applet.cpp:29:
  13856. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:106:121: error: expected primary-expression before ‘>’ token
  13857. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>>
  13858. ^
  13859. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:106:122: error: expected primary-expression before ‘,’ token
  13860. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>>
  13861. ^
  13862. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:106:148: error: expected primary-expression before ‘>>’ token
  13863. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>>
  13864. ^
  13865. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h: In member function ‘typename sigc::exception_catch_functor<T_functor, T_catcher, T_return>::deduce_result_type<T_arg1, T_arg2, T_arg3, T_arg4>::type sigc::exception_catch_functor<T_functor, T_catcher, T_return>::operator()(T_arg1, T_arg2, T_arg3, T_arg4)’:
  13866. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:119:70: error: ‘type_trait_pass_t’ was not declared in this scope
  13867. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  13868. ^
  13869. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  13870. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  13871. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  13872. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  13873. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  13874. from /usr/include/glibmm-2.4/glibmm.h:87,
  13875. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  13876. from applet.cpp:29:
  13877. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  13878. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  13879. ^
  13880. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:119:33: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  13881. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  13882. ^
  13883. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  13884. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  13885. ^
  13886. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:119:33: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  13887. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  13888. ^
  13889. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  13890. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  13891. ^
  13892. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:119:33: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  13893. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  13894. ^
  13895. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:29:0,
  13896. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  13897. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  13898. from /usr/include/glibmm-2.4/glibmm.h:87,
  13899. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  13900. from applet.cpp:29:
  13901. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:119:121: error: expected primary-expression before ‘>’ token
  13902. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  13903. ^
  13904. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:119:122: error: expected primary-expression before ‘,’ token
  13905. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  13906. ^
  13907. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:119:148: error: expected primary-expression before ‘>’ token
  13908. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  13909. ^
  13910. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:119:149: error: expected primary-expression before ‘,’ token
  13911. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  13912. ^
  13913. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:119:175: error: expected primary-expression before ‘>>’ token
  13914. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  13915. ^
  13916. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h: In member function ‘typename sigc::exception_catch_functor<T_functor, T_catcher, T_return>::deduce_result_type<T_arg1, T_arg2, T_arg3, T_arg4, T_arg5>::type sigc::exception_catch_functor<T_functor, T_catcher, T_return>::operator()(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5)’:
  13917. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:132:70: error: ‘type_trait_pass_t’ was not declared in this scope
  13918. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  13919. ^
  13920. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  13921. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  13922. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  13923. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  13924. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  13925. from /usr/include/glibmm-2.4/glibmm.h:87,
  13926. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  13927. from applet.cpp:29:
  13928. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  13929. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  13930. ^
  13931. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:132:33: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  13932. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  13933. ^
  13934. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  13935. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  13936. ^
  13937. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:132:33: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  13938. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  13939. ^
  13940. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  13941. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  13942. ^
  13943. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:132:33: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  13944. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  13945. ^
  13946. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:29:0,
  13947. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  13948. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  13949. from /usr/include/glibmm-2.4/glibmm.h:87,
  13950. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  13951. from applet.cpp:29:
  13952. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:132:121: error: expected primary-expression before ‘>’ token
  13953. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  13954. ^
  13955. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:132:122: error: expected primary-expression before ‘,’ token
  13956. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  13957. ^
  13958. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:132:148: error: expected primary-expression before ‘>’ token
  13959. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  13960. ^
  13961. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:132:149: error: expected primary-expression before ‘,’ token
  13962. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  13963. ^
  13964. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:132:175: error: expected primary-expression before ‘>’ token
  13965. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  13966. ^
  13967. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:132:176: error: expected primary-expression before ‘,’ token
  13968. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  13969. ^
  13970. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:132:202: error: expected primary-expression before ‘>>’ token
  13971. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  13972. ^
  13973. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h: In member function ‘typename sigc::exception_catch_functor<T_functor, T_catcher, T_return>::deduce_result_type<T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6>::type sigc::exception_catch_functor<T_functor, T_catcher, T_return>::operator()(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6)’:
  13974. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:145:70: error: ‘type_trait_pass_t’ was not declared in this scope
  13975. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  13976. ^
  13977. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  13978. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  13979. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  13980. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  13981. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  13982. from /usr/include/glibmm-2.4/glibmm.h:87,
  13983. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  13984. from applet.cpp:29:
  13985. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  13986. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  13987. ^
  13988. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:145:33: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  13989. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  13990. ^
  13991. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  13992. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  13993. ^
  13994. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:145:33: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  13995. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  13996. ^
  13997. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  13998. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  13999. ^
  14000. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:145:33: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  14001. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  14002. ^
  14003. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:29:0,
  14004. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  14005. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  14006. from /usr/include/glibmm-2.4/glibmm.h:87,
  14007. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  14008. from applet.cpp:29:
  14009. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:145:121: error: expected primary-expression before ‘>’ token
  14010. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  14011. ^
  14012. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:145:122: error: expected primary-expression before ‘,’ token
  14013. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  14014. ^
  14015. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:145:148: error: expected primary-expression before ‘>’ token
  14016. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  14017. ^
  14018. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:145:149: error: expected primary-expression before ‘,’ token
  14019. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  14020. ^
  14021. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:145:175: error: expected primary-expression before ‘>’ token
  14022. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  14023. ^
  14024. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:145:176: error: expected primary-expression before ‘,’ token
  14025. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  14026. ^
  14027. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:145:202: error: expected primary-expression before ‘>’ token
  14028. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  14029. ^
  14030. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:145:203: error: expected primary-expression before ‘,’ token
  14031. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  14032. ^
  14033. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:145:229: error: expected primary-expression before ‘>>’ token
  14034. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  14035. ^
  14036. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h: In member function ‘typename sigc::exception_catch_functor<T_functor, T_catcher, T_return>::deduce_result_type<T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7>::type sigc::exception_catch_functor<T_functor, T_catcher, T_return>::operator()(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7)’:
  14037. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:158:70: error: ‘type_trait_pass_t’ was not declared in this scope
  14038. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  14039. ^
  14040. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  14041. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  14042. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  14043. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  14044. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  14045. from /usr/include/glibmm-2.4/glibmm.h:87,
  14046. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  14047. from applet.cpp:29:
  14048. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  14049. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  14050. ^
  14051. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:158:33: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  14052. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  14053. ^
  14054. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  14055. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  14056. ^
  14057. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:158:33: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  14058. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  14059. ^
  14060. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  14061. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  14062. ^
  14063. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:158:33: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  14064. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  14065. ^
  14066. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:29:0,
  14067. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  14068. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  14069. from /usr/include/glibmm-2.4/glibmm.h:87,
  14070. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  14071. from applet.cpp:29:
  14072. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:158:121: error: expected primary-expression before ‘>’ token
  14073. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  14074. ^
  14075. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:158:122: error: expected primary-expression before ‘,’ token
  14076. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  14077. ^
  14078. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:158:148: error: expected primary-expression before ‘>’ token
  14079. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  14080. ^
  14081. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:158:149: error: expected primary-expression before ‘,’ token
  14082. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  14083. ^
  14084. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:158:175: error: expected primary-expression before ‘>’ token
  14085. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  14086. ^
  14087. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:158:176: error: expected primary-expression before ‘,’ token
  14088. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  14089. ^
  14090. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:158:202: error: expected primary-expression before ‘>’ token
  14091. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  14092. ^
  14093. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:158:203: error: expected primary-expression before ‘,’ token
  14094. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  14095. ^
  14096. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:158:229: error: expected primary-expression before ‘>’ token
  14097. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  14098. ^
  14099. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:158:230: error: expected primary-expression before ‘,’ token
  14100. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  14101. ^
  14102. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:158:256: error: expected primary-expression before ‘>>’ token
  14103. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  14104. ^
  14105. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h: At global scope:
  14106. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:193:66: error: ‘type_trait_pass_t’ was not declared in this scope
  14107. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>::type type; };
  14108. ^
  14109. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:193:47: error: parse error in template argument list
  14110. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>::type type; };
  14111. ^
  14112. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:193:91: error: expected unqualified-id before ‘,’ token
  14113. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>::type type; };
  14114. ^
  14115. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h: In member function ‘typename sigc::exception_catch_functor<T_functor, T_catcher, void>::deduce_result_type<T_arg1>::type sigc::exception_catch_functor<T_functor, T_catcher, void>::operator()(T_arg1)’:
  14116. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:205:70: error: ‘type_trait_pass_t’ was not declared in this scope
  14117. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>>
  14118. ^
  14119. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  14120. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  14121. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  14122. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  14123. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  14124. from /usr/include/glibmm-2.4/glibmm.h:87,
  14125. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  14126. from applet.cpp:29:
  14127. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  14128. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  14129. ^
  14130. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:205:33: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  14131. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>>
  14132. ^
  14133. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  14134. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  14135. ^
  14136. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:205:33: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  14137. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>>
  14138. ^
  14139. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  14140. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  14141. ^
  14142. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:205:33: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  14143. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>>
  14144. ^
  14145. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:29:0,
  14146. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  14147. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  14148. from /usr/include/glibmm-2.4/glibmm.h:87,
  14149. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  14150. from applet.cpp:29:
  14151. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h: In member function ‘typename sigc::exception_catch_functor<T_functor, T_catcher, void>::deduce_result_type<T_arg1, T_arg2>::type sigc::exception_catch_functor<T_functor, T_catcher, void>::operator()(T_arg1, T_arg2)’:
  14152. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:218:70: error: ‘type_trait_pass_t’ was not declared in this scope
  14153. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>>
  14154. ^
  14155. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  14156. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  14157. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  14158. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  14159. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  14160. from /usr/include/glibmm-2.4/glibmm.h:87,
  14161. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  14162. from applet.cpp:29:
  14163. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  14164. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  14165. ^
  14166. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:218:33: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  14167. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>>
  14168. ^
  14169. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  14170. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  14171. ^
  14172. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:218:33: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  14173. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>>
  14174. ^
  14175. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  14176. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  14177. ^
  14178. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:218:33: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  14179. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>>
  14180. ^
  14181. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:29:0,
  14182. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  14183. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  14184. from /usr/include/glibmm-2.4/glibmm.h:87,
  14185. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  14186. from applet.cpp:29:
  14187. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:218:121: error: expected primary-expression before ‘>>’ token
  14188. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>>
  14189. ^
  14190. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h: In member function ‘typename sigc::exception_catch_functor<T_functor, T_catcher, void>::deduce_result_type<T_arg1, T_arg2, T_arg3>::type sigc::exception_catch_functor<T_functor, T_catcher, void>::operator()(T_arg1, T_arg2, T_arg3)’:
  14191. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:231:70: error: ‘type_trait_pass_t’ was not declared in this scope
  14192. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>>
  14193. ^
  14194. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  14195. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  14196. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  14197. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  14198. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  14199. from /usr/include/glibmm-2.4/glibmm.h:87,
  14200. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  14201. from applet.cpp:29:
  14202. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  14203. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  14204. ^
  14205. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:231:33: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  14206. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>>
  14207. ^
  14208. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  14209. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  14210. ^
  14211. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:231:33: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  14212. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>>
  14213. ^
  14214. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  14215. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  14216. ^
  14217. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:231:33: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  14218. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>>
  14219. ^
  14220. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:29:0,
  14221. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  14222. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  14223. from /usr/include/glibmm-2.4/glibmm.h:87,
  14224. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  14225. from applet.cpp:29:
  14226. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:231:121: error: expected primary-expression before ‘>’ token
  14227. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>>
  14228. ^
  14229. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:231:122: error: expected primary-expression before ‘,’ token
  14230. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>>
  14231. ^
  14232. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:231:148: error: expected primary-expression before ‘>>’ token
  14233. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>>
  14234. ^
  14235. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h: In member function ‘typename sigc::exception_catch_functor<T_functor, T_catcher, void>::deduce_result_type<T_arg1, T_arg2, T_arg3, T_arg4>::type sigc::exception_catch_functor<T_functor, T_catcher, void>::operator()(T_arg1, T_arg2, T_arg3, T_arg4)’:
  14236. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:244:70: error: ‘type_trait_pass_t’ was not declared in this scope
  14237. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  14238. ^
  14239. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  14240. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  14241. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  14242. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  14243. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  14244. from /usr/include/glibmm-2.4/glibmm.h:87,
  14245. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  14246. from applet.cpp:29:
  14247. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  14248. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  14249. ^
  14250. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:244:33: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  14251. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  14252. ^
  14253. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  14254. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  14255. ^
  14256. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:244:33: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  14257. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  14258. ^
  14259. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  14260. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  14261. ^
  14262. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:244:33: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  14263. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  14264. ^
  14265. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:29:0,
  14266. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  14267. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  14268. from /usr/include/glibmm-2.4/glibmm.h:87,
  14269. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  14270. from applet.cpp:29:
  14271. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:244:121: error: expected primary-expression before ‘>’ token
  14272. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  14273. ^
  14274. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:244:122: error: expected primary-expression before ‘,’ token
  14275. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  14276. ^
  14277. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:244:148: error: expected primary-expression before ‘>’ token
  14278. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  14279. ^
  14280. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:244:149: error: expected primary-expression before ‘,’ token
  14281. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  14282. ^
  14283. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:244:175: error: expected primary-expression before ‘>>’ token
  14284. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>>
  14285. ^
  14286. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h: In member function ‘typename sigc::exception_catch_functor<T_functor, T_catcher, void>::deduce_result_type<T_arg1, T_arg2, T_arg3, T_arg4, T_arg5>::type sigc::exception_catch_functor<T_functor, T_catcher, void>::operator()(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5)’:
  14287. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:257:70: error: ‘type_trait_pass_t’ was not declared in this scope
  14288. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  14289. ^
  14290. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  14291. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  14292. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  14293. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  14294. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  14295. from /usr/include/glibmm-2.4/glibmm.h:87,
  14296. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  14297. from applet.cpp:29:
  14298. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  14299. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  14300. ^
  14301. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:257:33: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  14302. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  14303. ^
  14304. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  14305. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  14306. ^
  14307. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:257:33: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  14308. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  14309. ^
  14310. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  14311. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  14312. ^
  14313. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:257:33: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  14314. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  14315. ^
  14316. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:29:0,
  14317. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  14318. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  14319. from /usr/include/glibmm-2.4/glibmm.h:87,
  14320. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  14321. from applet.cpp:29:
  14322. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:257:121: error: expected primary-expression before ‘>’ token
  14323. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  14324. ^
  14325. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:257:122: error: expected primary-expression before ‘,’ token
  14326. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  14327. ^
  14328. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:257:148: error: expected primary-expression before ‘>’ token
  14329. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  14330. ^
  14331. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:257:149: error: expected primary-expression before ‘,’ token
  14332. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  14333. ^
  14334. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:257:175: error: expected primary-expression before ‘>’ token
  14335. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  14336. ^
  14337. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:257:176: error: expected primary-expression before ‘,’ token
  14338. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  14339. ^
  14340. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:257:202: error: expected primary-expression before ‘>>’ token
  14341. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>>
  14342. ^
  14343. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h: In member function ‘typename sigc::exception_catch_functor<T_functor, T_catcher, void>::deduce_result_type<T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6>::type sigc::exception_catch_functor<T_functor, T_catcher, void>::operator()(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6)’:
  14344. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:270:70: error: ‘type_trait_pass_t’ was not declared in this scope
  14345. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  14346. ^
  14347. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  14348. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  14349. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  14350. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  14351. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  14352. from /usr/include/glibmm-2.4/glibmm.h:87,
  14353. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  14354. from applet.cpp:29:
  14355. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  14356. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  14357. ^
  14358. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:270:33: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  14359. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  14360. ^
  14361. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  14362. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  14363. ^
  14364. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:270:33: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  14365. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  14366. ^
  14367. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  14368. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  14369. ^
  14370. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:270:33: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  14371. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  14372. ^
  14373. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:29:0,
  14374. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  14375. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  14376. from /usr/include/glibmm-2.4/glibmm.h:87,
  14377. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  14378. from applet.cpp:29:
  14379. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:270:121: error: expected primary-expression before ‘>’ token
  14380. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  14381. ^
  14382. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:270:122: error: expected primary-expression before ‘,’ token
  14383. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  14384. ^
  14385. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:270:148: error: expected primary-expression before ‘>’ token
  14386. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  14387. ^
  14388. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:270:149: error: expected primary-expression before ‘,’ token
  14389. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  14390. ^
  14391. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:270:175: error: expected primary-expression before ‘>’ token
  14392. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  14393. ^
  14394. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:270:176: error: expected primary-expression before ‘,’ token
  14395. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  14396. ^
  14397. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:270:202: error: expected primary-expression before ‘>’ token
  14398. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  14399. ^
  14400. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:270:203: error: expected primary-expression before ‘,’ token
  14401. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  14402. ^
  14403. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:270:229: error: expected primary-expression before ‘>>’ token
  14404. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>>
  14405. ^
  14406. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h: In member function ‘typename sigc::exception_catch_functor<T_functor, T_catcher, void>::deduce_result_type<T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7>::type sigc::exception_catch_functor<T_functor, T_catcher, void>::operator()(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7)’:
  14407. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:283:70: error: ‘type_trait_pass_t’ was not declared in this scope
  14408. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  14409. ^
  14410. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  14411. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  14412. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  14413. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  14414. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  14415. from /usr/include/glibmm-2.4/glibmm.h:87,
  14416. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  14417. from applet.cpp:29:
  14418. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  14419. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  14420. ^
  14421. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:283:33: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  14422. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  14423. ^
  14424. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  14425. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  14426. ^
  14427. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:283:33: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  14428. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  14429. ^
  14430. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  14431. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  14432. ^
  14433. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:283:33: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  14434. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  14435. ^
  14436. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:29:0,
  14437. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  14438. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  14439. from /usr/include/glibmm-2.4/glibmm.h:87,
  14440. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  14441. from applet.cpp:29:
  14442. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:283:121: error: expected primary-expression before ‘>’ token
  14443. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  14444. ^
  14445. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:283:122: error: expected primary-expression before ‘,’ token
  14446. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  14447. ^
  14448. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:283:148: error: expected primary-expression before ‘>’ token
  14449. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  14450. ^
  14451. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:283:149: error: expected primary-expression before ‘,’ token
  14452. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  14453. ^
  14454. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:283:175: error: expected primary-expression before ‘>’ token
  14455. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  14456. ^
  14457. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:283:176: error: expected primary-expression before ‘,’ token
  14458. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  14459. ^
  14460. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:283:202: error: expected primary-expression before ‘>’ token
  14461. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  14462. ^
  14463. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:283:203: error: expected primary-expression before ‘,’ token
  14464. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  14465. ^
  14466. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:283:229: error: expected primary-expression before ‘>’ token
  14467. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  14468. ^
  14469. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:283:230: error: expected primary-expression before ‘,’ token
  14470. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  14471. ^
  14472. /usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h:283:256: error: expected primary-expression before ‘>>’ token
  14473. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>
  14474. ^
  14475. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:30:0,
  14476. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  14477. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  14478. from /usr/include/glibmm-2.4/glibmm.h:87,
  14479. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  14480. from applet.cpp:29:
  14481. /usr/include/sigc++-2.0/sigc++/adaptors/track_obj.h: At global scope:
  14482. /usr/include/sigc++-2.0/sigc++/adaptors/track_obj.h:58:66: error: ‘type_trait_pass_t’ was not declared in this scope
  14483. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>::type type; };
  14484. ^
  14485. /usr/include/sigc++-2.0/sigc++/adaptors/track_obj.h:58:47: error: parse error in template argument list
  14486. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>::type type; };
  14487. ^
  14488. /usr/include/sigc++-2.0/sigc++/adaptors/track_obj.h:58:91: error: expected unqualified-id before ‘,’ token
  14489. { typedef typename adaptor_type::template deduce_result_type<type_trait_pass_t<T_arg1>, type_trait_pass_t<T_arg2>, type_trait_pass_t<T_arg3>, type_trait_pass_t<T_arg4>, type_trait_pass_t<T_arg5>, type_trait_pass_t<T_arg6>, type_trait_pass_t<T_arg7>>::type type; };
  14490. ^
  14491. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:30:0,
  14492. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  14493. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  14494. from /usr/include/glibmm-2.4/glibmm.h:87,
  14495. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  14496. from applet.cpp:29:
  14497. /usr/include/sigc++-2.0/sigc++/adaptors/track_obj.h: In member function ‘typename sigc::track_obj_functor1<T_functor, T_obj1>::deduce_result_type<T_arg1>::type sigc::track_obj_functor1<T_functor, T_obj1>::operator()(T_arg1)’:
  14498. /usr/include/sigc++-2.0/sigc++/adaptors/track_obj.h:85:7: error: ‘type_trait_pass_t’ was not declared in this scope
  14499. type_trait_pass_t<T_arg1>>
  14500. ^
  14501. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  14502. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  14503. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  14504. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  14505. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  14506. from /usr/include/glibmm-2.4/glibmm.h:87,
  14507. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  14508. from applet.cpp:29:
  14509. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  14510. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  14511. ^
  14512. /usr/include/sigc++-2.0/sigc++/adaptors/track_obj.h:84:27: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  14513. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<
  14514. ^
  14515. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  14516. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  14517. ^
  14518. /usr/include/sigc++-2.0/sigc++/adaptors/track_obj.h:84:27: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  14519. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<
  14520. ^
  14521. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  14522. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  14523. ^
  14524. /usr/include/sigc++-2.0/sigc++/adaptors/track_obj.h:84:27: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  14525. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<
  14526. ^
  14527. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:30:0,
  14528. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  14529. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  14530. from /usr/include/glibmm-2.4/glibmm.h:87,
  14531. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  14532. from applet.cpp:29:
  14533. /usr/include/sigc++-2.0/sigc++/adaptors/track_obj.h: In member function ‘typename sigc::track_obj_functor1<T_functor, T_obj1>::deduce_result_type<T_arg1, T_arg2>::type sigc::track_obj_functor1<T_functor, T_obj1>::operator()(T_arg1, T_arg2)’:
  14534. /usr/include/sigc++-2.0/sigc++/adaptors/track_obj.h:110:7: error: ‘type_trait_pass_t’ was not declared in this scope
  14535. type_trait_pass_t<T_arg1>,
  14536. ^
  14537. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  14538. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  14539. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  14540. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  14541. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  14542. from /usr/include/glibmm-2.4/glibmm.h:87,
  14543. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  14544. from applet.cpp:29:
  14545. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  14546. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  14547. ^
  14548. /usr/include/sigc++-2.0/sigc++/adaptors/track_obj.h:109:27: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  14549. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<
  14550. ^
  14551. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  14552. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  14553. ^
  14554. /usr/include/sigc++-2.0/sigc++/adaptors/track_obj.h:109:27: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  14555. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<
  14556. ^
  14557. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  14558. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  14559. ^
  14560. /usr/include/sigc++-2.0/sigc++/adaptors/track_obj.h:109:27: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  14561. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<
  14562. ^
  14563. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:30:0,
  14564. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  14565. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  14566. from /usr/include/glibmm-2.4/glibmm.h:87,
  14567. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  14568. from applet.cpp:29:
  14569. /usr/include/sigc++-2.0/sigc++/adaptors/track_obj.h:111:31: error: expected primary-expression before ‘>>’ token
  14570. type_trait_pass_t<T_arg2>>
  14571. ^
  14572. /usr/include/sigc++-2.0/sigc++/adaptors/track_obj.h: In member function ‘typename sigc::track_obj_functor1<T_functor, T_obj1>::deduce_result_type<T_arg1, T_arg2, T_arg3>::type sigc::track_obj_functor1<T_functor, T_obj1>::operator()(T_arg1, T_arg2, T_arg3)’:
  14573. /usr/include/sigc++-2.0/sigc++/adaptors/track_obj.h:138:7: error: ‘type_trait_pass_t’ was not declared in this scope
  14574. type_trait_pass_t<T_arg1>,
  14575. ^
  14576. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  14577. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  14578. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  14579. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  14580. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  14581. from /usr/include/glibmm-2.4/glibmm.h:87,
  14582. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  14583. from applet.cpp:29:
  14584. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  14585. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  14586. ^
  14587. /usr/include/sigc++-2.0/sigc++/adaptors/track_obj.h:137:27: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  14588. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<
  14589. ^
  14590. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  14591. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  14592. ^
  14593. /usr/include/sigc++-2.0/sigc++/adaptors/track_obj.h:137:27: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  14594. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<
  14595. ^
  14596. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  14597. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  14598. ^
  14599. /usr/include/sigc++-2.0/sigc++/adaptors/track_obj.h:137:27: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  14600. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<
  14601. ^
  14602. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:30:0,
  14603. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  14604. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  14605. from /usr/include/glibmm-2.4/glibmm.h:87,
  14606. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  14607. from applet.cpp:29:
  14608. /usr/include/sigc++-2.0/sigc++/adaptors/track_obj.h:139:31: error: expected primary-expression before ‘>’ token
  14609. type_trait_pass_t<T_arg2>,
  14610. ^
  14611. /usr/include/sigc++-2.0/sigc++/adaptors/track_obj.h:139:32: error: expected primary-expression before ‘,’ token
  14612. type_trait_pass_t<T_arg2>,
  14613. ^
  14614. /usr/include/sigc++-2.0/sigc++/adaptors/track_obj.h:140:31: error: expected primary-expression before ‘>>’ token
  14615. type_trait_pass_t<T_arg3>>
  14616. ^
  14617. /usr/include/sigc++-2.0/sigc++/adaptors/track_obj.h: In member function ‘typename sigc::track_obj_functor1<T_functor, T_obj1>::deduce_result_type<T_arg1, T_arg2, T_arg3, T_arg4>::type sigc::track_obj_functor1<T_functor, T_obj1>::operator()(T_arg1, T_arg2, T_arg3, T_arg4)’:
  14618. /usr/include/sigc++-2.0/sigc++/adaptors/track_obj.h:169:7: error: ‘type_trait_pass_t’ was not declared in this scope
  14619. type_trait_pass_t<T_arg1>,
  14620. ^
  14621. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  14622. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  14623. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  14624. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  14625. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  14626. from /usr/include/glibmm-2.4/glibmm.h:87,
  14627. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  14628. from applet.cpp:29:
  14629. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  14630. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  14631. ^
  14632. /usr/include/sigc++-2.0/sigc++/adaptors/track_obj.h:168:27: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  14633. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<
  14634. ^
  14635. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  14636. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  14637. ^
  14638. /usr/include/sigc++-2.0/sigc++/adaptors/track_obj.h:168:27: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  14639. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<
  14640. ^
  14641. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  14642. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  14643. ^
  14644. /usr/include/sigc++-2.0/sigc++/adaptors/track_obj.h:168:27: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  14645. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<
  14646. ^
  14647. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:30:0,
  14648. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  14649. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  14650. from /usr/include/glibmm-2.4/glibmm.h:87,
  14651. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  14652. from applet.cpp:29:
  14653. /usr/include/sigc++-2.0/sigc++/adaptors/track_obj.h:170:31: error: expected primary-expression before ‘>’ token
  14654. type_trait_pass_t<T_arg2>,
  14655. ^
  14656. /usr/include/sigc++-2.0/sigc++/adaptors/track_obj.h:170:32: error: expected primary-expression before ‘,’ token
  14657. type_trait_pass_t<T_arg2>,
  14658. ^
  14659. /usr/include/sigc++-2.0/sigc++/adaptors/track_obj.h:171:31: error: expected primary-expression before ‘>’ token
  14660. type_trait_pass_t<T_arg3>,
  14661. ^
  14662. /usr/include/sigc++-2.0/sigc++/adaptors/track_obj.h:171:32: error: expected primary-expression before ‘,’ token
  14663. type_trait_pass_t<T_arg3>,
  14664. ^
  14665. /usr/include/sigc++-2.0/sigc++/adaptors/track_obj.h:172:31: error: expected primary-expression before ‘>>’ token
  14666. type_trait_pass_t<T_arg4>>
  14667. ^
  14668. /usr/include/sigc++-2.0/sigc++/adaptors/track_obj.h: In member function ‘typename sigc::track_obj_functor1<T_functor, T_obj1>::deduce_result_type<T_arg1, T_arg2, T_arg3, T_arg4, T_arg5>::type sigc::track_obj_functor1<T_functor, T_obj1>::operator()(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5)’:
  14669. /usr/include/sigc++-2.0/sigc++/adaptors/track_obj.h:203:7: error: ‘type_trait_pass_t’ was not declared in this scope
  14670. type_trait_pass_t<T_arg1>,
  14671. ^
  14672. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  14673. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  14674. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  14675. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  14676. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  14677. from /usr/include/glibmm-2.4/glibmm.h:87,
  14678. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  14679. from applet.cpp:29:
  14680. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  14681. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  14682. ^
  14683. /usr/include/sigc++-2.0/sigc++/adaptors/track_obj.h:202:27: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  14684. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<
  14685. ^
  14686. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  14687. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  14688. ^
  14689. /usr/include/sigc++-2.0/sigc++/adaptors/track_obj.h:202:27: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  14690. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<
  14691. ^
  14692. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  14693. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  14694. ^
  14695. /usr/include/sigc++-2.0/sigc++/adaptors/track_obj.h:202:27: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  14696. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<
  14697. ^
  14698. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:30:0,
  14699. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  14700. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  14701. from /usr/include/glibmm-2.4/glibmm.h:87,
  14702. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  14703. from applet.cpp:29:
  14704. /usr/include/sigc++-2.0/sigc++/adaptors/track_obj.h:204:31: error: expected primary-expression before ‘>’ token
  14705. type_trait_pass_t<T_arg2>,
  14706. ^
  14707. /usr/include/sigc++-2.0/sigc++/adaptors/track_obj.h:204:32: error: expected primary-expression before ‘,’ token
  14708. type_trait_pass_t<T_arg2>,
  14709. ^
  14710. /usr/include/sigc++-2.0/sigc++/adaptors/track_obj.h:205:31: error: expected primary-expression before ‘>’ token
  14711. type_trait_pass_t<T_arg3>,
  14712. ^
  14713. /usr/include/sigc++-2.0/sigc++/adaptors/track_obj.h:205:32: error: expected primary-expression before ‘,’ token
  14714. type_trait_pass_t<T_arg3>,
  14715. ^
  14716. /usr/include/sigc++-2.0/sigc++/adaptors/track_obj.h:206:31: error: expected primary-expression before ‘>’ token
  14717. type_trait_pass_t<T_arg4>,
  14718. ^
  14719. /usr/include/sigc++-2.0/sigc++/adaptors/track_obj.h:206:32: error: expected primary-expression before ‘,’ token
  14720. type_trait_pass_t<T_arg4>,
  14721. ^
  14722. /usr/include/sigc++-2.0/sigc++/adaptors/track_obj.h:207:31: error: expected primary-expression before ‘>>’ token
  14723. type_trait_pass_t<T_arg5>>
  14724. ^
  14725. /usr/include/sigc++-2.0/sigc++/adaptors/track_obj.h: In member function ‘typename sigc::track_obj_functor1<T_functor, T_obj1>::deduce_result_type<T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6>::type sigc::track_obj_functor1<T_functor, T_obj1>::operator()(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6)’:
  14726. /usr/include/sigc++-2.0/sigc++/adaptors/track_obj.h:240:7: error: ‘type_trait_pass_t’ was not declared in this scope
  14727. type_trait_pass_t<T_arg1>,
  14728. ^
  14729. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  14730. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  14731. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  14732. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  14733. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  14734. from /usr/include/glibmm-2.4/glibmm.h:87,
  14735. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  14736. from applet.cpp:29:
  14737. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  14738. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  14739. ^
  14740. /usr/include/sigc++-2.0/sigc++/adaptors/track_obj.h:239:27: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  14741. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<
  14742. ^
  14743. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  14744. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  14745. ^
  14746. /usr/include/sigc++-2.0/sigc++/adaptors/track_obj.h:239:27: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  14747. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<
  14748. ^
  14749. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  14750. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  14751. ^
  14752. /usr/include/sigc++-2.0/sigc++/adaptors/track_obj.h:239:27: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  14753. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<
  14754. ^
  14755. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:30:0,
  14756. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  14757. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  14758. from /usr/include/glibmm-2.4/glibmm.h:87,
  14759. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  14760. from applet.cpp:29:
  14761. /usr/include/sigc++-2.0/sigc++/adaptors/track_obj.h:241:31: error: expected primary-expression before ‘>’ token
  14762. type_trait_pass_t<T_arg2>,
  14763. ^
  14764. /usr/include/sigc++-2.0/sigc++/adaptors/track_obj.h:241:32: error: expected primary-expression before ‘,’ token
  14765. type_trait_pass_t<T_arg2>,
  14766. ^
  14767. /usr/include/sigc++-2.0/sigc++/adaptors/track_obj.h:242:31: error: expected primary-expression before ‘>’ token
  14768. type_trait_pass_t<T_arg3>,
  14769. ^
  14770. /usr/include/sigc++-2.0/sigc++/adaptors/track_obj.h:242:32: error: expected primary-expression before ‘,’ token
  14771. type_trait_pass_t<T_arg3>,
  14772. ^
  14773. /usr/include/sigc++-2.0/sigc++/adaptors/track_obj.h:243:31: error: expected primary-expression before ‘>’ token
  14774. type_trait_pass_t<T_arg4>,
  14775. ^
  14776. /usr/include/sigc++-2.0/sigc++/adaptors/track_obj.h:243:32: error: expected primary-expression before ‘,’ token
  14777. type_trait_pass_t<T_arg4>,
  14778. ^
  14779. /usr/include/sigc++-2.0/sigc++/adaptors/track_obj.h:244:31: error: expected primary-expression before ‘>’ token
  14780. type_trait_pass_t<T_arg5>,
  14781. ^
  14782. /usr/include/sigc++-2.0/sigc++/adaptors/track_obj.h:244:32: error: expected primary-expression before ‘,’ token
  14783. type_trait_pass_t<T_arg5>,
  14784. ^
  14785. /usr/include/sigc++-2.0/sigc++/adaptors/track_obj.h:245:31: error: expected primary-expression before ‘>>’ token
  14786. type_trait_pass_t<T_arg6>>
  14787. ^
  14788. /usr/include/sigc++-2.0/sigc++/adaptors/track_obj.h: In member function ‘typename sigc::track_obj_functor1<T_functor, T_obj1>::deduce_result_type<T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7>::type sigc::track_obj_functor1<T_functor, T_obj1>::operator()(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7)’:
  14789. /usr/include/sigc++-2.0/sigc++/adaptors/track_obj.h:280:7: error: ‘type_trait_pass_t’ was not declared in this scope
  14790. type_trait_pass_t<T_arg1>,
  14791. ^
  14792. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
  14793. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  14794. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  14795. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  14796. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  14797. from /usr/include/glibmm-2.4/glibmm.h:87,
  14798. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  14799. from applet.cpp:29:
  14800. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: parse error in template argument list
  14801. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  14802. ^
  14803. /usr/include/sigc++-2.0/sigc++/adaptors/track_obj.h:279:27: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  14804. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<
  14805. ^
  14806. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘operator’
  14807. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  14808. ^
  14809. /usr/include/sigc++-2.0/sigc++/adaptors/track_obj.h:279:27: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  14810. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<
  14811. ^
  14812. /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:17:57: error: expected ‘;’
  14813. #define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
  14814. ^
  14815. /usr/include/sigc++-2.0/sigc++/adaptors/track_obj.h:279:27: note: in expansion of macro ‘SIGC_WORKAROUND_OPERATOR_PARENTHESES’
  14816. return this->functor_.SIGC_WORKAROUND_OPERATOR_PARENTHESES<
  14817. ^
  14818. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:30:0,
  14819. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  14820. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  14821. from /usr/include/glibmm-2.4/glibmm.h:87,
  14822. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  14823. from applet.cpp:29:
  14824. /usr/include/sigc++-2.0/sigc++/adaptors/track_obj.h:281:31: error: expected primary-expression before ‘>’ token
  14825. type_trait_pass_t<T_arg2>,
  14826. ^
  14827. /usr/include/sigc++-2.0/sigc++/adaptors/track_obj.h:281:32: error: expected primary-expression before ‘,’ token
  14828. type_trait_pass_t<T_arg2>,
  14829. ^
  14830. /usr/include/sigc++-2.0/sigc++/adaptors/track_obj.h:282:31: error: expected primary-expression before ‘>’ token
  14831. type_trait_pass_t<T_arg3>,
  14832. ^
  14833. /usr/include/sigc++-2.0/sigc++/adaptors/track_obj.h:282:32: error: expected primary-expression before ‘,’ token
  14834. type_trait_pass_t<T_arg3>,
  14835. ^
  14836. /usr/include/sigc++-2.0/sigc++/adaptors/track_obj.h:283:31: error: expected primary-expression before ‘>’ token
  14837. type_trait_pass_t<T_arg4>,
  14838. ^
  14839. /usr/include/sigc++-2.0/sigc++/adaptors/track_obj.h:283:32: error: expected primary-expression before ‘,’ token
  14840. type_trait_pass_t<T_arg4>,
  14841. ^
  14842. /usr/include/sigc++-2.0/sigc++/adaptors/track_obj.h:284:31: error: expected primary-expression before ‘>’ token
  14843. type_trait_pass_t<T_arg5>,
  14844. ^
  14845. /usr/include/sigc++-2.0/sigc++/adaptors/track_obj.h:284:32: error: expected primary-expression before ‘,’ token
  14846. type_trait_pass_t<T_arg5>,
  14847. ^
  14848. /usr/include/sigc++-2.0/sigc++/adaptors/track_obj.h:285:31: error: expected primary-expression before ‘>’ token
  14849. type_trait_pass_t<T_arg6>,
  14850. ^
  14851. /usr/include/sigc++-2.0/sigc++/adaptors/track_obj.h:285:32: error: expected primary-expression before ‘,’ token
  14852. type_trait_pass_t<T_arg6>,
  14853. ^
  14854. /usr/include/sigc++-2.0/sigc++/adaptors/track_obj.h:286:31: error: expected primary-expression before ‘>>’ token
  14855. type_trait_pass_t<T_arg7>>
  14856. ^
  14857. In file included from /usr/include/glibmm-2.4/glibmm.h:87:0,
  14858. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  14859. from applet.cpp:29:
  14860. /usr/include/glibmm-2.4/glibmm/thread.h: At global scope:
  14861. /usr/include/glibmm-2.4/glibmm/thread.h:141:45: error: ‘nullptr’ was not declared in this scope
  14862. void thread_init(GThreadFunctions* vtable = nullptr);
  14863. ^
  14864. /usr/include/glibmm-2.4/glibmm/thread.h:224:27: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  14865. Thread(const Thread&) = delete;
  14866. ^
  14867. /usr/include/glibmm-2.4/glibmm/thread.h:225:38: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  14868. Thread& operator=(const Thread&) = delete;
  14869. ^
  14870. /usr/include/glibmm-2.4/glibmm/thread.h:435:25: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  14871. Mutex(const Mutex&) = delete;
  14872. ^
  14873. /usr/include/glibmm-2.4/glibmm/thread.h:436:36: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  14874. Mutex& operator=(const Mutex&) = delete;
  14875. ^
  14876. /usr/include/glibmm-2.4/glibmm/thread.h:564:33: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  14877. Lock(const RecMutex::Lock&) = delete;
  14878. ^
  14879. /usr/include/glibmm-2.4/glibmm/thread.h:565:54: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  14880. RecMutex::Lock& operator=(const RecMutex::Lock&) = delete;
  14881. ^
  14882. /usr/include/glibmm-2.4/glibmm/thread.h:624:27: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  14883. RWLock(const RWLock&) = delete;
  14884. ^
  14885. /usr/include/glibmm-2.4/glibmm/thread.h:625:38: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  14886. RWLock& operator=(const RWLock&) = delete;
  14887. ^
  14888. /usr/include/glibmm-2.4/glibmm/thread.h:641:43: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  14889. ReaderLock(const RWLock::ReaderLock&) = delete;
  14890. ^
  14891. /usr/include/glibmm-2.4/glibmm/thread.h:642:62: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  14892. RWLock::ReaderLock& operator=(const RWLock::ReaderLock&) = delete;
  14893. ^
  14894. /usr/include/glibmm-2.4/glibmm/thread.h:667:43: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  14895. WriterLock(const RWLock::WriterLock&) = delete;
  14896. ^
  14897. /usr/include/glibmm-2.4/glibmm/thread.h:668:62: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  14898. RWLock::WriterLock& operator=(const RWLock::WriterLock&) = delete;
  14899. ^
  14900. /usr/include/glibmm-2.4/glibmm/thread.h:721:23: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  14901. Cond(const Cond&) = delete;
  14902. ^
  14903. /usr/include/glibmm-2.4/glibmm/thread.h:722:34: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  14904. Cond& operator=(const Cond&) = delete;
  14905. ^
  14906. /usr/include/glibmm-2.4/glibmm/thread.h:806:32: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  14907. Private(const Private<T>&) = delete;
  14908. ^
  14909. /usr/include/glibmm-2.4/glibmm/thread.h:807:46: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  14910. Private<T>& operator=(const Private<T>&) = delete;
  14911. ^
  14912. In file included from /usr/include/glibmm-2.4/glibmm.h:89:0,
  14913. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  14914. from applet.cpp:29:
  14915. /usr/include/glibmm-2.4/glibmm/threads.h:106:27: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  14916. Thread(const Thread&) = delete;
  14917. ^
  14918. /usr/include/glibmm-2.4/glibmm/threads.h:107:38: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  14919. Thread& operator=(const Thread&) = delete;
  14920. ^
  14921. /usr/include/glibmm-2.4/glibmm/threads.h:226:25: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  14922. Mutex(const Mutex&) = delete;
  14923. ^
  14924. /usr/include/glibmm-2.4/glibmm/threads.h:227:36: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  14925. Mutex& operator=(const Mutex&) = delete;
  14926. ^
  14927. /usr/include/glibmm-2.4/glibmm/threads.h:279:30: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  14928. Lock(const Mutex::Lock&) = delete;
  14929. ^
  14930. /usr/include/glibmm-2.4/glibmm/threads.h:280:48: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  14931. Mutex::Lock& operator=(const Mutex::Lock&) = delete;
  14932. ^
  14933. /usr/include/glibmm-2.4/glibmm/threads.h:319:31: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  14934. RecMutex(const RecMutex&) = delete;
  14935. ^
  14936. /usr/include/glibmm-2.4/glibmm/threads.h:320:42: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  14937. RecMutex& operator=(const RecMutex&) = delete;
  14938. ^
  14939. /usr/include/glibmm-2.4/glibmm/threads.h:343:33: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  14940. Lock(const RecMutex::Lock&) = delete;
  14941. ^
  14942. /usr/include/glibmm-2.4/glibmm/threads.h:344:54: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  14943. RecMutex::Lock& operator=(const RecMutex::Lock&) = delete;
  14944. ^
  14945. /usr/include/glibmm-2.4/glibmm/threads.h:389:27: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  14946. RWLock(const RWLock&) = delete;
  14947. ^
  14948. /usr/include/glibmm-2.4/glibmm/threads.h:390:38: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  14949. RWLock& operator=(const RWLock&) = delete;
  14950. ^
  14951. /usr/include/glibmm-2.4/glibmm/threads.h:417:43: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  14952. ReaderLock(const RWLock::ReaderLock&) = delete;
  14953. ^
  14954. /usr/include/glibmm-2.4/glibmm/threads.h:418:62: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  14955. RWLock::ReaderLock& operator=(const RWLock::ReaderLock&) = delete;
  14956. ^
  14957. /usr/include/glibmm-2.4/glibmm/threads.h:441:43: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  14958. WriterLock(const RWLock::WriterLock&) = delete;
  14959. ^
  14960. /usr/include/glibmm-2.4/glibmm/threads.h:442:62: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  14961. RWLock::WriterLock& operator=(const RWLock::WriterLock&) = delete;
  14962. ^
  14963. /usr/include/glibmm-2.4/glibmm/threads.h:493:23: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  14964. Cond(const Cond&) = delete;
  14965. ^
  14966. /usr/include/glibmm-2.4/glibmm/threads.h:494:34: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  14967. Cond& operator=(const Cond&) = delete;
  14968. ^
  14969. /usr/include/glibmm-2.4/glibmm/threads.h:584:32: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  14970. Private(const Private<T>&) = delete;
  14971. ^
  14972. /usr/include/glibmm-2.4/glibmm/threads.h:585:46: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  14973. Private<T>& operator=(const Private<T>&) = delete;
  14974. ^
  14975. In file included from /usr/include/glibmm-2.4/glibmm/containerhandle_shared.h:23:0,
  14976. from /usr/include/glibmm-2.4/glibmm/arrayhandle.h:23,
  14977. from /usr/include/glibmm-2.4/glibmm.h:91,
  14978. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  14979. from applet.cpp:29:
  14980. /usr/include/glibmm-2.4/glibmm/refptr.h:83:70: error: ‘nullptr’ was not declared in this scope
  14981. static const bool value = sizeof(check(static_cast<T_CppObject*>(nullptr))) == sizeof(big);
  14982. ^
  14983. /usr/include/glibmm-2.4/glibmm/refptr.h:86:34: error: ‘Glib::RefPtr::is_allowed_type::value’ is not a type
  14984. static_assert(is_allowed_type::value,
  14985. ^
  14986. /usr/include/glibmm-2.4/glibmm/refptr.h:87:5: error: expected identifier before string constant
  14987. "Glib::RefPtr must not be used with this class.");
  14988. ^
  14989. /usr/include/glibmm-2.4/glibmm/refptr.h:87:5: error: expected ‘,’ or ‘...’ before string constant
  14990. /usr/include/glibmm-2.4/glibmm/refptr.h:87:53: error: ISO C++ forbids declaration of ‘static_assert’ with no type [-fpermissive]
  14991. "Glib::RefPtr must not be used with this class.");
  14992. ^
  14993. /usr/include/glibmm-2.4/glibmm/refptr.h:95:17: error: expected ‘;’ at end of member declaration
  14994. inline RefPtr() noexcept;
  14995. ^
  14996. /usr/include/glibmm-2.4/glibmm/refptr.h:95:19: error: ‘noexcept’ does not name a type
  14997. inline RefPtr() noexcept;
  14998. ^
  14999. /usr/include/glibmm-2.4/glibmm/refptr.h:98:18: error: expected ‘;’ at end of member declaration
  15000. inline ~RefPtr() noexcept;
  15001. ^
  15002. /usr/include/glibmm-2.4/glibmm/refptr.h:98:20: error: ‘noexcept’ does not name a type
  15003. inline ~RefPtr() noexcept;
  15004. ^
  15005. /usr/include/glibmm-2.4/glibmm/refptr.h:101:49: error: expected ‘;’ at end of member declaration
  15006. explicit inline RefPtr(T_CppObject* pCppObject) noexcept;
  15007. ^
  15008. /usr/include/glibmm-2.4/glibmm/refptr.h:101:51: error: ‘noexcept’ does not name a type
  15009. explicit inline RefPtr(T_CppObject* pCppObject) noexcept;
  15010. ^
  15011. /usr/include/glibmm-2.4/glibmm/refptr.h:107:34: error: expected ‘;’ at end of member declaration
  15012. inline RefPtr(const RefPtr& src) noexcept;
  15013. ^
  15014. /usr/include/glibmm-2.4/glibmm/refptr.h:107:36: error: ‘noexcept’ does not name a type
  15015. inline RefPtr(const RefPtr& src) noexcept;
  15016. ^
  15017. /usr/include/glibmm-2.4/glibmm/refptr.h:111:23: error: expected ‘,’ or ‘...’ before ‘&&’ token
  15018. inline RefPtr(RefPtr&& src) noexcept;
  15019. ^
  15020. /usr/include/glibmm-2.4/glibmm/refptr.h:111:29: error: invalid constructor; you probably meant ‘Glib::RefPtr<T_CppObject> (const Glib::RefPtr<T_CppObject>&)’
  15021. inline RefPtr(RefPtr&& src) noexcept;
  15022. ^
  15023. /usr/include/glibmm-2.4/glibmm/refptr.h:111:29: error: expected ‘;’ at end of member declaration
  15024. /usr/include/glibmm-2.4/glibmm/refptr.h:111:31: error: ‘noexcept’ does not name a type
  15025. inline RefPtr(RefPtr&& src) noexcept;
  15026. ^
  15027. /usr/include/glibmm-2.4/glibmm/refptr.h:116:35: error: expected ‘,’ or ‘...’ before ‘&&’ token
  15028. inline RefPtr(RefPtr<T_CastFrom>&& src) noexcept;
  15029. ^
  15030. /usr/include/glibmm-2.4/glibmm/refptr.h:116:43: error: expected initializer before ‘noexcept’
  15031. inline RefPtr(RefPtr<T_CastFrom>&& src) noexcept;
  15032. ^
  15033. /usr/include/glibmm-2.4/glibmm/refptr.h:123:48: error: expected initializer before ‘noexcept’
  15034. inline RefPtr(const RefPtr<T_CastFrom>& src) noexcept;
  15035. ^
  15036. /usr/include/glibmm-2.4/glibmm/refptr.h:130:33: error: expected ‘;’ at end of member declaration
  15037. inline void swap(RefPtr& other) noexcept;
  15038. ^
  15039. /usr/include/glibmm-2.4/glibmm/refptr.h:130:35: error: ‘noexcept’ does not name a type
  15040. inline void swap(RefPtr& other) noexcept;
  15041. ^
  15042. /usr/include/glibmm-2.4/glibmm/refptr.h:133:45: error: expected ‘;’ at end of member declaration
  15043. inline RefPtr& operator=(const RefPtr& src) noexcept;
  15044. ^
  15045. /usr/include/glibmm-2.4/glibmm/refptr.h:133:47: error: ‘noexcept’ does not name a type
  15046. inline RefPtr& operator=(const RefPtr& src) noexcept;
  15047. ^
  15048. /usr/include/glibmm-2.4/glibmm/refptr.h:136:34: error: expected ‘,’ or ‘...’ before ‘&&’ token
  15049. inline RefPtr& operator=(RefPtr&& src) noexcept;
  15050. ^
  15051. /usr/include/glibmm-2.4/glibmm/refptr.h:136:40: error: expected ‘;’ at end of member declaration
  15052. inline RefPtr& operator=(RefPtr&& src) noexcept;
  15053. ^
  15054. /usr/include/glibmm-2.4/glibmm/refptr.h:136:42: error: ‘noexcept’ does not name a type
  15055. inline RefPtr& operator=(RefPtr&& src) noexcept;
  15056. ^
  15057. /usr/include/glibmm-2.4/glibmm/refptr.h:140:46: error: expected ‘,’ or ‘...’ before ‘&&’ token
  15058. inline RefPtr& operator=(RefPtr<T_CastFrom>&& src) noexcept;
  15059. ^
  15060. /usr/include/glibmm-2.4/glibmm/refptr.h:140:54: error: expected initializer before ‘noexcept’
  15061. inline RefPtr& operator=(RefPtr<T_CastFrom>&& src) noexcept;
  15062. ^
  15063. /usr/include/glibmm-2.4/glibmm/refptr.h:147:59: error: expected initializer before ‘noexcept’
  15064. inline RefPtr& operator=(const RefPtr<T_CastFrom>& src) noexcept;
  15065. ^
  15066. /usr/include/glibmm-2.4/glibmm/refptr.h:150:45: error: expected ‘;’ at end of member declaration
  15067. inline bool operator==(const RefPtr& src) const noexcept;
  15068. ^
  15069. /usr/include/glibmm-2.4/glibmm/refptr.h:150:51: error: ‘noexcept’ does not name a type
  15070. inline bool operator==(const RefPtr& src) const noexcept;
  15071. ^
  15072. /usr/include/glibmm-2.4/glibmm/refptr.h:153:45: error: expected ‘;’ at end of member declaration
  15073. inline bool operator!=(const RefPtr& src) const noexcept;
  15074. ^
  15075. /usr/include/glibmm-2.4/glibmm/refptr.h:153:51: error: ‘noexcept’ does not name a type
  15076. inline bool operator!=(const RefPtr& src) const noexcept;
  15077. ^
  15078. /usr/include/glibmm-2.4/glibmm/refptr.h:160:36: error: expected ‘;’ at end of member declaration
  15079. inline T_CppObject* operator->() const noexcept;
  15080. ^
  15081. /usr/include/glibmm-2.4/glibmm/refptr.h:160:42: error: ‘noexcept’ does not name a type
  15082. inline T_CppObject* operator->() const noexcept;
  15083. ^
  15084. /usr/include/glibmm-2.4/glibmm/refptr.h:170:26: error: expected ‘;’ at end of member declaration
  15085. inline operator bool() const noexcept;
  15086. ^
  15087. /usr/include/glibmm-2.4/glibmm/refptr.h:170:32: error: ‘noexcept’ does not name a type
  15088. inline operator bool() const noexcept;
  15089. ^
  15090. In file included from /usr/include/glibmm-2.4/glibmm/containerhandle_shared.h:23:0,
  15091. from /usr/include/glibmm-2.4/glibmm/arrayhandle.h:23,
  15092. from /usr/include/glibmm-2.4/glibmm.h:91,
  15093. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  15094. from applet.cpp:29:
  15095. /usr/include/glibmm-2.4/glibmm/refptr.h:174:21: error: expected ‘;’ at end of member declaration
  15096. inline void clear() noexcept;
  15097. ^
  15098. /usr/include/glibmm-2.4/glibmm/refptr.h:174:23: error: ‘noexcept’ does not name a type
  15099. inline void clear() noexcept;
  15100. ^
  15101. /usr/include/glibmm-2.4/glibmm/refptr.h:180:21: error: expected ‘;’ at end of member declaration
  15102. inline void reset() noexcept;
  15103. ^
  15104. /usr/include/glibmm-2.4/glibmm/refptr.h:180:23: error: ‘noexcept’ does not name a type
  15105. inline void reset() noexcept;
  15106. ^
  15107. /usr/include/glibmm-2.4/glibmm/refptr.h:191:31: error: expected ‘;’ at end of member declaration
  15108. inline T_CppObject* release() noexcept G_GNUC_WARN_UNUSED_RESULT;
  15109. ^
  15110. /usr/include/glibmm-2.4/glibmm/refptr.h:191:33: error: ‘noexcept’ does not name a type
  15111. inline T_CppObject* release() noexcept G_GNUC_WARN_UNUSED_RESULT;
  15112. ^
  15113. /usr/include/glibmm-2.4/glibmm/refptr.h:201:68: error: expected initializer before ‘noexcept’
  15114. static inline RefPtr cast_dynamic(const RefPtr<T_CastFrom>& src) noexcept;
  15115. ^
  15116. /usr/include/glibmm-2.4/glibmm/refptr.h:211:67: error: expected initializer before ‘noexcept’
  15117. static inline RefPtr cast_static(const RefPtr<T_CastFrom>& src) noexcept;
  15118. ^
  15119. /usr/include/glibmm-2.4/glibmm/refptr.h:221:66: error: expected initializer before ‘noexcept’
  15120. static inline RefPtr cast_const(const RefPtr<T_CastFrom>& src) noexcept;
  15121. ^
  15122. /usr/include/glibmm-2.4/glibmm/refptr.h:236:44: error: expected ‘;’ at end of member declaration
  15123. inline bool operator<(const RefPtr& src) const noexcept;
  15124. ^
  15125. /usr/include/glibmm-2.4/glibmm/refptr.h:236:50: error: ‘noexcept’ does not name a type
  15126. inline bool operator<(const RefPtr& src) const noexcept;
  15127. ^
  15128. /usr/include/glibmm-2.4/glibmm/refptr.h:239:45: error: expected ‘;’ at end of member declaration
  15129. inline bool operator<=(const RefPtr& src) const noexcept;
  15130. ^
  15131. /usr/include/glibmm-2.4/glibmm/refptr.h:239:51: error: ‘noexcept’ does not name a type
  15132. inline bool operator<=(const RefPtr& src) const noexcept;
  15133. ^
  15134. /usr/include/glibmm-2.4/glibmm/refptr.h:242:44: error: expected ‘;’ at end of member declaration
  15135. inline bool operator>(const RefPtr& src) const noexcept;
  15136. ^
  15137. /usr/include/glibmm-2.4/glibmm/refptr.h:242:50: error: ‘noexcept’ does not name a type
  15138. inline bool operator>(const RefPtr& src) const noexcept;
  15139. ^
  15140. /usr/include/glibmm-2.4/glibmm/refptr.h:245:45: error: expected ‘;’ at end of member declaration
  15141. inline bool operator>=(const RefPtr& src) const noexcept;
  15142. ^
  15143. /usr/include/glibmm-2.4/glibmm/refptr.h:245:51: error: ‘noexcept’ does not name a type
  15144. inline bool operator>=(const RefPtr& src) const noexcept;
  15145. ^
  15146. /usr/include/glibmm-2.4/glibmm/refptr.h:258:54: error: expected initializer before ‘noexcept’
  15147. T_CppObject* RefPtr<T_CppObject>::operator->() const noexcept
  15148. ^
  15149. /usr/include/glibmm-2.4/glibmm/refptr.h:264:31: error: expected initializer before ‘noexcept’
  15150. RefPtr<T_CppObject>::RefPtr() noexcept
  15151. ^
  15152. /usr/include/glibmm-2.4/glibmm/refptr.h:270:32: error: expected initializer before ‘noexcept’
  15153. RefPtr<T_CppObject>::~RefPtr() noexcept
  15154. ^
  15155. /usr/include/glibmm-2.4/glibmm/refptr.h:277:54: error: expected initializer before ‘noexcept’
  15156. RefPtr<T_CppObject>::RefPtr(T_CppObject* pCppObject) noexcept
  15157. ^
  15158. /usr/include/glibmm-2.4/glibmm/refptr.h:283:48: error: expected initializer before ‘noexcept’
  15159. RefPtr<T_CppObject>::RefPtr(const RefPtr& src) noexcept
  15160. ^
  15161. /usr/include/glibmm-2.4/glibmm/refptr.h:292:35: error: expected ‘,’ or ‘...’ before ‘&&’ token
  15162. RefPtr<T_CppObject>::RefPtr(RefPtr&& src) noexcept
  15163. ^
  15164. /usr/include/glibmm-2.4/glibmm/refptr.h:292:43: error: expected initializer before ‘noexcept’
  15165. RefPtr<T_CppObject>::RefPtr(RefPtr&& src) noexcept
  15166. ^
  15167. /usr/include/glibmm-2.4/glibmm/refptr.h:302:47: error: expected ‘,’ or ‘...’ before ‘&&’ token
  15168. RefPtr<T_CppObject>::RefPtr(RefPtr<T_CastFrom>&& src) noexcept
  15169. ^
  15170. /usr/include/glibmm-2.4/glibmm/refptr.h:302:55: error: expected initializer before ‘noexcept’
  15171. RefPtr<T_CppObject>::RefPtr(RefPtr<T_CastFrom>&& src) noexcept
  15172. ^
  15173. /usr/include/glibmm-2.4/glibmm/refptr.h:314:60: error: expected initializer before ‘noexcept’
  15174. RefPtr<T_CppObject>::RefPtr(const RefPtr<T_CastFrom>& src) noexcept
  15175. ^
  15176. /usr/include/glibmm-2.4/glibmm/refptr.h:326:47: error: expected initializer before ‘noexcept’
  15177. void RefPtr<T_CppObject>::swap(RefPtr& other) noexcept
  15178. ^
  15179. /usr/include/glibmm-2.4/glibmm/refptr.h:334:72: error: expected initializer before ‘noexcept’
  15180. RefPtr<T_CppObject>& RefPtr<T_CppObject>::operator=(const RefPtr& src) noexcept
  15181. ^
  15182. /usr/include/glibmm-2.4/glibmm/refptr.h:366:59: error: expected ‘,’ or ‘...’ before ‘&&’ token
  15183. RefPtr<T_CppObject>& RefPtr<T_CppObject>::operator=(RefPtr&& src) noexcept
  15184. ^
  15185. /usr/include/glibmm-2.4/glibmm/refptr.h:366:67: error: expected initializer before ‘noexcept’
  15186. RefPtr<T_CppObject>& RefPtr<T_CppObject>::operator=(RefPtr&& src) noexcept
  15187. ^
  15188. /usr/include/glibmm-2.4/glibmm/refptr.h:378:71: error: expected ‘,’ or ‘...’ before ‘&&’ token
  15189. RefPtr<T_CppObject>& RefPtr<T_CppObject>::operator=(RefPtr<T_CastFrom>&& src) noexcept
  15190. ^
  15191. /usr/include/glibmm-2.4/glibmm/refptr.h:378:79: error: expected initializer before ‘noexcept’
  15192. RefPtr<T_CppObject>& RefPtr<T_CppObject>::operator=(RefPtr<T_CastFrom>&& src) noexcept
  15193. ^
  15194. /usr/include/glibmm-2.4/glibmm/refptr.h:390:84: error: expected initializer before ‘noexcept’
  15195. RefPtr<T_CppObject>& RefPtr<T_CppObject>::operator=(const RefPtr<T_CastFrom>& src) noexcept
  15196. ^
  15197. /usr/include/glibmm-2.4/glibmm/refptr.h:398:63: error: expected initializer before ‘noexcept’
  15198. bool RefPtr<T_CppObject>::operator==(const RefPtr& src) const noexcept
  15199. ^
  15200. /usr/include/glibmm-2.4/glibmm/refptr.h:404:63: error: expected initializer before ‘noexcept’
  15201. bool RefPtr<T_CppObject>::operator!=(const RefPtr& src) const noexcept
  15202. ^
  15203. /usr/include/glibmm-2.4/glibmm/refptr.h:410:44: error: expected initializer before ‘noexcept’
  15204. RefPtr<T_CppObject>::operator bool() const noexcept
  15205. ^
  15206. /usr/include/glibmm-2.4/glibmm/refptr.h:417:35: error: expected initializer before ‘noexcept’
  15207. void RefPtr<T_CppObject>::clear() noexcept
  15208. ^
  15209. /usr/include/glibmm-2.4/glibmm/refptr.h:424:35: error: expected initializer before ‘noexcept’
  15210. void RefPtr<T_CppObject>::reset() noexcept
  15211. ^
  15212. /usr/include/glibmm-2.4/glibmm/refptr.h:431:45: error: expected initializer before ‘noexcept’
  15213. T_CppObject* RefPtr<T_CppObject>::release() noexcept
  15214. ^
  15215. /usr/include/glibmm-2.4/glibmm/refptr.h:441:86: error: expected initializer before ‘noexcept’
  15216. RefPtr<T_CppObject> RefPtr<T_CppObject>::cast_dynamic(const RefPtr<T_CastFrom>& src) noexcept
  15217. ^
  15218. /usr/include/glibmm-2.4/glibmm/refptr.h:454:85: error: expected initializer before ‘noexcept’
  15219. RefPtr<T_CppObject> RefPtr<T_CppObject>::cast_static(const RefPtr<T_CastFrom>& src) noexcept
  15220. ^
  15221. /usr/include/glibmm-2.4/glibmm/refptr.h:467:84: error: expected initializer before ‘noexcept’
  15222. RefPtr<T_CppObject> RefPtr<T_CppObject>::cast_const(const RefPtr<T_CastFrom>& src) noexcept
  15223. ^
  15224. /usr/include/glibmm-2.4/glibmm/refptr.h:478:62: error: expected initializer before ‘noexcept’
  15225. bool RefPtr<T_CppObject>::operator<(const RefPtr& src) const noexcept
  15226. ^
  15227. /usr/include/glibmm-2.4/glibmm/refptr.h:484:63: error: expected initializer before ‘noexcept’
  15228. bool RefPtr<T_CppObject>::operator<=(const RefPtr& src) const noexcept
  15229. ^
  15230. /usr/include/glibmm-2.4/glibmm/refptr.h:490:62: error: expected initializer before ‘noexcept’
  15231. bool RefPtr<T_CppObject>::operator>(const RefPtr& src) const noexcept
  15232. ^
  15233. /usr/include/glibmm-2.4/glibmm/refptr.h:496:63: error: expected initializer before ‘noexcept’
  15234. bool RefPtr<T_CppObject>::operator>=(const RefPtr& src) const noexcept
  15235. ^
  15236. /usr/include/glibmm-2.4/glibmm/refptr.h:505:63: error: expected initializer before ‘noexcept’
  15237. void swap(RefPtr<T_CppObject>& lhs, RefPtr<T_CppObject>& rhs) noexcept
  15238. ^
  15239. In file included from /usr/include/glibmm-2.4/glibmm/variant.h:26:0,
  15240. from /usr/include/glibmm-2.4/glibmm/containerhandle_shared.h:25,
  15241. from /usr/include/glibmm-2.4/glibmm/arrayhandle.h:23,
  15242. from /usr/include/glibmm-2.4/glibmm.h:91,
  15243. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  15244. from applet.cpp:29:
  15245. /usr/include/glibmm-2.4/glibmm/varianttype.h:116:26: error: expected ‘,’ or ‘...’ before ‘&&’ token
  15246. VariantType(VariantType&& other) noexcept;
  15247. ^
  15248. /usr/include/glibmm-2.4/glibmm/varianttype.h:116:34: error: invalid constructor; you probably meant ‘Glib::VariantType (const Glib::VariantType&)’
  15249. VariantType(VariantType&& other) noexcept;
  15250. ^
  15251. /usr/include/glibmm-2.4/glibmm/varianttype.h:116:34: error: expected ‘;’ at end of member declaration
  15252. /usr/include/glibmm-2.4/glibmm/varianttype.h:116:36: error: ‘noexcept’ does not name a type
  15253. VariantType(VariantType&& other) noexcept;
  15254. ^
  15255. /usr/include/glibmm-2.4/glibmm/varianttype.h:117:37: error: expected ‘,’ or ‘...’ before ‘&&’ token
  15256. VariantType& operator=(VariantType&& other) noexcept;
  15257. ^
  15258. /usr/include/glibmm-2.4/glibmm/varianttype.h:117:45: error: expected ‘;’ at end of member declaration
  15259. VariantType& operator=(VariantType&& other) noexcept;
  15260. ^
  15261. /usr/include/glibmm-2.4/glibmm/varianttype.h:117:47: error: ‘noexcept’ does not name a type
  15262. VariantType& operator=(VariantType&& other) noexcept;
  15263. ^
  15264. /usr/include/glibmm-2.4/glibmm/varianttype.h:119:16: error: expected ‘;’ at end of member declaration
  15265. ~VariantType() noexcept;
  15266. ^
  15267. /usr/include/glibmm-2.4/glibmm/varianttype.h:119:18: error: ‘noexcept’ does not name a type
  15268. ~VariantType() noexcept;
  15269. ^
  15270. /usr/include/glibmm-2.4/glibmm/varianttype.h:121:31: error: expected ‘;’ at end of member declaration
  15271. void swap(VariantType& other) noexcept;
  15272. ^
  15273. /usr/include/glibmm-2.4/glibmm/varianttype.h:121:33: error: ‘noexcept’ does not name a type
  15274. void swap(VariantType& other) noexcept;
  15275. ^
  15276. /usr/include/glibmm-2.4/glibmm/varianttype.h:537:54: error: expected initializer before ‘noexcept’
  15277. inline void swap(VariantType& lhs, VariantType& rhs) noexcept
  15278. ^
  15279. In file included from /usr/include/glibmm-2.4/glibmm/variant.h:27:0,
  15280. from /usr/include/glibmm-2.4/glibmm/containerhandle_shared.h:25,
  15281. from /usr/include/glibmm-2.4/glibmm/arrayhandle.h:23,
  15282. from /usr/include/glibmm-2.4/glibmm.h:91,
  15283. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  15284. from applet.cpp:29:
  15285. /usr/include/glibmm-2.4/glibmm/variantiter.h:60:26: error: expected ‘,’ or ‘...’ before ‘&&’ token
  15286. VariantIter(VariantIter&& other) noexcept;
  15287. ^
  15288. /usr/include/glibmm-2.4/glibmm/variantiter.h:60:34: error: invalid constructor; you probably meant ‘Glib::VariantIter (const Glib::VariantIter&)’
  15289. VariantIter(VariantIter&& other) noexcept;
  15290. ^
  15291. /usr/include/glibmm-2.4/glibmm/variantiter.h:60:34: error: expected ‘;’ at end of member declaration
  15292. /usr/include/glibmm-2.4/glibmm/variantiter.h:60:36: error: ‘noexcept’ does not name a type
  15293. VariantIter(VariantIter&& other) noexcept;
  15294. ^
  15295. /usr/include/glibmm-2.4/glibmm/variantiter.h:61:37: error: expected ‘,’ or ‘...’ before ‘&&’ token
  15296. VariantIter& operator=(VariantIter&& other) noexcept;
  15297. ^
  15298. /usr/include/glibmm-2.4/glibmm/variantiter.h:61:45: error: expected ‘;’ at end of member declaration
  15299. VariantIter& operator=(VariantIter&& other) noexcept;
  15300. ^
  15301. /usr/include/glibmm-2.4/glibmm/variantiter.h:61:47: error: ‘noexcept’ does not name a type
  15302. VariantIter& operator=(VariantIter&& other) noexcept;
  15303. ^
  15304. /usr/include/glibmm-2.4/glibmm/variantiter.h:63:16: error: expected ‘;’ at end of member declaration
  15305. ~VariantIter() noexcept;
  15306. ^
  15307. /usr/include/glibmm-2.4/glibmm/variantiter.h:63:18: error: ‘noexcept’ does not name a type
  15308. ~VariantIter() noexcept;
  15309. ^
  15310. /usr/include/glibmm-2.4/glibmm/variantiter.h:65:31: error: expected ‘;’ at end of member declaration
  15311. void swap(VariantIter& other) noexcept;
  15312. ^
  15313. /usr/include/glibmm-2.4/glibmm/variantiter.h:65:33: error: ‘noexcept’ does not name a type
  15314. void swap(VariantIter& other) noexcept;
  15315. ^
  15316. In file included from /usr/include/glibmm-2.4/glibmm/variant.h:27:0,
  15317. from /usr/include/glibmm-2.4/glibmm/containerhandle_shared.h:25,
  15318. from /usr/include/glibmm-2.4/glibmm/arrayhandle.h:23,
  15319. from /usr/include/glibmm-2.4/glibmm.h:91,
  15320. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  15321. from applet.cpp:29:
  15322. /usr/include/glibmm-2.4/glibmm/variantiter.h:129:54: error: expected initializer before ‘noexcept’
  15323. inline void swap(VariantIter& lhs, VariantIter& rhs) noexcept
  15324. ^
  15325. In file included from /usr/include/glibmm-2.4/glibmm/containerhandle_shared.h:25:0,
  15326. from /usr/include/glibmm-2.4/glibmm/arrayhandle.h:23,
  15327. from /usr/include/glibmm-2.4/glibmm.h:91,
  15328. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  15329. from applet.cpp:29:
  15330. /usr/include/glibmm-2.4/glibmm/variant.h:211:26: error: expected ‘,’ or ‘...’ before ‘&&’ token
  15331. VariantBase(VariantBase&& other) noexcept;
  15332. ^
  15333. /usr/include/glibmm-2.4/glibmm/variant.h:211:34: error: invalid constructor; you probably meant ‘Glib::VariantBase (const Glib::VariantBase&)’
  15334. VariantBase(VariantBase&& other) noexcept;
  15335. ^
  15336. /usr/include/glibmm-2.4/glibmm/variant.h:211:34: error: expected ‘;’ at end of member declaration
  15337. /usr/include/glibmm-2.4/glibmm/variant.h:211:36: error: ‘noexcept’ does not name a type
  15338. VariantBase(VariantBase&& other) noexcept;
  15339. ^
  15340. /usr/include/glibmm-2.4/glibmm/variant.h:212:37: error: expected ‘,’ or ‘...’ before ‘&&’ token
  15341. VariantBase& operator=(VariantBase&& other) noexcept;
  15342. ^
  15343. /usr/include/glibmm-2.4/glibmm/variant.h:212:45: error: expected ‘;’ at end of member declaration
  15344. VariantBase& operator=(VariantBase&& other) noexcept;
  15345. ^
  15346. /usr/include/glibmm-2.4/glibmm/variant.h:212:47: error: ‘noexcept’ does not name a type
  15347. VariantBase& operator=(VariantBase&& other) noexcept;
  15348. ^
  15349. /usr/include/glibmm-2.4/glibmm/variant.h:214:16: error: expected ‘;’ at end of member declaration
  15350. ~VariantBase() noexcept;
  15351. ^
  15352. /usr/include/glibmm-2.4/glibmm/variant.h:214:18: error: ‘noexcept’ does not name a type
  15353. ~VariantBase() noexcept;
  15354. ^
  15355. /usr/include/glibmm-2.4/glibmm/variant.h:216:31: error: expected ‘;’ at end of member declaration
  15356. void swap(VariantBase& other) noexcept;
  15357. ^
  15358. /usr/include/glibmm-2.4/glibmm/variant.h:216:33: error: ‘noexcept’ does not name a type
  15359. void swap(VariantBase& other) noexcept;
  15360. ^
  15361. In file included from /usr/include/glibmm-2.4/glibmm/containerhandle_shared.h:25:0,
  15362. from /usr/include/glibmm-2.4/glibmm/arrayhandle.h:23,
  15363. from /usr/include/glibmm-2.4/glibmm.h:91,
  15364. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  15365. from applet.cpp:29:
  15366. /usr/include/glibmm-2.4/glibmm/variant.h: In static member function ‘static Glib::Variant<std::vector<T> > Glib::Variant<std::vector<T> >::create(const std::vector<T>&)’:
  15367. /usr/include/glibmm-2.4/glibmm/variant.h:1577:19: error: ISO C++ forbids declaration of ‘element’ with no type [-fpermissive]
  15368. for(const auto& element : data)
  15369. ^
  15370. /usr/include/glibmm-2.4/glibmm/variant.h:1577:29: error: range-based ‘for’ loops are not allowed in C++98 mode
  15371. for(const auto& element : data)
  15372. ^
  15373. /usr/include/glibmm-2.4/glibmm/variant.h: In static member function ‘static Glib::Variant<std::map<K, V> > Glib::Variant<std::map<K, V> >::create(const std::map<K, V>&)’:
  15374. /usr/include/glibmm-2.4/glibmm/variant.h:1663:19: error: ISO C++ forbids declaration of ‘element’ with no type [-fpermissive]
  15375. for(const auto& element : data)
  15376. ^
  15377. /usr/include/glibmm-2.4/glibmm/variant.h:1663:29: error: range-based ‘for’ loops are not allowed in C++98 mode
  15378. for(const auto& element : data)
  15379. ^
  15380. /usr/include/glibmm-2.4/glibmm/variant.h:1665:10: error: ‘dict_entry’ does not name a type
  15381. auto dict_entry =
  15382. ^
  15383. /usr/include/glibmm-2.4/glibmm/variant.h:1668:42: error: ‘dict_entry’ was not declared in this scope
  15384. g_variant_builder_add_value(builder, dict_entry.gobj());
  15385. ^
  15386. /usr/include/glibmm-2.4/glibmm/variant.h: At global scope:
  15387. /usr/include/glibmm-2.4/glibmm/variant.h:1744:54: error: expected initializer before ‘noexcept’
  15388. inline void swap(VariantBase& lhs, VariantBase& rhs) noexcept
  15389. ^
  15390. In file included from /usr/include/glibmm-2.4/glibmm/objectbase.h:23:0,
  15391. from /usr/include/glibmm-2.4/glibmm/wrap.h:23,
  15392. from /usr/include/glibmm-2.4/glibmm/containerhandle_shared.h:26,
  15393. from /usr/include/glibmm-2.4/glibmm/arrayhandle.h:23,
  15394. from /usr/include/glibmm-2.4/glibmm.h:91,
  15395. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  15396. from applet.cpp:29:
  15397. /usr/include/glibmm-2.4/glibmm/signalproxy.h: In static member function ‘static sigc::slot_base* Glib::SignalProxyBase::data_to_slot(void*)’:
  15398. /usr/include/glibmm-2.4/glibmm/signalproxy.h:42:16: error: ‘pConnectionNode’ does not name a type
  15399. const auto pConnectionNode = static_cast<SignalProxyConnectionNode*>(data);
  15400. ^
  15401. /usr/include/glibmm-2.4/glibmm/signalproxy.h:45:14: error: ‘pConnectionNode’ was not declared in this scope
  15402. return (!pConnectionNode->slot_.blocked()) ? &pConnectionNode->slot_ : 0;
  15403. ^
  15404. /usr/include/glibmm-2.4/glibmm/signalproxy.h: At global scope:
  15405. /usr/include/glibmm-2.4/glibmm/signalproxy.h:71:22: error: expected ‘;’ at end of member declaration
  15406. ~SignalProxyNormal() noexcept;
  15407. ^
  15408. /usr/include/glibmm-2.4/glibmm/signalproxy.h:71:24: error: ‘noexcept’ does not name a type
  15409. ~SignalProxyNormal() noexcept;
  15410. ^
  15411. In file included from /usr/include/glibmm-2.4/glibmm/objectbase.h:23:0,
  15412. from /usr/include/glibmm-2.4/glibmm/wrap.h:23,
  15413. from /usr/include/glibmm-2.4/glibmm/containerhandle_shared.h:26,
  15414. from /usr/include/glibmm-2.4/glibmm/arrayhandle.h:23,
  15415. from /usr/include/glibmm-2.4/glibmm.h:91,
  15416. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  15417. from applet.cpp:29:
  15418. /usr/include/glibmm-2.4/glibmm/signalproxy.h:131:24: error: expected ‘;’ at end of member declaration
  15419. ~SignalProxyDetailed() noexcept;
  15420. ^
  15421. /usr/include/glibmm-2.4/glibmm/signalproxy.h:131:26: error: ‘noexcept’ does not name a type
  15422. ~SignalProxyDetailed() noexcept;
  15423. ^
  15424. In file included from /usr/include/glibmm-2.4/glibmm/propertyproxy_base.h:25:0,
  15425. from /usr/include/glibmm-2.4/glibmm/propertyproxy.h:25,
  15426. from /usr/include/glibmm-2.4/glibmm/objectbase.h:24,
  15427. from /usr/include/glibmm-2.4/glibmm/wrap.h:23,
  15428. from /usr/include/glibmm-2.4/glibmm/containerhandle_shared.h:26,
  15429. from /usr/include/glibmm-2.4/glibmm/arrayhandle.h:23,
  15430. from /usr/include/glibmm-2.4/glibmm.h:91,
  15431. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  15432. from applet.cpp:29:
  15433. /usr/include/glibmm-2.4/glibmm/value.h:63:14: error: expected ‘;’ at end of member declaration
  15434. ~ValueBase() noexcept;
  15435. ^
  15436. /usr/include/glibmm-2.4/glibmm/value.h:63:16: error: ‘noexcept’ does not name a type
  15437. ~ValueBase() noexcept;
  15438. ^
  15439. In file included from /usr/include/glibmm-2.4/glibmm/propertyproxy.h:25:0,
  15440. from /usr/include/glibmm-2.4/glibmm/objectbase.h:24,
  15441. from /usr/include/glibmm-2.4/glibmm/wrap.h:23,
  15442. from /usr/include/glibmm-2.4/glibmm/containerhandle_shared.h:26,
  15443. from /usr/include/glibmm-2.4/glibmm/arrayhandle.h:23,
  15444. from /usr/include/glibmm-2.4/glibmm.h:91,
  15445. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  15446. from applet.cpp:29:
  15447. /usr/include/glibmm-2.4/glibmm/propertyproxy_base.h:41:24: error: expected ‘;’ at end of member declaration
  15448. ~SignalProxyProperty() noexcept;
  15449. ^
  15450. /usr/include/glibmm-2.4/glibmm/propertyproxy_base.h:41:26: error: ‘noexcept’ does not name a type
  15451. ~SignalProxyProperty() noexcept;
  15452. ^
  15453. In file included from /usr/include/glibmm-2.4/glibmm/objectbase.h:27:0,
  15454. from /usr/include/glibmm-2.4/glibmm/wrap.h:23,
  15455. from /usr/include/glibmm-2.4/glibmm/containerhandle_shared.h:26,
  15456. from /usr/include/glibmm-2.4/glibmm/arrayhandle.h:23,
  15457. from /usr/include/glibmm-2.4/glibmm.h:91,
  15458. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  15459. from applet.cpp:29:
  15460. /usr/include/glibmm-2.4/glibmm/quark.h:50:17: error: expected ‘;’ at end of member declaration
  15461. ~QueryQuark() noexcept {}
  15462. ^
  15463. /usr/include/glibmm-2.4/glibmm/quark.h:50:19: error: ‘noexcept’ does not name a type
  15464. ~QueryQuark() noexcept {}
  15465. ^
  15466. /usr/include/glibmm-2.4/glibmm/quark.h:66:12: error: expected ‘;’ at end of member declaration
  15467. ~Quark() noexcept;
  15468. ^
  15469. /usr/include/glibmm-2.4/glibmm/quark.h:66:14: error: ‘noexcept’ does not name a type
  15470. ~Quark() noexcept;
  15471. ^
  15472. In file included from /usr/include/glibmm-2.4/glibmm/wrap.h:23:0,
  15473. from /usr/include/glibmm-2.4/glibmm/containerhandle_shared.h:26,
  15474. from /usr/include/glibmm-2.4/glibmm/arrayhandle.h:23,
  15475. from /usr/include/glibmm-2.4/glibmm.h:91,
  15476. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  15477. from applet.cpp:29:
  15478. /usr/include/glibmm-2.4/glibmm/objectbase.h:63:35: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  15479. ObjectBase(const ObjectBase&) = delete;
  15480. ^
  15481. /usr/include/glibmm-2.4/glibmm/objectbase.h:64:46: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  15482. ObjectBase& operator=(const ObjectBase&) = delete;
  15483. ^
  15484. /usr/include/glibmm-2.4/glibmm/objectbase.h:98:24: error: expected ‘,’ or ‘...’ before ‘&&’ token
  15485. ObjectBase(ObjectBase&& src) noexcept;
  15486. ^
  15487. /usr/include/glibmm-2.4/glibmm/objectbase.h:98:30: error: invalid constructor; you probably meant ‘Glib::ObjectBase (const Glib::ObjectBase&)’
  15488. ObjectBase(ObjectBase&& src) noexcept;
  15489. ^
  15490. /usr/include/glibmm-2.4/glibmm/objectbase.h:98:30: error: expected ‘;’ at end of member declaration
  15491. /usr/include/glibmm-2.4/glibmm/objectbase.h:98:32: error: ‘noexcept’ does not name a type
  15492. ObjectBase(ObjectBase&& src) noexcept;
  15493. ^
  15494. /usr/include/glibmm-2.4/glibmm/objectbase.h:99:35: error: expected ‘,’ or ‘...’ before ‘&&’ token
  15495. ObjectBase& operator=(ObjectBase&& src) noexcept;
  15496. ^
  15497. /usr/include/glibmm-2.4/glibmm/objectbase.h:99:41: error: expected ‘;’ at end of member declaration
  15498. ObjectBase& operator=(ObjectBase&& src) noexcept;
  15499. ^
  15500. /usr/include/glibmm-2.4/glibmm/objectbase.h:99:43: error: ‘noexcept’ does not name a type
  15501. ObjectBase& operator=(ObjectBase&& src) noexcept;
  15502. ^
  15503. /usr/include/glibmm-2.4/glibmm/objectbase.h:101:23: error: expected ‘;’ at end of member declaration
  15504. virtual ~ObjectBase() noexcept = 0;
  15505. ^
  15506. /usr/include/glibmm-2.4/glibmm/objectbase.h:101:25: error: ‘noexcept’ does not name a type
  15507. virtual ~ObjectBase() noexcept = 0;
  15508. ^
  15509. /usr/include/glibmm-2.4/glibmm/objectbase.h:249:81: error: expected ‘;’ at end of member declaration
  15510. void _move_current_wrapper(GObject* object, Glib::ObjectBase* previous_wrapper) noexcept;
  15511. ^
  15512. /usr/include/glibmm-2.4/glibmm/objectbase.h:249:83: error: ‘noexcept’ does not name a type
  15513. void _move_current_wrapper(GObject* object, Glib::ObjectBase* previous_wrapper) noexcept;
  15514. ^
  15515. In file included from /usr/include/glibmm-2.4/glibmm/containerhandle_shared.h:26:0,
  15516. from /usr/include/glibmm-2.4/glibmm/arrayhandle.h:23,
  15517. from /usr/include/glibmm-2.4/glibmm.h:91,
  15518. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  15519. from applet.cpp:29:
  15520. /usr/include/glibmm-2.4/glibmm/wrap.h: In function ‘TInterface* Glib::wrap_auto_interface(GObject*, bool)’:
  15521. /usr/include/glibmm-2.4/glibmm/wrap.h:76:24: error: ‘nullptr’ was not declared in this scope
  15522. TInterface* result = nullptr;
  15523. ^
  15524. In file included from /usr/include/glibmm-2.4/glibmm.h:91:0,
  15525. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  15526. from applet.cpp:29:
  15527. /usr/include/glibmm-2.4/glibmm/arrayhandle.h: At global scope:
  15528. /usr/include/glibmm-2.4/glibmm/arrayhandle.h:250:16: error: expected ‘;’ at end of member declaration
  15529. ~ArrayHandle() noexcept;
  15530. ^
  15531. /usr/include/glibmm-2.4/glibmm/arrayhandle.h:250:18: error: ‘noexcept’ does not name a type
  15532. ~ArrayHandle() noexcept;
  15533. ^
  15534. /usr/include/glibmm-2.4/glibmm/arrayhandle.h:305:16: error: expected ‘;’ at end of member declaration
  15535. ~ArrayHandle() noexcept;
  15536. ^
  15537. /usr/include/glibmm-2.4/glibmm/arrayhandle.h:305:18: error: ‘noexcept’ does not name a type
  15538. ~ArrayHandle() noexcept;
  15539. ^
  15540. /usr/include/glibmm-2.4/glibmm/arrayhandle.h:552:35: error: expected initializer before ‘noexcept’
  15541. ArrayHandle<T,Tr>::~ArrayHandle() noexcept
  15542. ^
  15543. In file included from /usr/include/glibmm-2.4/glibmm/object.h:33:0,
  15544. from /usr/include/glibmm-2.4/glibmm/binding.h:23,
  15545. from /usr/include/glibmm-2.4/glibmm.h:96,
  15546. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  15547. from applet.cpp:29:
  15548. /usr/include/glibmm-2.4/glibmm/utility.h:72:14: error: expected ‘;’ at end of member declaration
  15549. ~ScopedPtr() noexcept { g_free(ptr_); }
  15550. ^
  15551. /usr/include/glibmm-2.4/glibmm/utility.h:72:17: error: ‘noexcept’ does not name a type
  15552. ~ScopedPtr() noexcept { g_free(ptr_); }
  15553. ^
  15554. In file included from /usr/include/glibmm-2.4/glibmm/binding.h:23:0,
  15555. from /usr/include/glibmm-2.4/glibmm.h:96,
  15556. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  15557. from applet.cpp:29:
  15558. /usr/include/glibmm-2.4/glibmm/object.h:80:20: error: expected ‘;’ at end of member declaration
  15559. ~ConstructParams() noexcept;
  15560. ^
  15561. /usr/include/glibmm-2.4/glibmm/object.h:80:22: error: ‘noexcept’ does not name a type
  15562. ~ConstructParams() noexcept;
  15563. ^
  15564. /usr/include/glibmm-2.4/glibmm/object.h:107:27: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  15565. Object(const Object&) = delete;
  15566. ^
  15567. /usr/include/glibmm-2.4/glibmm/object.h:108:38: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  15568. Object& operator=(const Object&) = delete;
  15569. ^
  15570. /usr/include/glibmm-2.4/glibmm/object.h:110:16: error: expected ‘,’ or ‘...’ before ‘&&’ token
  15571. Object(Object&& src) noexcept;
  15572. ^
  15573. /usr/include/glibmm-2.4/glibmm/object.h:110:22: error: invalid constructor; you probably meant ‘Glib::Object (const Glib::Object&)’
  15574. Object(Object&& src) noexcept;
  15575. ^
  15576. /usr/include/glibmm-2.4/glibmm/object.h:110:22: error: expected ‘;’ at end of member declaration
  15577. /usr/include/glibmm-2.4/glibmm/object.h:110:24: error: ‘noexcept’ does not name a type
  15578. Object(Object&& src) noexcept;
  15579. ^
  15580. /usr/include/glibmm-2.4/glibmm/object.h:111:27: error: expected ‘,’ or ‘...’ before ‘&&’ token
  15581. Object& operator=(Object&& src) noexcept;
  15582. ^
  15583. /usr/include/glibmm-2.4/glibmm/object.h:111:33: error: expected ‘;’ at end of member declaration
  15584. Object& operator=(Object&& src) noexcept;
  15585. ^
  15586. /usr/include/glibmm-2.4/glibmm/object.h:111:35: error: ‘noexcept’ does not name a type
  15587. Object& operator=(Object&& src) noexcept;
  15588. ^
  15589. /usr/include/glibmm-2.4/glibmm/object.h:117:19: error: expected ‘;’ at end of member declaration
  15590. virtual ~Object() noexcept; //It should only be deleted by the callback.
  15591. ^
  15592. /usr/include/glibmm-2.4/glibmm/object.h:117:21: error: ‘noexcept’ does not name a type
  15593. virtual ~Object() noexcept; //It should only be deleted by the callback.
  15594. ^
  15595. In file included from /usr/include/glibmm-2.4/glibmm.h:96:0,
  15596. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  15597. from applet.cpp:29:
  15598. /usr/include/glibmm-2.4/glibmm/binding.h:226:29: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  15599. Binding(const Binding&) = delete;
  15600. ^
  15601. /usr/include/glibmm-2.4/glibmm/binding.h:227:40: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  15602. Binding& operator=(const Binding&) = delete;
  15603. ^
  15604. /usr/include/glibmm-2.4/glibmm/binding.h:240:18: error: expected ‘,’ or ‘...’ before ‘&&’ token
  15605. Binding(Binding&& src) noexcept;
  15606. ^
  15607. /usr/include/glibmm-2.4/glibmm/binding.h:240:24: error: invalid constructor; you probably meant ‘Glib::Binding (const Glib::Binding&)’
  15608. Binding(Binding&& src) noexcept;
  15609. ^
  15610. /usr/include/glibmm-2.4/glibmm/binding.h:240:24: error: expected ‘;’ at end of member declaration
  15611. /usr/include/glibmm-2.4/glibmm/binding.h:240:26: error: ‘noexcept’ does not name a type
  15612. Binding(Binding&& src) noexcept;
  15613. ^
  15614. /usr/include/glibmm-2.4/glibmm/binding.h:241:29: error: expected ‘,’ or ‘...’ before ‘&&’ token
  15615. Binding& operator=(Binding&& src) noexcept;
  15616. ^
  15617. /usr/include/glibmm-2.4/glibmm/binding.h:241:35: error: expected ‘;’ at end of member declaration
  15618. Binding& operator=(Binding&& src) noexcept;
  15619. ^
  15620. /usr/include/glibmm-2.4/glibmm/binding.h:241:37: error: ‘noexcept’ does not name a type
  15621. Binding& operator=(Binding&& src) noexcept;
  15622. ^
  15623. /usr/include/glibmm-2.4/glibmm/binding.h:243:20: error: expected ‘;’ at end of member declaration
  15624. virtual ~Binding() noexcept;
  15625. ^
  15626. /usr/include/glibmm-2.4/glibmm/binding.h:243:22: error: ‘noexcept’ does not name a type
  15627. virtual ~Binding() noexcept;
  15628. ^
  15629. In file included from /usr/include/glibmm-2.4/glibmm.h:96:0,
  15630. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  15631. from applet.cpp:29:
  15632. /usr/include/glibmm-2.4/glibmm/binding.h:647:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
  15633. void unreference() const override;
  15634. ^
  15635. In file included from /usr/include/glibmm-2.4/glibmm.h:98:0,
  15636. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  15637. from applet.cpp:29:
  15638. /usr/include/glibmm-2.4/glibmm/bytearray.h:50:7: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
  15639. class ByteArray final
  15640. ^
  15641. In file included from /usr/include/glibmm-2.4/glibmm.h:98:0,
  15642. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  15643. from applet.cpp:29:
  15644. /usr/include/glibmm-2.4/glibmm/bytearray.h:78:17: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  15645. ByteArray() = delete;
  15646. ^
  15647. /usr/include/glibmm-2.4/glibmm/bytearray.h:81:33: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  15648. ByteArray(const ByteArray&) = delete;
  15649. ^
  15650. /usr/include/glibmm-2.4/glibmm/bytearray.h:82:44: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  15651. ByteArray& operator=(const ByteArray&) = delete;
  15652. ^
  15653. In file included from /usr/include/glibmm-2.4/glibmm.h:99:0,
  15654. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  15655. from applet.cpp:29:
  15656. /usr/include/glibmm-2.4/glibmm/bytes.h:59:7: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
  15657. class Bytes final
  15658. ^
  15659. In file included from /usr/include/glibmm-2.4/glibmm.h:99:0,
  15660. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  15661. from applet.cpp:29:
  15662. /usr/include/glibmm-2.4/glibmm/bytes.h:87:13: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  15663. Bytes() = delete;
  15664. ^
  15665. /usr/include/glibmm-2.4/glibmm/bytes.h:90:25: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  15666. Bytes(const Bytes&) = delete;
  15667. ^
  15668. /usr/include/glibmm-2.4/glibmm/bytes.h:91:36: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  15669. Bytes& operator=(const Bytes&) = delete;
  15670. ^
  15671. In file included from /usr/include/glibmm-2.4/glibmm.h:100:0,
  15672. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  15673. from applet.cpp:29:
  15674. /usr/include/glibmm-2.4/glibmm/checksum.h:65:20: error: expected ‘,’ or ‘...’ before ‘&&’ token
  15675. Checksum(Checksum&& other) noexcept;
  15676. ^
  15677. /usr/include/glibmm-2.4/glibmm/checksum.h:65:28: error: invalid constructor; you probably meant ‘Glib::Checksum (const Glib::Checksum&)’
  15678. Checksum(Checksum&& other) noexcept;
  15679. ^
  15680. /usr/include/glibmm-2.4/glibmm/checksum.h:65:28: error: expected ‘;’ at end of member declaration
  15681. /usr/include/glibmm-2.4/glibmm/checksum.h:65:30: error: ‘noexcept’ does not name a type
  15682. Checksum(Checksum&& other) noexcept;
  15683. ^
  15684. /usr/include/glibmm-2.4/glibmm/checksum.h:66:31: error: expected ‘,’ or ‘...’ before ‘&&’ token
  15685. Checksum& operator=(Checksum&& other) noexcept;
  15686. ^
  15687. /usr/include/glibmm-2.4/glibmm/checksum.h:66:39: error: expected ‘;’ at end of member declaration
  15688. Checksum& operator=(Checksum&& other) noexcept;
  15689. ^
  15690. /usr/include/glibmm-2.4/glibmm/checksum.h:66:41: error: ‘noexcept’ does not name a type
  15691. Checksum& operator=(Checksum&& other) noexcept;
  15692. ^
  15693. /usr/include/glibmm-2.4/glibmm/checksum.h:68:13: error: expected ‘;’ at end of member declaration
  15694. ~Checksum() noexcept;
  15695. ^
  15696. /usr/include/glibmm-2.4/glibmm/checksum.h:68:15: error: ‘noexcept’ does not name a type
  15697. ~Checksum() noexcept;
  15698. ^
  15699. /usr/include/glibmm-2.4/glibmm/checksum.h:70:28: error: expected ‘;’ at end of member declaration
  15700. void swap(Checksum& other) noexcept;
  15701. ^
  15702. /usr/include/glibmm-2.4/glibmm/checksum.h:70:30: error: ‘noexcept’ does not name a type
  15703. void swap(Checksum& other) noexcept;
  15704. ^
  15705. /usr/include/glibmm-2.4/glibmm/checksum.h:239:48: error: expected initializer before ‘noexcept’
  15706. inline void swap(Checksum& lhs, Checksum& rhs) noexcept
  15707. ^
  15708. In file included from /usr/include/glibmm-2.4/glibmm.h:103:0,
  15709. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  15710. from applet.cpp:29:
  15711. /usr/include/glibmm-2.4/glibmm/convert.h:121:25: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  15712. IConv(const IConv&) = delete;
  15713. ^
  15714. /usr/include/glibmm-2.4/glibmm/convert.h:122:36: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  15715. IConv& operator=(const IConv&) = delete;
  15716. ^
  15717. In file included from /usr/include/glibmm-2.4/glibmm.h:105:0,
  15718. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  15719. from applet.cpp:29:
  15720. /usr/include/glibmm-2.4/glibmm/datetime.h:89:20: error: expected ‘,’ or ‘...’ before ‘&&’ token
  15721. DateTime(DateTime&& other) noexcept;
  15722. ^
  15723. /usr/include/glibmm-2.4/glibmm/datetime.h:89:28: error: invalid constructor; you probably meant ‘Glib::DateTime (const Glib::DateTime&)’
  15724. DateTime(DateTime&& other) noexcept;
  15725. ^
  15726. /usr/include/glibmm-2.4/glibmm/datetime.h:89:28: error: expected ‘;’ at end of member declaration
  15727. /usr/include/glibmm-2.4/glibmm/datetime.h:89:30: error: ‘noexcept’ does not name a type
  15728. DateTime(DateTime&& other) noexcept;
  15729. ^
  15730. /usr/include/glibmm-2.4/glibmm/datetime.h:90:31: error: expected ‘,’ or ‘...’ before ‘&&’ token
  15731. DateTime& operator=(DateTime&& other) noexcept;
  15732. ^
  15733. /usr/include/glibmm-2.4/glibmm/datetime.h:90:39: error: expected ‘;’ at end of member declaration
  15734. DateTime& operator=(DateTime&& other) noexcept;
  15735. ^
  15736. /usr/include/glibmm-2.4/glibmm/datetime.h:90:41: error: ‘noexcept’ does not name a type
  15737. DateTime& operator=(DateTime&& other) noexcept;
  15738. ^
  15739. /usr/include/glibmm-2.4/glibmm/datetime.h:92:13: error: expected ‘;’ at end of member declaration
  15740. ~DateTime() noexcept;
  15741. ^
  15742. /usr/include/glibmm-2.4/glibmm/datetime.h:92:15: error: ‘noexcept’ does not name a type
  15743. ~DateTime() noexcept;
  15744. ^
  15745. /usr/include/glibmm-2.4/glibmm/datetime.h:94:28: error: expected ‘;’ at end of member declaration
  15746. void swap(DateTime& other) noexcept;
  15747. ^
  15748. /usr/include/glibmm-2.4/glibmm/datetime.h:94:30: error: ‘noexcept’ does not name a type
  15749. void swap(DateTime& other) noexcept;
  15750. ^
  15751. In file included from /usr/include/glibmm-2.4/glibmm.h:105:0,
  15752. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  15753. from applet.cpp:29:
  15754. /usr/include/glibmm-2.4/glibmm/datetime.h:837:48: error: expected initializer before ‘noexcept’
  15755. inline void swap(DateTime& lhs, DateTime& rhs) noexcept
  15756. ^
  15757. In file included from /usr/include/glibmm-2.4/glibmm/main.h:26:0,
  15758. from /usr/include/glibmm-2.4/glibmm/dispatcher.h:25,
  15759. from /usr/include/glibmm-2.4/glibmm.h:106,
  15760. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  15761. from applet.cpp:29:
  15762. /usr/include/glibmm-2.4/glibmm/iochannel.h:367:22: error: expected ‘,’ or ‘...’ before ‘&&’ token
  15763. IOChannel(IOChannel&& other) noexcept;
  15764. ^
  15765. /usr/include/glibmm-2.4/glibmm/iochannel.h:367:30: error: invalid constructor; you probably meant ‘Glib::IOChannel (const Glib::IOChannel&)’
  15766. IOChannel(IOChannel&& other) noexcept;
  15767. ^
  15768. /usr/include/glibmm-2.4/glibmm/iochannel.h:367:30: error: expected ‘;’ at end of member declaration
  15769. /usr/include/glibmm-2.4/glibmm/iochannel.h:367:32: error: ‘noexcept’ does not name a type
  15770. IOChannel(IOChannel&& other) noexcept;
  15771. ^
  15772. /usr/include/glibmm-2.4/glibmm/iochannel.h:368:33: error: expected ‘,’ or ‘...’ before ‘&&’ token
  15773. IOChannel& operator=(IOChannel&& other) noexcept;
  15774. ^
  15775. /usr/include/glibmm-2.4/glibmm/iochannel.h:368:41: error: expected ‘;’ at end of member declaration
  15776. IOChannel& operator=(IOChannel&& other) noexcept;
  15777. ^
  15778. /usr/include/glibmm-2.4/glibmm/iochannel.h:368:43: error: ‘noexcept’ does not name a type
  15779. IOChannel& operator=(IOChannel&& other) noexcept;
  15780. ^
  15781. In file included from /usr/include/glibmm-2.4/glibmm/dispatcher.h:25:0,
  15782. from /usr/include/glibmm-2.4/glibmm.h:106,
  15783. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  15784. from applet.cpp:29:
  15785. /usr/include/glibmm-2.4/glibmm/main.h:409:43: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  15786. MainContext(const MainContext& other) = delete;
  15787. ^
  15788. /usr/include/glibmm-2.4/glibmm/main.h:410:54: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  15789. MainContext& operator=(const MainContext& other) = delete;
  15790. ^
  15791. In file included from /usr/include/glibmm-2.4/glibmm/dispatcher.h:25:0,
  15792. from /usr/include/glibmm-2.4/glibmm.h:106,
  15793. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  15794. from applet.cpp:29:
  15795. /usr/include/glibmm-2.4/glibmm/main.h:665:27: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  15796. Source(const Source&) = delete;
  15797. ^
  15798. /usr/include/glibmm-2.4/glibmm/main.h:666:38: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  15799. Source& operator=(const Source&) = delete;
  15800. ^
  15801. /usr/include/glibmm-2.4/glibmm/main.h:744:19: error: expected ‘;’ at end of member declaration
  15802. virtual ~Source() noexcept;
  15803. ^
  15804. /usr/include/glibmm-2.4/glibmm/main.h:744:21: error: ‘noexcept’ does not name a type
  15805. virtual ~Source() noexcept;
  15806. ^
  15807. /usr/include/glibmm-2.4/glibmm/main.h:822:26: error: expected ‘;’ at end of member declaration
  15808. virtual ~TimeoutSource() noexcept;
  15809. ^
  15810. /usr/include/glibmm-2.4/glibmm/main.h:822:28: error: ‘noexcept’ does not name a type
  15811. virtual ~TimeoutSource() noexcept;
  15812. ^
  15813. /usr/include/glibmm-2.4/glibmm/main.h:824:28: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
  15814. bool prepare(int& timeout) override;
  15815. ^
  15816. /usr/include/glibmm-2.4/glibmm/main.h:825:14: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
  15817. bool check() override;
  15818. ^
  15819. /usr/include/glibmm-2.4/glibmm/main.h:826:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
  15820. bool dispatch(sigc::slot_base* slot) override;
  15821. ^
  15822. /usr/include/glibmm-2.4/glibmm/main.h:846:23: error: expected ‘;’ at end of member declaration
  15823. virtual ~IdleSource() noexcept;
  15824. ^
  15825. /usr/include/glibmm-2.4/glibmm/main.h:846:25: error: ‘noexcept’ does not name a type
  15826. virtual ~IdleSource() noexcept;
  15827. ^
  15828. /usr/include/glibmm-2.4/glibmm/main.h:848:28: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
  15829. bool prepare(int& timeout) override;
  15830. ^
  15831. /usr/include/glibmm-2.4/glibmm/main.h:849:14: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
  15832. bool check() override;
  15833. ^
  15834. /usr/include/glibmm-2.4/glibmm/main.h:850:43: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
  15835. bool dispatch(sigc::slot_base* slot_data) override;
  15836. ^
  15837. /usr/include/glibmm-2.4/glibmm/main.h:874:21: error: expected ‘;’ at end of member declaration
  15838. virtual ~IOSource() noexcept;
  15839. ^
  15840. /usr/include/glibmm-2.4/glibmm/main.h:874:23: error: ‘noexcept’ does not name a type
  15841. virtual ~IOSource() noexcept;
  15842. ^
  15843. /usr/include/glibmm-2.4/glibmm/main.h:876:28: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
  15844. bool prepare(int& timeout) override;
  15845. ^
  15846. /usr/include/glibmm-2.4/glibmm/main.h:877:14: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
  15847. bool check() override;
  15848. ^
  15849. /usr/include/glibmm-2.4/glibmm/main.h:878:38: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
  15850. bool dispatch(sigc::slot_base* slot) override;
  15851. ^
  15852. In file included from /usr/include/glibmm-2.4/glibmm.h:106:0,
  15853. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  15854. from applet.cpp:29:
  15855. /usr/include/glibmm-2.4/glibmm/dispatcher.h:82:35: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  15856. Dispatcher(const Dispatcher&) = delete;
  15857. ^
  15858. /usr/include/glibmm-2.4/glibmm/dispatcher.h:83:46: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  15859. Dispatcher& operator=(const Dispatcher&) = delete;
  15860. ^
  15861. /usr/include/glibmm-2.4/glibmm/dispatcher.h:89:15: error: expected ‘;’ at end of member declaration
  15862. ~Dispatcher() noexcept;
  15863. ^
  15864. /usr/include/glibmm-2.4/glibmm/dispatcher.h:89:17: error: ‘noexcept’ does not name a type
  15865. ~Dispatcher() noexcept;
  15866. ^
  15867. In file included from /usr/include/glibmm-2.4/glibmm.h:109:0,
  15868. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  15869. from applet.cpp:29:
  15870. /usr/include/glibmm-2.4/glibmm/exceptionhandler.h:37:34: error: expected initializer before ‘noexcept’
  15871. void exception_handlers_invoke() noexcept;
  15872. ^
  15873. In file included from /usr/include/glibmm-2.4/glibmm.h:110:0,
  15874. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  15875. from applet.cpp:29:
  15876. /usr/include/glibmm-2.4/glibmm/fileutils.h:503:21: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  15877. Dir(const Dir&) = delete;
  15878. ^
  15879. /usr/include/glibmm-2.4/glibmm/fileutils.h:504:32: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  15880. Dir& operator=(const Dir&) = delete;
  15881. ^
  15882. In file included from /usr/include/glibmm-2.4/glibmm.h:111:0,
  15883. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  15884. from applet.cpp:29:
  15885. /usr/include/glibmm-2.4/glibmm/helperlist.h:54:23: error: expected ‘;’ at end of member declaration
  15886. virtual ~HelperList() noexcept
  15887. ^
  15888. /usr/include/glibmm-2.4/glibmm/helperlist.h:54:25: error: ‘noexcept’ does not name a type
  15889. virtual ~HelperList() noexcept
  15890. ^
  15891. /usr/include/glibmm-2.4/glibmm/helperlist.h: In member function ‘bool Glib::HelperList<T_Child, T_CppElement, T_Iterator>::empty()’:
  15892. /usr/include/glibmm-2.4/glibmm/helperlist.h:88:43: error: ‘nullptr’ was not declared in this scope
  15893. inline bool empty() { return glist() == nullptr; }
  15894. ^
  15895. In file included from /usr/include/glibmm-2.4/glibmm.h:112:0,
  15896. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  15897. from applet.cpp:29:
  15898. /usr/include/glibmm-2.4/glibmm/interface.h: At global scope:
  15899. /usr/include/glibmm-2.4/glibmm/interface.h:48:22: error: expected ‘,’ or ‘...’ before ‘&&’ token
  15900. Interface(Interface&& src) noexcept;
  15901. ^
  15902. /usr/include/glibmm-2.4/glibmm/interface.h:48:28: error: invalid constructor; you probably meant ‘Glib::Interface (const Glib::Interface&)’
  15903. Interface(Interface&& src) noexcept;
  15904. ^
  15905. /usr/include/glibmm-2.4/glibmm/interface.h:48:28: error: expected ‘;’ at end of member declaration
  15906. /usr/include/glibmm-2.4/glibmm/interface.h:48:30: error: ‘noexcept’ does not name a type
  15907. Interface(Interface&& src) noexcept;
  15908. ^
  15909. /usr/include/glibmm-2.4/glibmm/interface.h:49:33: error: expected ‘,’ or ‘...’ before ‘&&’ token
  15910. Interface& operator=(Interface&& src) noexcept;
  15911. ^
  15912. /usr/include/glibmm-2.4/glibmm/interface.h:49:39: error: expected ‘;’ at end of member declaration
  15913. Interface& operator=(Interface&& src) noexcept;
  15914. ^
  15915. /usr/include/glibmm-2.4/glibmm/interface.h:49:41: error: ‘noexcept’ does not name a type
  15916. Interface& operator=(Interface&& src) noexcept;
  15917. ^
  15918. /usr/include/glibmm-2.4/glibmm/interface.h:66:22: error: expected ‘;’ at end of member declaration
  15919. virtual ~Interface() noexcept;
  15920. ^
  15921. /usr/include/glibmm-2.4/glibmm/interface.h:66:24: error: ‘noexcept’ does not name a type
  15922. virtual ~Interface() noexcept;
  15923. ^
  15924. /usr/include/glibmm-2.4/glibmm/interface.h:69:33: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  15925. Interface(const Interface&) = delete;
  15926. ^
  15927. /usr/include/glibmm-2.4/glibmm/interface.h:70:44: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  15928. Interface& operator=(const Interface&) = delete;
  15929. ^
  15930. In file included from /usr/include/glibmm-2.4/glibmm.h:115:0,
  15931. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  15932. from applet.cpp:29:
  15933. /usr/include/glibmm-2.4/glibmm/keyfile.h:236:29: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  15934. KeyFile(const KeyFile&) = delete;
  15935. ^
  15936. /usr/include/glibmm-2.4/glibmm/keyfile.h:237:40: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  15937. KeyFile& operator=(const KeyFile&) = delete;
  15938. ^
  15939. /usr/include/glibmm-2.4/glibmm/keyfile.h:239:18: error: expected ‘,’ or ‘...’ before ‘&&’ token
  15940. KeyFile(KeyFile&& other) noexcept;
  15941. ^
  15942. /usr/include/glibmm-2.4/glibmm/keyfile.h:239:26: error: invalid constructor; you probably meant ‘Glib::KeyFile (const Glib::KeyFile&)’
  15943. KeyFile(KeyFile&& other) noexcept;
  15944. ^
  15945. /usr/include/glibmm-2.4/glibmm/keyfile.h:239:26: error: expected ‘;’ at end of member declaration
  15946. /usr/include/glibmm-2.4/glibmm/keyfile.h:239:28: error: ‘noexcept’ does not name a type
  15947. KeyFile(KeyFile&& other) noexcept;
  15948. ^
  15949. /usr/include/glibmm-2.4/glibmm/keyfile.h:240:29: error: expected ‘,’ or ‘...’ before ‘&&’ token
  15950. KeyFile& operator=(KeyFile&& other) noexcept;
  15951. ^
  15952. /usr/include/glibmm-2.4/glibmm/keyfile.h:240:37: error: expected ‘;’ at end of member declaration
  15953. KeyFile& operator=(KeyFile&& other) noexcept;
  15954. ^
  15955. /usr/include/glibmm-2.4/glibmm/keyfile.h:240:39: error: ‘noexcept’ does not name a type
  15956. KeyFile& operator=(KeyFile&& other) noexcept;
  15957. ^
  15958. In file included from /usr/include/glibmm-2.4/glibmm.h:116:0,
  15959. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  15960. from applet.cpp:29:
  15961. /usr/include/glibmm-2.4/glibmm/streamiochannel.h:37:28: error: expected ‘;’ at end of member declaration
  15962. virtual ~StreamIOChannel() noexcept;
  15963. ^
  15964. /usr/include/glibmm-2.4/glibmm/streamiochannel.h:37:30: error: ‘noexcept’ does not name a type
  15965. virtual ~StreamIOChannel() noexcept;
  15966. ^
  15967. /usr/include/glibmm-2.4/glibmm/streamiochannel.h:49:64: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
  15968. IOStatus read_vfunc(char* buf, gsize count, gsize& bytes_read) override;
  15969. ^
  15970. /usr/include/glibmm-2.4/glibmm/streamiochannel.h:50:74: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
  15971. IOStatus write_vfunc(const char* buf, gsize count, gsize& bytes_written) override;
  15972. ^
  15973. /usr/include/glibmm-2.4/glibmm/streamiochannel.h:51:51: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
  15974. IOStatus seek_vfunc(gint64 offset, SeekType type) override;
  15975. ^
  15976. /usr/include/glibmm-2.4/glibmm/streamiochannel.h:52:24: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
  15977. IOStatus close_vfunc() override;
  15978. ^
  15979. /usr/include/glibmm-2.4/glibmm/streamiochannel.h:53:41: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
  15980. IOStatus set_flags_vfunc(IOFlags flags) override;
  15981. ^
  15982. /usr/include/glibmm-2.4/glibmm/streamiochannel.h:54:27: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
  15983. IOFlags get_flags_vfunc() override;
  15984. ^
  15985. /usr/include/glibmm-2.4/glibmm/streamiochannel.h:55:65: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
  15986. Glib::RefPtr<Glib::Source> create_watch_vfunc(IOCondition cond) override;
  15987. ^
  15988. In file included from /usr/include/glibmm-2.4/glibmm.h:117:0,
  15989. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  15990. from applet.cpp:29:
  15991. /usr/include/glibmm-2.4/glibmm/listhandle.h: In function ‘GList* Glib::Container_Helpers::create_list(Bi, Bi, Tr)’:
  15992. /usr/include/glibmm-2.4/glibmm/listhandle.h:40:17: error: ‘nullptr’ was not declared in this scope
  15993. GList* head = nullptr;
  15994. ^
  15995. /usr/include/glibmm-2.4/glibmm/listhandle.h: In function ‘GList* Glib::Container_Helpers::create_list(For, Tr)’:
  15996. /usr/include/glibmm-2.4/glibmm/listhandle.h:59:17: error: ‘nullptr’ was not declared in this scope
  15997. GList* head = nullptr;
  15998. ^
  15999. /usr/include/glibmm-2.4/glibmm/listhandle.h: At global scope:
  16000. /usr/include/glibmm-2.4/glibmm/listhandle.h:184:15: error: expected ‘;’ at end of member declaration
  16001. ~ListHandle() noexcept;
  16002. ^
  16003. /usr/include/glibmm-2.4/glibmm/listhandle.h:184:17: error: ‘noexcept’ does not name a type
  16004. ~ListHandle() noexcept;
  16005. ^
  16006. /usr/include/glibmm-2.4/glibmm/listhandle.h:293:33: error: expected initializer before ‘noexcept’
  16007. ListHandle<T,Tr>::~ListHandle() noexcept
  16008. ^
  16009. /usr/include/glibmm-2.4/glibmm/listhandle.h: In member function ‘bool Glib::ListHandle<T, Tr>::empty() const’:
  16010. /usr/include/glibmm-2.4/glibmm/listhandle.h:399:21: error: ‘nullptr’ was not declared in this scope
  16011. return (plist_ == nullptr);
  16012. ^
  16013. In file included from /usr/include/glibmm-2.4/glibmm.h:119:0,
  16014. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  16015. from applet.cpp:29:
  16016. /usr/include/glibmm-2.4/glibmm/markup.h: At global scope:
  16017. /usr/include/glibmm-2.4/glibmm/markup.h:310:27: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  16018. Parser(const Parser&) = delete;
  16019. ^
  16020. /usr/include/glibmm-2.4/glibmm/markup.h:311:38: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  16021. Parser& operator=(const Parser&) = delete;
  16022. ^
  16023. /usr/include/glibmm-2.4/glibmm/markup.h:313:16: error: expected ‘,’ or ‘...’ before ‘&&’ token
  16024. Parser(Parser&& other) noexcept;
  16025. ^
  16026. /usr/include/glibmm-2.4/glibmm/markup.h:313:24: error: invalid constructor; you probably meant ‘Glib::Markup::Parser (const Glib::Markup::Parser&)’
  16027. Parser(Parser&& other) noexcept;
  16028. ^
  16029. /usr/include/glibmm-2.4/glibmm/markup.h:313:24: error: expected ‘;’ at end of member declaration
  16030. /usr/include/glibmm-2.4/glibmm/markup.h:313:26: error: ‘noexcept’ does not name a type
  16031. Parser(Parser&& other) noexcept;
  16032. ^
  16033. /usr/include/glibmm-2.4/glibmm/markup.h:314:27: error: expected ‘,’ or ‘...’ before ‘&&’ token
  16034. Parser& operator=(Parser&& other) noexcept;
  16035. ^
  16036. /usr/include/glibmm-2.4/glibmm/markup.h:314:35: error: expected ‘;’ at end of member declaration
  16037. Parser& operator=(Parser&& other) noexcept;
  16038. ^
  16039. /usr/include/glibmm-2.4/glibmm/markup.h:314:37: error: ‘noexcept’ does not name a type
  16040. Parser& operator=(Parser&& other) noexcept;
  16041. ^
  16042. /usr/include/glibmm-2.4/glibmm/markup.h:313:10: error: cannot declare parameter to be of abstract type ‘Glib::Markup::Parser’
  16043. Parser(Parser&& other) noexcept;
  16044. ^
  16045. /usr/include/glibmm-2.4/glibmm/markup.h:295:7: note: because the following virtual functions are pure within ‘Glib::Markup::Parser’:
  16046. class Parser : public sigc::trackable
  16047. ^
  16048. /usr/include/glibmm-2.4/glibmm/markup.h:300:11: note: virtual Glib::Markup::Parser::~Parser()
  16049. virtual ~Parser() = 0;
  16050. ^
  16051. /usr/include/glibmm-2.4/glibmm/markup.h:314:21: error: cannot declare parameter to be of abstract type ‘Glib::Markup::Parser’
  16052. Parser& operator=(Parser&& other) noexcept;
  16053. ^
  16054. /usr/include/glibmm-2.4/glibmm/markup.h:400:39: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  16055. ParseContext(const ParseContext&) = delete;
  16056. ^
  16057. /usr/include/glibmm-2.4/glibmm/markup.h:401:50: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  16058. ParseContext& operator=(const ParseContext&) = delete;
  16059. ^
  16060. /usr/include/glibmm-2.4/glibmm/markup.h:403:28: error: expected ‘,’ or ‘...’ before ‘&&’ token
  16061. ParseContext(ParseContext&& other) noexcept;
  16062. ^
  16063. /usr/include/glibmm-2.4/glibmm/markup.h:403:36: error: invalid constructor; you probably meant ‘Glib::Markup::ParseContext (const Glib::Markup::ParseContext&)’
  16064. ParseContext(ParseContext&& other) noexcept;
  16065. ^
  16066. /usr/include/glibmm-2.4/glibmm/markup.h:403:36: error: expected ‘;’ at end of member declaration
  16067. /usr/include/glibmm-2.4/glibmm/markup.h:403:38: error: ‘noexcept’ does not name a type
  16068. ParseContext(ParseContext&& other) noexcept;
  16069. ^
  16070. /usr/include/glibmm-2.4/glibmm/markup.h:404:39: error: expected ‘,’ or ‘...’ before ‘&&’ token
  16071. ParseContext& operator=(ParseContext&& other) noexcept;
  16072. ^
  16073. /usr/include/glibmm-2.4/glibmm/markup.h:404:47: error: expected ‘;’ at end of member declaration
  16074. ParseContext& operator=(ParseContext&& other) noexcept;
  16075. ^
  16076. /usr/include/glibmm-2.4/glibmm/markup.h:404:49: error: ‘noexcept’ does not name a type
  16077. ParseContext& operator=(ParseContext&& other) noexcept;
  16078. ^
  16079. In file included from /usr/include/glibmm-2.4/glibmm.h:121:0,
  16080. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  16081. from applet.cpp:29:
  16082. /usr/include/glibmm-2.4/glibmm/module.h:151:27: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  16083. Module(const Module&) = delete;
  16084. ^
  16085. /usr/include/glibmm-2.4/glibmm/module.h:152:38: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  16086. Module& operator=(const Module&) = delete;
  16087. ^
  16088. /usr/include/glibmm-2.4/glibmm/module.h:154:16: error: expected ‘,’ or ‘...’ before ‘&&’ token
  16089. Module(Module&& other) noexcept;
  16090. ^
  16091. /usr/include/glibmm-2.4/glibmm/module.h:154:24: error: invalid constructor; you probably meant ‘Glib::Module (const Glib::Module&)’
  16092. Module(Module&& other) noexcept;
  16093. ^
  16094. /usr/include/glibmm-2.4/glibmm/module.h:154:24: error: expected ‘;’ at end of member declaration
  16095. /usr/include/glibmm-2.4/glibmm/module.h:154:26: error: ‘noexcept’ does not name a type
  16096. Module(Module&& other) noexcept;
  16097. ^
  16098. /usr/include/glibmm-2.4/glibmm/module.h:155:27: error: expected ‘,’ or ‘...’ before ‘&&’ token
  16099. Module& operator=(Module&& other) noexcept;
  16100. ^
  16101. /usr/include/glibmm-2.4/glibmm/module.h:155:35: error: expected ‘;’ at end of member declaration
  16102. Module& operator=(Module&& other) noexcept;
  16103. ^
  16104. /usr/include/glibmm-2.4/glibmm/module.h:155:37: error: ‘noexcept’ does not name a type
  16105. Module& operator=(Module&& other) noexcept;
  16106. ^
  16107. In file included from /usr/include/glibmm-2.4/glibmm.h:122:0,
  16108. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  16109. from applet.cpp:29:
  16110. /usr/include/glibmm-2.4/glibmm/nodetree.h:696:40: error: ‘nullptr’ was not declared in this scope
  16111. void clone(const NodeTree<T>* node = nullptr)
  16112. ^
  16113. /usr/include/glibmm-2.4/glibmm/nodetree.h: In member function ‘Glib::NodeTree<T>* Glib::NodeTree<T>::find_child(const T&, Glib::NodeTree<T>::TraverseFlags)’:
  16114. /usr/include/glibmm-2.4/glibmm/nodetree.h:344:20: error: ‘nullptr’ was not declared in this scope
  16115. GNode* child = nullptr;
  16116. ^
  16117. /usr/include/glibmm-2.4/glibmm/nodetree.h: In member function ‘Glib::NodeTree<T>* Glib::NodeTree<T>::find(const T&, Glib::TraverseType, Glib::NodeTree<T>::TraverseFlags)’:
  16118. /usr/include/glibmm-2.4/glibmm/nodetree.h:376:20: error: ‘nullptr’ was not declared in this scope
  16119. GNode* child = nullptr;
  16120. ^
  16121. /usr/include/glibmm-2.4/glibmm/nodetree.h: In member function ‘void Glib::NodeTree<T>::clear()’:
  16122. /usr/include/glibmm-2.4/glibmm/nodetree.h:692:16: error: ‘nullptr’ was not declared in this scope
  16123. gobject_ = nullptr;
  16124. ^
  16125. /usr/include/glibmm-2.4/glibmm/nodetree.h: In member function ‘void Glib::NodeTree<T>::clone(const Glib::NodeTree<T>*)’:
  16126. /usr/include/glibmm-2.4/glibmm/nodetree.h:704:60: error: ‘nullptr’ was not declared in this scope
  16127. for(const NodeTree<T>* i = node->last_child(); i != nullptr; i = i->prev_sibling())
  16128. ^
  16129. In file included from /usr/include/glibmm-2.4/glibmm/optioncontext.h:25:0,
  16130. from /usr/include/glibmm-2.4/glibmm.h:125,
  16131. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  16132. from applet.cpp:29:
  16133. /usr/include/glibmm-2.4/glibmm/optionentry.h: At global scope:
  16134. /usr/include/glibmm-2.4/glibmm/optionentry.h:75:26: error: expected ‘,’ or ‘...’ before ‘&&’ token
  16135. OptionEntry(OptionEntry&& other) noexcept;
  16136. ^
  16137. /usr/include/glibmm-2.4/glibmm/optionentry.h:75:34: error: invalid constructor; you probably meant ‘Glib::OptionEntry (const Glib::OptionEntry&)’
  16138. OptionEntry(OptionEntry&& other) noexcept;
  16139. ^
  16140. /usr/include/glibmm-2.4/glibmm/optionentry.h:75:34: error: expected ‘;’ at end of member declaration
  16141. /usr/include/glibmm-2.4/glibmm/optionentry.h:75:36: error: ‘noexcept’ does not name a type
  16142. OptionEntry(OptionEntry&& other) noexcept;
  16143. ^
  16144. /usr/include/glibmm-2.4/glibmm/optionentry.h:76:37: error: expected ‘,’ or ‘...’ before ‘&&’ token
  16145. OptionEntry& operator=(OptionEntry&& other) noexcept;
  16146. ^
  16147. /usr/include/glibmm-2.4/glibmm/optionentry.h:76:45: error: expected ‘;’ at end of member declaration
  16148. OptionEntry& operator=(OptionEntry&& other) noexcept;
  16149. ^
  16150. /usr/include/glibmm-2.4/glibmm/optionentry.h:76:47: error: ‘noexcept’ does not name a type
  16151. OptionEntry& operator=(OptionEntry&& other) noexcept;
  16152. ^
  16153. /usr/include/glibmm-2.4/glibmm/optionentry.h:111:24: error: expected ‘;’ at end of member declaration
  16154. void release_gobject() noexcept;
  16155. ^
  16156. /usr/include/glibmm-2.4/glibmm/optionentry.h:111:26: error: ‘noexcept’ does not name a type
  16157. void release_gobject() noexcept;
  16158. ^
  16159. In file included from /usr/include/glibmm-2.4/glibmm/optioncontext.h:26:0,
  16160. from /usr/include/glibmm-2.4/glibmm.h:125,
  16161. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  16162. from applet.cpp:29:
  16163. /usr/include/glibmm-2.4/glibmm/optiongroup.h:84:26: error: expected ‘,’ or ‘...’ before ‘&&’ token
  16164. OptionGroup(OptionGroup&& other) noexcept;
  16165. ^
  16166. /usr/include/glibmm-2.4/glibmm/optiongroup.h:84:34: error: invalid constructor; you probably meant ‘Glib::OptionGroup (const Glib::OptionGroup&)’
  16167. OptionGroup(OptionGroup&& other) noexcept;
  16168. ^
  16169. /usr/include/glibmm-2.4/glibmm/optiongroup.h:84:34: error: expected ‘;’ at end of member declaration
  16170. /usr/include/glibmm-2.4/glibmm/optiongroup.h:84:36: error: ‘noexcept’ does not name a type
  16171. OptionGroup(OptionGroup&& other) noexcept;
  16172. ^
  16173. /usr/include/glibmm-2.4/glibmm/optiongroup.h:85:37: error: expected ‘,’ or ‘...’ before ‘&&’ token
  16174. OptionGroup& operator=(OptionGroup&& other) noexcept;
  16175. ^
  16176. /usr/include/glibmm-2.4/glibmm/optiongroup.h:85:45: error: expected ‘;’ at end of member declaration
  16177. OptionGroup& operator=(OptionGroup&& other) noexcept;
  16178. ^
  16179. /usr/include/glibmm-2.4/glibmm/optiongroup.h:85:47: error: ‘noexcept’ does not name a type
  16180. OptionGroup& operator=(OptionGroup&& other) noexcept;
  16181. ^
  16182. /usr/include/glibmm-2.4/glibmm/optiongroup.h:221:24: error: expected ‘;’ at end of member declaration
  16183. void release_gobject() noexcept;
  16184. ^
  16185. /usr/include/glibmm-2.4/glibmm/optiongroup.h:221:26: error: ‘noexcept’ does not name a type
  16186. void release_gobject() noexcept;
  16187. ^
  16188. In file included from /usr/include/glibmm-2.4/glibmm.h:125:0,
  16189. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  16190. from applet.cpp:29:
  16191. /usr/include/glibmm-2.4/glibmm/optioncontext.h:156:30: error: expected ‘,’ or ‘...’ before ‘&&’ token
  16192. OptionContext(OptionContext&& other) noexcept;
  16193. ^
  16194. /usr/include/glibmm-2.4/glibmm/optioncontext.h:156:38: error: invalid constructor; you probably meant ‘Glib::OptionContext (const Glib::OptionContext&)’
  16195. OptionContext(OptionContext&& other) noexcept;
  16196. ^
  16197. /usr/include/glibmm-2.4/glibmm/optioncontext.h:156:38: error: expected ‘;’ at end of member declaration
  16198. /usr/include/glibmm-2.4/glibmm/optioncontext.h:156:40: error: ‘noexcept’ does not name a type
  16199. OptionContext(OptionContext&& other) noexcept;
  16200. ^
  16201. /usr/include/glibmm-2.4/glibmm/optioncontext.h:157:41: error: expected ‘,’ or ‘...’ before ‘&&’ token
  16202. OptionContext& operator=(OptionContext&& other) noexcept;
  16203. ^
  16204. /usr/include/glibmm-2.4/glibmm/optioncontext.h:157:49: error: expected ‘;’ at end of member declaration
  16205. OptionContext& operator=(OptionContext&& other) noexcept;
  16206. ^
  16207. /usr/include/glibmm-2.4/glibmm/optioncontext.h:157:51: error: ‘noexcept’ does not name a type
  16208. OptionContext& operator=(OptionContext&& other) noexcept;
  16209. ^
  16210. In file included from /usr/include/glibmm-2.4/glibmm.h:126:0,
  16211. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  16212. from applet.cpp:29:
  16213. /usr/include/glibmm-2.4/glibmm/pattern.h:44:16: error: expected ‘;’ at end of member declaration
  16214. ~PatternSpec() noexcept;
  16215. ^
  16216. /usr/include/glibmm-2.4/glibmm/pattern.h:44:18: error: ‘noexcept’ does not name a type
  16217. ~PatternSpec() noexcept;
  16218. ^
  16219. /usr/include/glibmm-2.4/glibmm/pattern.h:47:37: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  16220. PatternSpec(const PatternSpec&) = delete;
  16221. ^
  16222. /usr/include/glibmm-2.4/glibmm/pattern.h:48:48: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  16223. PatternSpec& operator=(const PatternSpec&) = delete;
  16224. ^
  16225. In file included from /usr/include/glibmm-2.4/glibmm.h:127:0,
  16226. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  16227. from applet.cpp:29:
  16228. /usr/include/glibmm-2.4/glibmm/property.h:61:39: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  16229. PropertyBase(const PropertyBase&) = delete;
  16230. ^
  16231. /usr/include/glibmm-2.4/glibmm/property.h:62:50: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  16232. PropertyBase& operator=(const PropertyBase&) = delete;
  16233. ^
  16234. /usr/include/glibmm-2.4/glibmm/property.h:87:17: error: expected ‘;’ at end of member declaration
  16235. ~PropertyBase() noexcept;
  16236. ^
  16237. /usr/include/glibmm-2.4/glibmm/property.h:87:19: error: ‘noexcept’ does not name a type
  16238. ~PropertyBase() noexcept;
  16239. ^
  16240. In file included from /usr/include/glibmm-2.4/glibmm.h:131:0,
  16241. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  16242. from applet.cpp:29:
  16243. /usr/include/glibmm-2.4/glibmm/random.h:44:9: error: expected ‘;’ at end of member declaration
  16244. ~Rand() noexcept;
  16245. ^
  16246. /usr/include/glibmm-2.4/glibmm/random.h:44:11: error: ‘noexcept’ does not name a type
  16247. ~Rand() noexcept;
  16248. ^
  16249. /usr/include/glibmm-2.4/glibmm/random.h:47:23: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  16250. Rand(const Rand&) = delete;
  16251. ^
  16252. /usr/include/glibmm-2.4/glibmm/random.h:48:34: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  16253. Rand& operator=(const Rand&) = delete;
  16254. ^
  16255. In file included from /usr/include/glibmm-2.4/glibmm.h:132:0,
  16256. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  16257. from applet.cpp:29:
  16258. /usr/include/glibmm-2.4/glibmm/regex.h:723:7: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
  16259. class Regex final
  16260. ^
  16261. In file included from /usr/include/glibmm-2.4/glibmm.h:132:0,
  16262. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  16263. from applet.cpp:29:
  16264. /usr/include/glibmm-2.4/glibmm/regex.h:751:13: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  16265. Regex() = delete;
  16266. ^
  16267. /usr/include/glibmm-2.4/glibmm/regex.h:754:25: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  16268. Regex(const Regex&) = delete;
  16269. ^
  16270. /usr/include/glibmm-2.4/glibmm/regex.h:755:36: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  16271. Regex& operator=(const Regex&) = delete;
  16272. ^
  16273. /usr/include/glibmm-2.4/glibmm/regex.h:1316:39: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  16274. MatchInfo(const MatchInfo& other) = delete;
  16275. ^
  16276. /usr/include/glibmm-2.4/glibmm/regex.h:1317:50: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  16277. MatchInfo& operator=(const MatchInfo& other) = delete;
  16278. ^
  16279. /usr/include/glibmm-2.4/glibmm/regex.h:1319:22: error: expected ‘,’ or ‘...’ before ‘&&’ token
  16280. MatchInfo(MatchInfo&& other) noexcept;
  16281. ^
  16282. /usr/include/glibmm-2.4/glibmm/regex.h:1319:30: error: invalid constructor; you probably meant ‘Glib::MatchInfo (const Glib::MatchInfo&)’
  16283. MatchInfo(MatchInfo&& other) noexcept;
  16284. ^
  16285. /usr/include/glibmm-2.4/glibmm/regex.h:1319:30: error: expected ‘;’ at end of member declaration
  16286. /usr/include/glibmm-2.4/glibmm/regex.h:1319:32: error: ‘noexcept’ does not name a type
  16287. MatchInfo(MatchInfo&& other) noexcept;
  16288. ^
  16289. /usr/include/glibmm-2.4/glibmm/regex.h:1320:33: error: expected ‘,’ or ‘...’ before ‘&&’ token
  16290. MatchInfo& operator=(MatchInfo&& other) noexcept;
  16291. ^
  16292. /usr/include/glibmm-2.4/glibmm/regex.h:1320:41: error: expected ‘;’ at end of member declaration
  16293. MatchInfo& operator=(MatchInfo&& other) noexcept;
  16294. ^
  16295. /usr/include/glibmm-2.4/glibmm/regex.h:1320:43: error: ‘noexcept’ does not name a type
  16296. MatchInfo& operator=(MatchInfo&& other) noexcept;
  16297. ^
  16298. In file included from /usr/include/glibmm-2.4/glibmm.h:137:0,
  16299. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  16300. from applet.cpp:29:
  16301. /usr/include/glibmm-2.4/glibmm/slisthandle.h: In function ‘GSList* Glib::Container_Helpers::create_slist(Bi, Bi, Tr)’:
  16302. /usr/include/glibmm-2.4/glibmm/slisthandle.h:40:18: error: ‘nullptr’ was not declared in this scope
  16303. GSList* head = nullptr;
  16304. ^
  16305. /usr/include/glibmm-2.4/glibmm/slisthandle.h: In function ‘GSList* Glib::Container_Helpers::create_slist(For, Tr)’:
  16306. /usr/include/glibmm-2.4/glibmm/slisthandle.h:59:18: error: ‘nullptr’ was not declared in this scope
  16307. GSList* head = nullptr;
  16308. ^
  16309. /usr/include/glibmm-2.4/glibmm/slisthandle.h: At global scope:
  16310. /usr/include/glibmm-2.4/glibmm/slisthandle.h:184:16: error: expected ‘;’ at end of member declaration
  16311. ~SListHandle() noexcept;
  16312. ^
  16313. /usr/include/glibmm-2.4/glibmm/slisthandle.h:184:18: error: ‘noexcept’ does not name a type
  16314. ~SListHandle() noexcept;
  16315. ^
  16316. /usr/include/glibmm-2.4/glibmm/slisthandle.h:292:35: error: expected initializer before ‘noexcept’
  16317. SListHandle<T,Tr>::~SListHandle() noexcept
  16318. ^
  16319. /usr/include/glibmm-2.4/glibmm/slisthandle.h: In member function ‘bool Glib::SListHandle<T, Tr>::empty() const’:
  16320. /usr/include/glibmm-2.4/glibmm/slisthandle.h:398:22: error: ‘nullptr’ was not declared in this scope
  16321. return (pslist_ == nullptr);
  16322. ^
  16323. In file included from /usr/include/glibmm-2.4/glibmm.h:138:0,
  16324. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  16325. from applet.cpp:29:
  16326. /usr/include/glibmm-2.4/glibmm/spawn.h: At global scope:
  16327. /usr/include/glibmm-2.4/glibmm/spawn.h:415:46: error: ‘nullptr’ was not declared in this scope
  16328. Pid* child_pid = nullptr,
  16329. ^
  16330. /usr/include/glibmm-2.4/glibmm/spawn.h:416:51: error: ‘nullptr’ was not declared in this scope
  16331. int* standard_input = nullptr,
  16332. ^
  16333. /usr/include/glibmm-2.4/glibmm/spawn.h:417:52: error: ‘nullptr’ was not declared in this scope
  16334. int* standard_output = nullptr,
  16335. ^
  16336. /usr/include/glibmm-2.4/glibmm/spawn.h:418:51: error: ‘nullptr’ was not declared in this scope
  16337. int* standard_error = nullptr);
  16338. ^
  16339. /usr/include/glibmm-2.4/glibmm/spawn.h:441:46: error: ‘nullptr’ was not declared in this scope
  16340. Pid* child_pid = nullptr,
  16341. ^
  16342. /usr/include/glibmm-2.4/glibmm/spawn.h:442:51: error: ‘nullptr’ was not declared in this scope
  16343. int* standard_input = nullptr,
  16344. ^
  16345. /usr/include/glibmm-2.4/glibmm/spawn.h:443:52: error: ‘nullptr’ was not declared in this scope
  16346. int* standard_output = nullptr,
  16347. ^
  16348. /usr/include/glibmm-2.4/glibmm/spawn.h:444:51: error: ‘nullptr’ was not declared in this scope
  16349. int* standard_error = nullptr);
  16350. ^
  16351. /usr/include/glibmm-2.4/glibmm/spawn.h:472:35: error: ‘nullptr’ was not declared in this scope
  16352. Pid* child_pid = nullptr);
  16353. ^
  16354. /usr/include/glibmm-2.4/glibmm/spawn.h:491:35: error: ‘nullptr’ was not declared in this scope
  16355. Pid* child_pid = nullptr);
  16356. ^
  16357. /usr/include/glibmm-2.4/glibmm/spawn.h:530:48: error: ‘nullptr’ was not declared in this scope
  16358. std::string* standard_output = nullptr,
  16359. ^
  16360. /usr/include/glibmm-2.4/glibmm/spawn.h:531:47: error: ‘nullptr’ was not declared in this scope
  16361. std::string* standard_error = nullptr,
  16362. ^
  16363. /usr/include/glibmm-2.4/glibmm/spawn.h:532:36: error: ‘nullptr’ was not declared in this scope
  16364. int* exit_status = nullptr);
  16365. ^
  16366. /usr/include/glibmm-2.4/glibmm/spawn.h:554:48: error: ‘nullptr’ was not declared in this scope
  16367. std::string* standard_output = nullptr,
  16368. ^
  16369. /usr/include/glibmm-2.4/glibmm/spawn.h:555:47: error: ‘nullptr’ was not declared in this scope
  16370. std::string* standard_error = nullptr,
  16371. ^
  16372. /usr/include/glibmm-2.4/glibmm/spawn.h:556:36: error: ‘nullptr’ was not declared in this scope
  16373. int* exit_status = nullptr);
  16374. ^
  16375. /usr/include/glibmm-2.4/glibmm/spawn.h:611:61: error: ‘nullptr’ was not declared in this scope
  16376. std::string* standard_output = nullptr,
  16377. ^
  16378. /usr/include/glibmm-2.4/glibmm/spawn.h:612:60: error: ‘nullptr’ was not declared in this scope
  16379. std::string* standard_error = nullptr,
  16380. ^
  16381. /usr/include/glibmm-2.4/glibmm/spawn.h:613:49: error: ‘nullptr’ was not declared in this scope
  16382. int* exit_status = nullptr);
  16383. ^
  16384. In file included from /usr/include/glibmm-2.4/glibmm.h:140:0,
  16385. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  16386. from applet.cpp:29:
  16387. /usr/include/glibmm-2.4/glibmm/threadpool.h:63:23: error: expected ‘;’ at end of member declaration
  16388. virtual ~ThreadPool() noexcept;
  16389. ^
  16390. /usr/include/glibmm-2.4/glibmm/threadpool.h:63:25: error: ‘noexcept’ does not name a type
  16391. virtual ~ThreadPool() noexcept;
  16392. ^
  16393. In file included from /usr/include/glibmm-2.4/glibmm.h:141:0,
  16394. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  16395. from applet.cpp:29:
  16396. /usr/include/glibmm-2.4/glibmm/timer.h:42:10: error: expected ‘;’ at end of member declaration
  16397. ~Timer() noexcept;
  16398. ^
  16399. /usr/include/glibmm-2.4/glibmm/timer.h:42:12: error: ‘noexcept’ does not name a type
  16400. ~Timer() noexcept;
  16401. ^
  16402. /usr/include/glibmm-2.4/glibmm/timer.h:45:25: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  16403. Timer(const Timer&) = delete;
  16404. ^
  16405. /usr/include/glibmm-2.4/glibmm/timer.h:46:36: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  16406. Timer& operator=(const Timer&) = delete;
  16407. ^
  16408. In file included from /usr/include/glibmm-2.4/glibmm.h:143:0,
  16409. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  16410. from applet.cpp:29:
  16411. /usr/include/glibmm-2.4/glibmm/timezone.h:111:20: error: expected ‘,’ or ‘...’ before ‘&&’ token
  16412. TimeZone(TimeZone&& other) noexcept;
  16413. ^
  16414. /usr/include/glibmm-2.4/glibmm/timezone.h:111:28: error: invalid constructor; you probably meant ‘Glib::TimeZone (const Glib::TimeZone&)’
  16415. TimeZone(TimeZone&& other) noexcept;
  16416. ^
  16417. /usr/include/glibmm-2.4/glibmm/timezone.h:111:28: error: expected ‘;’ at end of member declaration
  16418. /usr/include/glibmm-2.4/glibmm/timezone.h:111:30: error: ‘noexcept’ does not name a type
  16419. TimeZone(TimeZone&& other) noexcept;
  16420. ^
  16421. /usr/include/glibmm-2.4/glibmm/timezone.h:112:31: error: expected ‘,’ or ‘...’ before ‘&&’ token
  16422. TimeZone& operator=(TimeZone&& other) noexcept;
  16423. ^
  16424. /usr/include/glibmm-2.4/glibmm/timezone.h:112:39: error: expected ‘;’ at end of member declaration
  16425. TimeZone& operator=(TimeZone&& other) noexcept;
  16426. ^
  16427. /usr/include/glibmm-2.4/glibmm/timezone.h:112:41: error: ‘noexcept’ does not name a type
  16428. TimeZone& operator=(TimeZone&& other) noexcept;
  16429. ^
  16430. /usr/include/glibmm-2.4/glibmm/timezone.h:114:13: error: expected ‘;’ at end of member declaration
  16431. ~TimeZone() noexcept;
  16432. ^
  16433. /usr/include/glibmm-2.4/glibmm/timezone.h:114:15: error: ‘noexcept’ does not name a type
  16434. ~TimeZone() noexcept;
  16435. ^
  16436. /usr/include/glibmm-2.4/glibmm/timezone.h:116:28: error: expected ‘;’ at end of member declaration
  16437. void swap(TimeZone& other) noexcept;
  16438. ^
  16439. /usr/include/glibmm-2.4/glibmm/timezone.h:116:30: error: ‘noexcept’ does not name a type
  16440. void swap(TimeZone& other) noexcept;
  16441. ^
  16442. In file included from /usr/include/glibmm-2.4/glibmm.h:143:0,
  16443. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  16444. from applet.cpp:29:
  16445. /usr/include/glibmm-2.4/glibmm/timezone.h:338:48: error: expected initializer before ‘noexcept’
  16446. inline void swap(TimeZone& lhs, TimeZone& rhs) noexcept
  16447. ^
  16448. In file included from /usr/include/glibmm-2.4/glibmm.h:147:0,
  16449. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  16450. from applet.cpp:29:
  16451. /usr/include/glibmm-2.4/glibmm/valuearray.h:71:24: error: expected ‘,’ or ‘...’ before ‘&&’ token
  16452. ValueArray(ValueArray&& other) noexcept;
  16453. ^
  16454. /usr/include/glibmm-2.4/glibmm/valuearray.h:71:32: error: invalid constructor; you probably meant ‘Glib::ValueArray (const Glib::ValueArray&)’
  16455. ValueArray(ValueArray&& other) noexcept;
  16456. ^
  16457. /usr/include/glibmm-2.4/glibmm/valuearray.h:71:32: error: expected ‘;’ at end of member declaration
  16458. /usr/include/glibmm-2.4/glibmm/valuearray.h:71:34: error: ‘noexcept’ does not name a type
  16459. ValueArray(ValueArray&& other) noexcept;
  16460. ^
  16461. /usr/include/glibmm-2.4/glibmm/valuearray.h:72:35: error: expected ‘,’ or ‘...’ before ‘&&’ token
  16462. ValueArray& operator=(ValueArray&& other) noexcept;
  16463. ^
  16464. /usr/include/glibmm-2.4/glibmm/valuearray.h:72:43: error: expected ‘;’ at end of member declaration
  16465. ValueArray& operator=(ValueArray&& other) noexcept;
  16466. ^
  16467. /usr/include/glibmm-2.4/glibmm/valuearray.h:72:45: error: ‘noexcept’ does not name a type
  16468. ValueArray& operator=(ValueArray&& other) noexcept;
  16469. ^
  16470. /usr/include/glibmm-2.4/glibmm/valuearray.h:74:15: error: expected ‘;’ at end of member declaration
  16471. ~ValueArray() noexcept;
  16472. ^
  16473. /usr/include/glibmm-2.4/glibmm/valuearray.h:74:17: error: ‘noexcept’ does not name a type
  16474. ~ValueArray() noexcept;
  16475. ^
  16476. /usr/include/glibmm-2.4/glibmm/valuearray.h:76:30: error: expected ‘;’ at end of member declaration
  16477. void swap(ValueArray& other) noexcept;
  16478. ^
  16479. /usr/include/glibmm-2.4/glibmm/valuearray.h:76:32: error: ‘noexcept’ does not name a type
  16480. void swap(ValueArray& other) noexcept;
  16481. ^
  16482. In file included from /usr/include/glibmm-2.4/glibmm.h:147:0,
  16483. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  16484. from applet.cpp:29:
  16485. /usr/include/glibmm-2.4/glibmm/valuearray.h:196:52: error: expected initializer before ‘noexcept’
  16486. inline void swap(ValueArray& lhs, ValueArray& rhs) noexcept
  16487. ^
  16488. In file included from /usr/include/glibmm-2.4/glibmm.h:149:0,
  16489. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  16490. from applet.cpp:29:
  16491. /usr/include/glibmm-2.4/glibmm/variantdict.h:41:7: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
  16492. class VariantDict final
  16493. ^
  16494. In file included from /usr/include/glibmm-2.4/glibmm.h:149:0,
  16495. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  16496. from applet.cpp:29:
  16497. /usr/include/glibmm-2.4/glibmm/variantdict.h:71:19: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  16498. VariantDict() = delete;
  16499. ^
  16500. /usr/include/glibmm-2.4/glibmm/variantdict.h:74:37: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  16501. VariantDict(const VariantDict&) = delete;
  16502. ^
  16503. /usr/include/glibmm-2.4/glibmm/variantdict.h:75:48: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  16504. VariantDict& operator=(const VariantDict&) = delete;
  16505. ^
  16506. In file included from /usr/include/glibmm-2.4/glibmm.h:152:0,
  16507. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  16508. from applet.cpp:29:
  16509. /usr/include/glibmm-2.4/glibmm/vectorutils.h:293:16: error: expected ‘;’ at end of member declaration
  16510. ~ArrayKeeper() noexcept;
  16511. ^
  16512. /usr/include/glibmm-2.4/glibmm/vectorutils.h:293:18: error: ‘noexcept’ does not name a type
  16513. ~ArrayKeeper() noexcept;
  16514. ^
  16515. /usr/include/glibmm-2.4/glibmm/vectorutils.h:351:16: error: expected ‘;’ at end of member declaration
  16516. ~GListKeeper() noexcept;
  16517. ^
  16518. /usr/include/glibmm-2.4/glibmm/vectorutils.h:351:18: error: ‘noexcept’ does not name a type
  16519. ~GListKeeper() noexcept;
  16520. ^
  16521. /usr/include/glibmm-2.4/glibmm/vectorutils.h:408:17: error: expected ‘;’ at end of member declaration
  16522. ~GSListKeeper() noexcept;
  16523. ^
  16524. /usr/include/glibmm-2.4/glibmm/vectorutils.h:408:19: error: ‘noexcept’ does not name a type
  16525. ~GSListKeeper() noexcept;
  16526. ^
  16527. In file included from /usr/include/glibmm-2.4/glibmm.h:152:0,
  16528. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  16529. from applet.cpp:29:
  16530. /usr/include/glibmm-2.4/glibmm/vectorutils.h:790:33: error: expected initializer before ‘noexcept’
  16531. ArrayKeeper<Tr>::~ArrayKeeper() noexcept
  16532. ^
  16533. /usr/include/glibmm-2.4/glibmm/vectorutils.h:833:33: error: expected initializer before ‘noexcept’
  16534. GListKeeper<Tr>::~GListKeeper() noexcept
  16535. ^
  16536. /usr/include/glibmm-2.4/glibmm/vectorutils.h:876:35: error: expected initializer before ‘noexcept’
  16537. GSListKeeper<Tr>::~GSListKeeper() noexcept
  16538. ^
  16539. In file included from /usr/include/glibmm-2.4/glibmm.h:153:0,
  16540. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  16541. from applet.cpp:29:
  16542. /usr/include/glibmm-2.4/glibmm/weakref.h:43:22: error: ‘std::is_base_of’ has not been declared
  16543. static_assert(std::is_base_of<Glib::ObjectBase,T_CppObject>::value,
  16544. ^
  16545. /usr/include/glibmm-2.4/glibmm/weakref.h:43:32: error: expected ‘,’ or ‘...’ before ‘<’ token
  16546. static_assert(std::is_base_of<Glib::ObjectBase,T_CppObject>::value,
  16547. ^
  16548. /usr/include/glibmm-2.4/glibmm/weakref.h:44:80: error: ISO C++ forbids declaration of ‘static_assert’ with no type [-fpermissive]
  16549. "Glib::WeakRef can be used only for classes derived from Glib::ObjectBase.");
  16550. ^
  16551. /usr/include/glibmm-2.4/glibmm/weakref.h:51:18: error: expected ‘;’ at end of member declaration
  16552. inline WeakRef() noexcept;
  16553. ^
  16554. /usr/include/glibmm-2.4/glibmm/weakref.h:51:20: error: ‘noexcept’ does not name a type
  16555. inline WeakRef() noexcept;
  16556. ^
  16557. /usr/include/glibmm-2.4/glibmm/weakref.h:54:36: error: expected ‘;’ at end of member declaration
  16558. inline WeakRef(const WeakRef& src) noexcept;
  16559. ^
  16560. /usr/include/glibmm-2.4/glibmm/weakref.h:54:38: error: ‘noexcept’ does not name a type
  16561. inline WeakRef(const WeakRef& src) noexcept;
  16562. ^
  16563. /usr/include/glibmm-2.4/glibmm/weakref.h:57:25: error: expected ‘,’ or ‘...’ before ‘&&’ token
  16564. inline WeakRef(WeakRef&& src) noexcept;
  16565. ^
  16566. /usr/include/glibmm-2.4/glibmm/weakref.h:57:31: error: invalid constructor; you probably meant ‘Glib::WeakRef<T_CppObject> (const Glib::WeakRef<T_CppObject>&)’
  16567. inline WeakRef(WeakRef&& src) noexcept;
  16568. ^
  16569. /usr/include/glibmm-2.4/glibmm/weakref.h:57:31: error: expected ‘;’ at end of member declaration
  16570. /usr/include/glibmm-2.4/glibmm/weakref.h:57:33: error: ‘noexcept’ does not name a type
  16571. inline WeakRef(WeakRef&& src) noexcept;
  16572. ^
  16573. /usr/include/glibmm-2.4/glibmm/weakref.h:61:50: error: expected initializer before ‘noexcept’
  16574. inline WeakRef(const WeakRef<T_CastFrom>& src) noexcept;
  16575. ^
  16576. /usr/include/glibmm-2.4/glibmm/weakref.h:65:37: error: expected ‘,’ or ‘...’ before ‘&&’ token
  16577. inline WeakRef(WeakRef<T_CastFrom>&& src) noexcept;
  16578. ^
  16579. /usr/include/glibmm-2.4/glibmm/weakref.h:65:45: error: expected initializer before ‘noexcept’
  16580. inline WeakRef(WeakRef<T_CastFrom>&& src) noexcept;
  16581. ^
  16582. /usr/include/glibmm-2.4/glibmm/weakref.h:73:49: error: expected initializer before ‘noexcept’
  16583. inline WeakRef(const RefPtr<T_CastFrom>& src) noexcept;
  16584. ^
  16585. /usr/include/glibmm-2.4/glibmm/weakref.h:76:19: error: expected ‘;’ at end of member declaration
  16586. inline ~WeakRef() noexcept;
  16587. ^
  16588. /usr/include/glibmm-2.4/glibmm/weakref.h:76:21: error: ‘noexcept’ does not name a type
  16589. inline ~WeakRef() noexcept;
  16590. ^
  16591. /usr/include/glibmm-2.4/glibmm/weakref.h:79:34: error: expected ‘;’ at end of member declaration
  16592. inline void swap(WeakRef& other) noexcept;
  16593. ^
  16594. /usr/include/glibmm-2.4/glibmm/weakref.h:79:36: error: ‘noexcept’ does not name a type
  16595. inline void swap(WeakRef& other) noexcept;
  16596. ^
  16597. /usr/include/glibmm-2.4/glibmm/weakref.h:82:47: error: expected ‘;’ at end of member declaration
  16598. inline WeakRef& operator=(const WeakRef& src) noexcept;
  16599. ^
  16600. /usr/include/glibmm-2.4/glibmm/weakref.h:82:49: error: ‘noexcept’ does not name a type
  16601. inline WeakRef& operator=(const WeakRef& src) noexcept;
  16602. ^
  16603. /usr/include/glibmm-2.4/glibmm/weakref.h:85:36: error: expected ‘,’ or ‘...’ before ‘&&’ token
  16604. inline WeakRef& operator=(WeakRef&& src) noexcept;
  16605. ^
  16606. /usr/include/glibmm-2.4/glibmm/weakref.h:85:42: error: expected ‘;’ at end of member declaration
  16607. inline WeakRef& operator=(WeakRef&& src) noexcept;
  16608. ^
  16609. /usr/include/glibmm-2.4/glibmm/weakref.h:85:44: error: ‘noexcept’ does not name a type
  16610. inline WeakRef& operator=(WeakRef&& src) noexcept;
  16611. ^
  16612. /usr/include/glibmm-2.4/glibmm/weakref.h:89:61: error: expected initializer before ‘noexcept’
  16613. inline WeakRef& operator=(const WeakRef<T_CastFrom>& src) noexcept;
  16614. ^
  16615. /usr/include/glibmm-2.4/glibmm/weakref.h:93:48: error: expected ‘,’ or ‘...’ before ‘&&’ token
  16616. inline WeakRef& operator=(WeakRef<T_CastFrom>&& src) noexcept;
  16617. ^
  16618. /usr/include/glibmm-2.4/glibmm/weakref.h:93:56: error: expected initializer before ‘noexcept’
  16619. inline WeakRef& operator=(WeakRef<T_CastFrom>&& src) noexcept;
  16620. ^
  16621. /usr/include/glibmm-2.4/glibmm/weakref.h:97:60: error: expected initializer before ‘noexcept’
  16622. inline WeakRef& operator=(const RefPtr<T_CastFrom>& src) noexcept;
  16623. ^
  16624. /usr/include/glibmm-2.4/glibmm/weakref.h:112:35: warning: explicit conversion operators only available with -std=c++11 or -std=gnu++11
  16625. inline explicit operator bool() const noexcept;
  16626. ^
  16627. /usr/include/glibmm-2.4/glibmm/weakref.h:112:35: error: expected ‘;’ at end of member declaration
  16628. /usr/include/glibmm-2.4/glibmm/weakref.h:112:41: error: ‘noexcept’ does not name a type
  16629. inline explicit operator bool() const noexcept;
  16630. ^
  16631. /usr/include/glibmm-2.4/glibmm/weakref.h:119:36: error: expected ‘;’ at end of member declaration
  16632. inline RefPtr<T_CppObject> get() const noexcept;
  16633. ^
  16634. /usr/include/glibmm-2.4/glibmm/weakref.h:119:42: error: ‘noexcept’ does not name a type
  16635. inline RefPtr<T_CppObject> get() const noexcept;
  16636. ^
  16637. /usr/include/glibmm-2.4/glibmm/weakref.h:122:21: error: expected ‘;’ at end of member declaration
  16638. inline void reset() noexcept;
  16639. ^
  16640. /usr/include/glibmm-2.4/glibmm/weakref.h:122:23: error: ‘noexcept’ does not name a type
  16641. inline void reset() noexcept;
  16642. ^
  16643. /usr/include/glibmm-2.4/glibmm/weakref.h:132:70: error: expected initializer before ‘noexcept’
  16644. static inline WeakRef cast_dynamic(const WeakRef<T_CastFrom>& src) noexcept;
  16645. ^
  16646. /usr/include/glibmm-2.4/glibmm/weakref.h:142:69: error: expected initializer before ‘noexcept’
  16647. static inline WeakRef cast_static(const WeakRef<T_CastFrom>& src) noexcept;
  16648. ^
  16649. /usr/include/glibmm-2.4/glibmm/weakref.h:152:68: error: expected initializer before ‘noexcept’
  16650. static inline WeakRef cast_const(const WeakRef<T_CastFrom>& src) noexcept;
  16651. ^
  16652. /usr/include/glibmm-2.4/glibmm/weakref.h:161:54: error: expected ‘;’ at end of member declaration
  16653. void set(T_CppObject* pCppObject, GWeakRef* gobject) noexcept;
  16654. ^
  16655. /usr/include/glibmm-2.4/glibmm/weakref.h:161:56: error: ‘noexcept’ does not name a type
  16656. void set(T_CppObject* pCppObject, GWeakRef* gobject) noexcept;
  16657. ^
  16658. /usr/include/glibmm-2.4/glibmm/weakref.h:179:33: error: expected initializer before ‘noexcept’
  16659. WeakRef<T_CppObject>::WeakRef() noexcept
  16660. ^
  16661. /usr/include/glibmm-2.4/glibmm/weakref.h:186:51: error: expected initializer before ‘noexcept’
  16662. WeakRef<T_CppObject>::WeakRef(const WeakRef& src) noexcept
  16663. ^
  16664. /usr/include/glibmm-2.4/glibmm/weakref.h:207:38: error: expected ‘,’ or ‘...’ before ‘&&’ token
  16665. WeakRef<T_CppObject>::WeakRef(WeakRef&& src) noexcept
  16666. ^
  16667. /usr/include/glibmm-2.4/glibmm/weakref.h:207:46: error: expected initializer before ‘noexcept’
  16668. WeakRef<T_CppObject>::WeakRef(WeakRef&& src) noexcept
  16669. ^
  16670. /usr/include/glibmm-2.4/glibmm/weakref.h:219:63: error: expected initializer before ‘noexcept’
  16671. WeakRef<T_CppObject>::WeakRef(const WeakRef<T_CastFrom>& src) noexcept
  16672. ^
  16673. /usr/include/glibmm-2.4/glibmm/weakref.h:243:50: error: expected ‘,’ or ‘...’ before ‘&&’ token
  16674. WeakRef<T_CppObject>::WeakRef(WeakRef<T_CastFrom>&& src) noexcept
  16675. ^
  16676. /usr/include/glibmm-2.4/glibmm/weakref.h:243:58: error: expected initializer before ‘noexcept’
  16677. WeakRef<T_CppObject>::WeakRef(WeakRef<T_CastFrom>&& src) noexcept
  16678. ^
  16679. /usr/include/glibmm-2.4/glibmm/weakref.h:252:62: error: expected initializer before ‘noexcept’
  16680. WeakRef<T_CppObject>::WeakRef(const RefPtr<T_CastFrom>& src) noexcept
  16681. ^
  16682. /usr/include/glibmm-2.4/glibmm/weakref.h:264:34: error: expected initializer before ‘noexcept’
  16683. WeakRef<T_CppObject>::~WeakRef() noexcept
  16684. ^
  16685. /usr/include/glibmm-2.4/glibmm/weakref.h:274:49: error: expected initializer before ‘noexcept’
  16686. void WeakRef<T_CppObject>::swap(WeakRef& other) noexcept
  16687. ^
  16688. /usr/include/glibmm-2.4/glibmm/weakref.h:281:75: error: expected initializer before ‘noexcept’
  16689. WeakRef<T_CppObject>& WeakRef<T_CppObject>::operator=(const WeakRef& src) noexcept
  16690. ^
  16691. /usr/include/glibmm-2.4/glibmm/weakref.h:288:62: error: expected ‘,’ or ‘...’ before ‘&&’ token
  16692. WeakRef<T_CppObject>& WeakRef<T_CppObject>::operator=(WeakRef&& src) noexcept
  16693. ^
  16694. /usr/include/glibmm-2.4/glibmm/weakref.h:288:70: error: expected initializer before ‘noexcept’
  16695. WeakRef<T_CppObject>& WeakRef<T_CppObject>::operator=(WeakRef&& src) noexcept
  16696. ^
  16697. /usr/include/glibmm-2.4/glibmm/weakref.h:302:87: error: expected initializer before ‘noexcept’
  16698. WeakRef<T_CppObject>& WeakRef<T_CppObject>::operator=(const WeakRef<T_CastFrom>& src) noexcept
  16699. ^
  16700. /usr/include/glibmm-2.4/glibmm/weakref.h:309:74: error: expected ‘,’ or ‘...’ before ‘&&’ token
  16701. WeakRef<T_CppObject>& WeakRef<T_CppObject>::operator=(WeakRef<T_CastFrom>&& src) noexcept
  16702. ^
  16703. /usr/include/glibmm-2.4/glibmm/weakref.h:309:82: error: expected initializer before ‘noexcept’
  16704. WeakRef<T_CppObject>& WeakRef<T_CppObject>::operator=(WeakRef<T_CastFrom>&& src) noexcept
  16705. ^
  16706. /usr/include/glibmm-2.4/glibmm/weakref.h:317:86: error: expected initializer before ‘noexcept’
  16707. WeakRef<T_CppObject>& WeakRef<T_CppObject>::operator=(const RefPtr<T_CastFrom>& src) noexcept
  16708. ^
  16709. /usr/include/glibmm-2.4/glibmm/weakref.h:325:45: error: expected initializer before ‘noexcept’
  16710. WeakRef<T_CppObject>::operator bool() const noexcept
  16711. ^
  16712. /usr/include/glibmm-2.4/glibmm/weakref.h:339:55: error: expected initializer before ‘noexcept’
  16713. RefPtr<T_CppObject> WeakRef<T_CppObject>::get() const noexcept
  16714. ^
  16715. /usr/include/glibmm-2.4/glibmm/weakref.h:360:36: error: expected initializer before ‘noexcept’
  16716. void WeakRef<T_CppObject>::reset() noexcept
  16717. ^
  16718. /usr/include/glibmm-2.4/glibmm/weakref.h:366:89: error: expected initializer before ‘noexcept’
  16719. WeakRef<T_CppObject> WeakRef<T_CppObject>::cast_dynamic(const WeakRef<T_CastFrom>& src) noexcept
  16720. ^
  16721. /usr/include/glibmm-2.4/glibmm/weakref.h:387:88: error: expected initializer before ‘noexcept’
  16722. WeakRef<T_CppObject> WeakRef<T_CppObject>::cast_static(const WeakRef<T_CastFrom>& src) noexcept
  16723. ^
  16724. /usr/include/glibmm-2.4/glibmm/weakref.h:397:87: error: expected initializer before ‘noexcept’
  16725. WeakRef<T_CppObject> WeakRef<T_CppObject>::cast_const(const WeakRef<T_CastFrom>& src) noexcept
  16726. ^
  16727. /usr/include/glibmm-2.4/glibmm/weakref.h:407:76: error: expected initializer before ‘noexcept’
  16728. void WeakRef<T_CppObject>::set(T_CppObject* pCppObject, GWeakRef* gobject) noexcept
  16729. ^
  16730. /usr/include/glibmm-2.4/glibmm/weakref.h:442:65: error: expected initializer before ‘noexcept’
  16731. void swap(WeakRef<T_CppObject>& lhs, WeakRef<T_CppObject>& rhs) noexcept
  16732. ^
  16733. In file included from /usr/include/pangomm-1.4/pangomm/context.h:35:0,
  16734. from /usr/include/gtkmm-2.4/gtkmm/widget.h:29,
  16735. from /usr/include/gtkmm-2.4/gtkmm/container.h:29,
  16736. from /usr/include/gtkmm-2.4/gtkmm/bin.h:30,
  16737. from /usr/include/gtkmm-2.4/gtkmm/eventbox.h:30,
  16738. from applet.hpp:30,
  16739. from applet.cpp:44:
  16740. /usr/include/pangomm-1.4/pangomm/fontdescription.h:463:34: error: expected ‘,’ or ‘...’ before ‘&&’ token
  16741. FontDescription(FontDescription&& other) noexcept;
  16742. ^
  16743. /usr/include/pangomm-1.4/pangomm/fontdescription.h:463:42: error: invalid constructor; you probably meant ‘Pango::FontDescription (const Pango::FontDescription&)’
  16744. FontDescription(FontDescription&& other) noexcept;
  16745. ^
  16746. /usr/include/pangomm-1.4/pangomm/fontdescription.h:463:42: error: expected ‘;’ at end of member declaration
  16747. /usr/include/pangomm-1.4/pangomm/fontdescription.h:463:44: error: ‘noexcept’ does not name a type
  16748. FontDescription(FontDescription&& other) noexcept;
  16749. ^
  16750. /usr/include/pangomm-1.4/pangomm/fontdescription.h:464:45: error: expected ‘,’ or ‘...’ before ‘&&’ token
  16751. FontDescription& operator=(FontDescription&& other) noexcept;
  16752. ^
  16753. /usr/include/pangomm-1.4/pangomm/fontdescription.h:464:53: error: expected ‘;’ at end of member declaration
  16754. FontDescription& operator=(FontDescription&& other) noexcept;
  16755. ^
  16756. /usr/include/pangomm-1.4/pangomm/fontdescription.h:464:55: error: ‘noexcept’ does not name a type
  16757. FontDescription& operator=(FontDescription&& other) noexcept;
  16758. ^
  16759. /usr/include/pangomm-1.4/pangomm/fontdescription.h:466:20: error: expected ‘;’ at end of member declaration
  16760. ~FontDescription() noexcept;
  16761. ^
  16762. /usr/include/pangomm-1.4/pangomm/fontdescription.h:466:22: error: ‘noexcept’ does not name a type
  16763. ~FontDescription() noexcept;
  16764. ^
  16765. /usr/include/pangomm-1.4/pangomm/fontdescription.h:468:35: error: expected ‘;’ at end of member declaration
  16766. void swap(FontDescription& other) noexcept;
  16767. ^
  16768. /usr/include/pangomm-1.4/pangomm/fontdescription.h:468:37: error: ‘noexcept’ does not name a type
  16769. void swap(FontDescription& other) noexcept;
  16770. ^
  16771. /usr/include/pangomm-1.4/pangomm/fontdescription.h:783:62: error: expected initializer before ‘noexcept’
  16772. inline void swap(FontDescription& lhs, FontDescription& rhs) noexcept
  16773. ^
  16774. In file included from /usr/include/pangomm-1.4/pangomm/context.h:36:0,
  16775. from /usr/include/gtkmm-2.4/gtkmm/widget.h:29,
  16776. from /usr/include/gtkmm-2.4/gtkmm/container.h:29,
  16777. from /usr/include/gtkmm-2.4/gtkmm/bin.h:30,
  16778. from /usr/include/gtkmm-2.4/gtkmm/eventbox.h:30,
  16779. from applet.hpp:30,
  16780. from applet.cpp:44:
  16781. /usr/include/pangomm-1.4/pangomm/fontmetrics.h:63:26: error: expected ‘,’ or ‘...’ before ‘&&’ token
  16782. FontMetrics(FontMetrics&& other) noexcept;
  16783. ^
  16784. /usr/include/pangomm-1.4/pangomm/fontmetrics.h:63:34: error: invalid constructor; you probably meant ‘Pango::FontMetrics (const Pango::FontMetrics&)’
  16785. FontMetrics(FontMetrics&& other) noexcept;
  16786. ^
  16787. /usr/include/pangomm-1.4/pangomm/fontmetrics.h:63:34: error: expected ‘;’ at end of member declaration
  16788. /usr/include/pangomm-1.4/pangomm/fontmetrics.h:63:36: error: ‘noexcept’ does not name a type
  16789. FontMetrics(FontMetrics&& other) noexcept;
  16790. ^
  16791. /usr/include/pangomm-1.4/pangomm/fontmetrics.h:64:37: error: expected ‘,’ or ‘...’ before ‘&&’ token
  16792. FontMetrics& operator=(FontMetrics&& other) noexcept;
  16793. ^
  16794. /usr/include/pangomm-1.4/pangomm/fontmetrics.h:64:45: error: expected ‘;’ at end of member declaration
  16795. FontMetrics& operator=(FontMetrics&& other) noexcept;
  16796. ^
  16797. /usr/include/pangomm-1.4/pangomm/fontmetrics.h:64:47: error: ‘noexcept’ does not name a type
  16798. FontMetrics& operator=(FontMetrics&& other) noexcept;
  16799. ^
  16800. /usr/include/pangomm-1.4/pangomm/fontmetrics.h:66:16: error: expected ‘;’ at end of member declaration
  16801. ~FontMetrics() noexcept;
  16802. ^
  16803. /usr/include/pangomm-1.4/pangomm/fontmetrics.h:66:18: error: ‘noexcept’ does not name a type
  16804. ~FontMetrics() noexcept;
  16805. ^
  16806. /usr/include/pangomm-1.4/pangomm/fontmetrics.h:68:31: error: expected ‘;’ at end of member declaration
  16807. void swap(FontMetrics& other) noexcept;
  16808. ^
  16809. /usr/include/pangomm-1.4/pangomm/fontmetrics.h:68:33: error: ‘noexcept’ does not name a type
  16810. void swap(FontMetrics& other) noexcept;
  16811. ^
  16812. In file included from /usr/include/pangomm-1.4/pangomm/context.h:36:0,
  16813. from /usr/include/gtkmm-2.4/gtkmm/widget.h:29,
  16814. from /usr/include/gtkmm-2.4/gtkmm/container.h:29,
  16815. from /usr/include/gtkmm-2.4/gtkmm/bin.h:30,
  16816. from /usr/include/gtkmm-2.4/gtkmm/eventbox.h:30,
  16817. from applet.hpp:30,
  16818. from applet.cpp:44:
  16819. /usr/include/pangomm-1.4/pangomm/fontmetrics.h:179:54: error: expected initializer before ‘noexcept’
  16820. inline void swap(FontMetrics& lhs, FontMetrics& rhs) noexcept
  16821. ^
  16822. In file included from /usr/include/pangomm-1.4/pangomm/fontset.h:32:0,
  16823. from /usr/include/pangomm-1.4/pangomm/context.h:37,
  16824. from /usr/include/gtkmm-2.4/gtkmm/widget.h:29,
  16825. from /usr/include/gtkmm-2.4/gtkmm/container.h:29,
  16826. from /usr/include/gtkmm-2.4/gtkmm/bin.h:30,
  16827. from /usr/include/gtkmm-2.4/gtkmm/eventbox.h:30,
  16828. from applet.hpp:30,
  16829. from applet.cpp:44:
  16830. /usr/include/pangomm-1.4/pangomm/language.h:457:20: error: expected ‘,’ or ‘...’ before ‘&&’ token
  16831. Language(Language&& other) noexcept;
  16832. ^
  16833. /usr/include/pangomm-1.4/pangomm/language.h:457:28: error: invalid constructor; you probably meant ‘Pango::Language (const Pango::Language&)’
  16834. Language(Language&& other) noexcept;
  16835. ^
  16836. /usr/include/pangomm-1.4/pangomm/language.h:457:28: error: expected ‘;’ at end of member declaration
  16837. /usr/include/pangomm-1.4/pangomm/language.h:457:30: error: ‘noexcept’ does not name a type
  16838. Language(Language&& other) noexcept;
  16839. ^
  16840. /usr/include/pangomm-1.4/pangomm/language.h:458:31: error: expected ‘,’ or ‘...’ before ‘&&’ token
  16841. Language& operator=(Language&& other) noexcept;
  16842. ^
  16843. /usr/include/pangomm-1.4/pangomm/language.h:458:39: error: expected ‘;’ at end of member declaration
  16844. Language& operator=(Language&& other) noexcept;
  16845. ^
  16846. /usr/include/pangomm-1.4/pangomm/language.h:458:41: error: ‘noexcept’ does not name a type
  16847. Language& operator=(Language&& other) noexcept;
  16848. ^
  16849. /usr/include/pangomm-1.4/pangomm/language.h:460:13: error: expected ‘;’ at end of member declaration
  16850. ~Language() noexcept;
  16851. ^
  16852. /usr/include/pangomm-1.4/pangomm/language.h:460:15: error: ‘noexcept’ does not name a type
  16853. ~Language() noexcept;
  16854. ^
  16855. /usr/include/pangomm-1.4/pangomm/language.h:462:28: error: expected ‘;’ at end of member declaration
  16856. void swap(Language& other) noexcept;
  16857. ^
  16858. /usr/include/pangomm-1.4/pangomm/language.h:462:30: error: ‘noexcept’ does not name a type
  16859. void swap(Language& other) noexcept;
  16860. ^
  16861. In file included from /usr/include/pangomm-1.4/pangomm/fontset.h:32:0,
  16862. from /usr/include/pangomm-1.4/pangomm/context.h:37,
  16863. from /usr/include/gtkmm-2.4/gtkmm/widget.h:29,
  16864. from /usr/include/gtkmm-2.4/gtkmm/container.h:29,
  16865. from /usr/include/gtkmm-2.4/gtkmm/bin.h:30,
  16866. from /usr/include/gtkmm-2.4/gtkmm/eventbox.h:30,
  16867. from applet.hpp:30,
  16868. from applet.cpp:44:
  16869. /usr/include/pangomm-1.4/pangomm/language.h:567:48: error: expected initializer before ‘noexcept’
  16870. inline void swap(Language& lhs, Language& rhs) noexcept
  16871. ^
  16872. In file included from /usr/include/pangomm-1.4/pangomm/font.h:38:0,
  16873. from /usr/include/pangomm-1.4/pangomm/fontset.h:33,
  16874. from /usr/include/pangomm-1.4/pangomm/context.h:37,
  16875. from /usr/include/gtkmm-2.4/gtkmm/widget.h:29,
  16876. from /usr/include/gtkmm-2.4/gtkmm/container.h:29,
  16877. from /usr/include/gtkmm-2.4/gtkmm/bin.h:30,
  16878. from /usr/include/gtkmm-2.4/gtkmm/eventbox.h:30,
  16879. from applet.hpp:30,
  16880. from applet.cpp:44:
  16881. /usr/include/pangomm-1.4/pangomm/coverage.h:100:7: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
  16882. class Coverage final
  16883. ^
  16884. In file included from /usr/include/pangomm-1.4/pangomm/font.h:38:0,
  16885. from /usr/include/pangomm-1.4/pangomm/fontset.h:33,
  16886. from /usr/include/pangomm-1.4/pangomm/context.h:37,
  16887. from /usr/include/gtkmm-2.4/gtkmm/widget.h:29,
  16888. from /usr/include/gtkmm-2.4/gtkmm/container.h:29,
  16889. from /usr/include/gtkmm-2.4/gtkmm/bin.h:30,
  16890. from /usr/include/gtkmm-2.4/gtkmm/eventbox.h:30,
  16891. from applet.hpp:30,
  16892. from applet.cpp:44:
  16893. /usr/include/pangomm-1.4/pangomm/coverage.h:129:16: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  16894. Coverage() = delete;
  16895. ^
  16896. /usr/include/pangomm-1.4/pangomm/coverage.h:132:31: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  16897. Coverage(const Coverage&) = delete;
  16898. ^
  16899. /usr/include/pangomm-1.4/pangomm/coverage.h:133:42: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  16900. Coverage& operator=(const Coverage&) = delete;
  16901. ^
  16902. In file included from /usr/include/pangomm-1.4/pangomm/fontset.h:33:0,
  16903. from /usr/include/pangomm-1.4/pangomm/context.h:37,
  16904. from /usr/include/gtkmm-2.4/gtkmm/widget.h:29,
  16905. from /usr/include/gtkmm-2.4/gtkmm/container.h:29,
  16906. from /usr/include/gtkmm-2.4/gtkmm/bin.h:30,
  16907. from /usr/include/gtkmm-2.4/gtkmm/eventbox.h:30,
  16908. from applet.hpp:30,
  16909. from applet.cpp:44:
  16910. /usr/include/pangomm-1.4/pangomm/font.h:84:23: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  16911. Font(const Font&) = delete;
  16912. ^
  16913. /usr/include/pangomm-1.4/pangomm/font.h:85:34: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  16914. Font& operator=(const Font&) = delete;
  16915. ^
  16916. /usr/include/pangomm-1.4/pangomm/font.h:98:12: error: expected ‘,’ or ‘...’ before ‘&&’ token
  16917. Font(Font&& src) noexcept;
  16918. ^
  16919. /usr/include/pangomm-1.4/pangomm/font.h:98:18: error: invalid constructor; you probably meant ‘Pango::Font (const Pango::Font&)’
  16920. Font(Font&& src) noexcept;
  16921. ^
  16922. /usr/include/pangomm-1.4/pangomm/font.h:98:18: error: expected ‘;’ at end of member declaration
  16923. /usr/include/pangomm-1.4/pangomm/font.h:98:20: error: ‘noexcept’ does not name a type
  16924. Font(Font&& src) noexcept;
  16925. ^
  16926. /usr/include/pangomm-1.4/pangomm/font.h:99:23: error: expected ‘,’ or ‘...’ before ‘&&’ token
  16927. Font& operator=(Font&& src) noexcept;
  16928. ^
  16929. /usr/include/pangomm-1.4/pangomm/font.h:99:29: error: expected ‘;’ at end of member declaration
  16930. Font& operator=(Font&& src) noexcept;
  16931. ^
  16932. /usr/include/pangomm-1.4/pangomm/font.h:99:31: error: ‘noexcept’ does not name a type
  16933. Font& operator=(Font&& src) noexcept;
  16934. ^
  16935. /usr/include/pangomm-1.4/pangomm/font.h:101:17: error: expected ‘;’ at end of member declaration
  16936. virtual ~Font() noexcept;
  16937. ^
  16938. /usr/include/pangomm-1.4/pangomm/font.h:101:19: error: ‘noexcept’ does not name a type
  16939. virtual ~Font() noexcept;
  16940. ^
  16941. In file included from /usr/include/pangomm-1.4/pangomm/context.h:37:0,
  16942. from /usr/include/gtkmm-2.4/gtkmm/widget.h:29,
  16943. from /usr/include/gtkmm-2.4/gtkmm/container.h:29,
  16944. from /usr/include/gtkmm-2.4/gtkmm/bin.h:30,
  16945. from /usr/include/gtkmm-2.4/gtkmm/eventbox.h:30,
  16946. from applet.hpp:30,
  16947. from applet.cpp:44:
  16948. /usr/include/pangomm-1.4/pangomm/fontset.h:67:29: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  16949. Fontset(const Fontset&) = delete;
  16950. ^
  16951. /usr/include/pangomm-1.4/pangomm/fontset.h:68:40: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  16952. Fontset& operator=(const Fontset&) = delete;
  16953. ^
  16954. /usr/include/pangomm-1.4/pangomm/fontset.h:81:18: error: expected ‘,’ or ‘...’ before ‘&&’ token
  16955. Fontset(Fontset&& src) noexcept;
  16956. ^
  16957. /usr/include/pangomm-1.4/pangomm/fontset.h:81:24: error: invalid constructor; you probably meant ‘Pango::Fontset (const Pango::Fontset&)’
  16958. Fontset(Fontset&& src) noexcept;
  16959. ^
  16960. /usr/include/pangomm-1.4/pangomm/fontset.h:81:24: error: expected ‘;’ at end of member declaration
  16961. /usr/include/pangomm-1.4/pangomm/fontset.h:81:26: error: ‘noexcept’ does not name a type
  16962. Fontset(Fontset&& src) noexcept;
  16963. ^
  16964. /usr/include/pangomm-1.4/pangomm/fontset.h:82:29: error: expected ‘,’ or ‘...’ before ‘&&’ token
  16965. Fontset& operator=(Fontset&& src) noexcept;
  16966. ^
  16967. /usr/include/pangomm-1.4/pangomm/fontset.h:82:35: error: expected ‘;’ at end of member declaration
  16968. Fontset& operator=(Fontset&& src) noexcept;
  16969. ^
  16970. /usr/include/pangomm-1.4/pangomm/fontset.h:82:37: error: ‘noexcept’ does not name a type
  16971. Fontset& operator=(Fontset&& src) noexcept;
  16972. ^
  16973. /usr/include/pangomm-1.4/pangomm/fontset.h:84:20: error: expected ‘;’ at end of member declaration
  16974. virtual ~Fontset() noexcept;
  16975. ^
  16976. /usr/include/pangomm-1.4/pangomm/fontset.h:84:22: error: ‘noexcept’ does not name a type
  16977. virtual ~Fontset() noexcept;
  16978. ^
  16979. In file included from /usr/include/pangomm-1.4/pangomm/fontfamily.h:34:0,
  16980. from /usr/include/pangomm-1.4/pangomm/fontmap.h:36,
  16981. from /usr/include/pangomm-1.4/pangomm/context.h:38,
  16982. from /usr/include/gtkmm-2.4/gtkmm/widget.h:29,
  16983. from /usr/include/gtkmm-2.4/gtkmm/container.h:29,
  16984. from /usr/include/gtkmm-2.4/gtkmm/bin.h:30,
  16985. from /usr/include/gtkmm-2.4/gtkmm/eventbox.h:30,
  16986. from applet.hpp:30,
  16987. from applet.cpp:44:
  16988. /usr/include/pangomm-1.4/pangomm/fontface.h:67:31: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  16989. FontFace(const FontFace&) = delete;
  16990. ^
  16991. /usr/include/pangomm-1.4/pangomm/fontface.h:68:42: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  16992. FontFace& operator=(const FontFace&) = delete;
  16993. ^
  16994. /usr/include/pangomm-1.4/pangomm/fontface.h:81:20: error: expected ‘,’ or ‘...’ before ‘&&’ token
  16995. FontFace(FontFace&& src) noexcept;
  16996. ^
  16997. /usr/include/pangomm-1.4/pangomm/fontface.h:81:26: error: invalid constructor; you probably meant ‘Pango::FontFace (const Pango::FontFace&)’
  16998. FontFace(FontFace&& src) noexcept;
  16999. ^
  17000. /usr/include/pangomm-1.4/pangomm/fontface.h:81:26: error: expected ‘;’ at end of member declaration
  17001. /usr/include/pangomm-1.4/pangomm/fontface.h:81:28: error: ‘noexcept’ does not name a type
  17002. FontFace(FontFace&& src) noexcept;
  17003. ^
  17004. /usr/include/pangomm-1.4/pangomm/fontface.h:82:31: error: expected ‘,’ or ‘...’ before ‘&&’ token
  17005. FontFace& operator=(FontFace&& src) noexcept;
  17006. ^
  17007. /usr/include/pangomm-1.4/pangomm/fontface.h:82:37: error: expected ‘;’ at end of member declaration
  17008. FontFace& operator=(FontFace&& src) noexcept;
  17009. ^
  17010. /usr/include/pangomm-1.4/pangomm/fontface.h:82:39: error: ‘noexcept’ does not name a type
  17011. FontFace& operator=(FontFace&& src) noexcept;
  17012. ^
  17013. /usr/include/pangomm-1.4/pangomm/fontface.h:84:21: error: expected ‘;’ at end of member declaration
  17014. virtual ~FontFace() noexcept;
  17015. ^
  17016. /usr/include/pangomm-1.4/pangomm/fontface.h:84:23: error: ‘noexcept’ does not name a type
  17017. virtual ~FontFace() noexcept;
  17018. ^
  17019. In file included from /usr/include/pangomm-1.4/pangomm/fontmap.h:36:0,
  17020. from /usr/include/pangomm-1.4/pangomm/context.h:38,
  17021. from /usr/include/gtkmm-2.4/gtkmm/widget.h:29,
  17022. from /usr/include/gtkmm-2.4/gtkmm/container.h:29,
  17023. from /usr/include/gtkmm-2.4/gtkmm/bin.h:30,
  17024. from /usr/include/gtkmm-2.4/gtkmm/eventbox.h:30,
  17025. from applet.hpp:30,
  17026. from applet.cpp:44:
  17027. /usr/include/pangomm-1.4/pangomm/fontfamily.h:68:35: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  17028. FontFamily(const FontFamily&) = delete;
  17029. ^
  17030. /usr/include/pangomm-1.4/pangomm/fontfamily.h:69:46: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  17031. FontFamily& operator=(const FontFamily&) = delete;
  17032. ^
  17033. /usr/include/pangomm-1.4/pangomm/fontfamily.h:82:24: error: expected ‘,’ or ‘...’ before ‘&&’ token
  17034. FontFamily(FontFamily&& src) noexcept;
  17035. ^
  17036. /usr/include/pangomm-1.4/pangomm/fontfamily.h:82:30: error: invalid constructor; you probably meant ‘Pango::FontFamily (const Pango::FontFamily&)’
  17037. FontFamily(FontFamily&& src) noexcept;
  17038. ^
  17039. /usr/include/pangomm-1.4/pangomm/fontfamily.h:82:30: error: expected ‘;’ at end of member declaration
  17040. /usr/include/pangomm-1.4/pangomm/fontfamily.h:82:32: error: ‘noexcept’ does not name a type
  17041. FontFamily(FontFamily&& src) noexcept;
  17042. ^
  17043. /usr/include/pangomm-1.4/pangomm/fontfamily.h:83:35: error: expected ‘,’ or ‘...’ before ‘&&’ token
  17044. FontFamily& operator=(FontFamily&& src) noexcept;
  17045. ^
  17046. /usr/include/pangomm-1.4/pangomm/fontfamily.h:83:41: error: expected ‘;’ at end of member declaration
  17047. FontFamily& operator=(FontFamily&& src) noexcept;
  17048. ^
  17049. /usr/include/pangomm-1.4/pangomm/fontfamily.h:83:43: error: ‘noexcept’ does not name a type
  17050. FontFamily& operator=(FontFamily&& src) noexcept;
  17051. ^
  17052. /usr/include/pangomm-1.4/pangomm/fontfamily.h:85:23: error: expected ‘;’ at end of member declaration
  17053. virtual ~FontFamily() noexcept;
  17054. ^
  17055. /usr/include/pangomm-1.4/pangomm/fontfamily.h:85:25: error: ‘noexcept’ does not name a type
  17056. virtual ~FontFamily() noexcept;
  17057. ^
  17058. In file included from /usr/include/pangomm-1.4/pangomm/context.h:38:0,
  17059. from /usr/include/gtkmm-2.4/gtkmm/widget.h:29,
  17060. from /usr/include/gtkmm-2.4/gtkmm/container.h:29,
  17061. from /usr/include/gtkmm-2.4/gtkmm/bin.h:30,
  17062. from /usr/include/gtkmm-2.4/gtkmm/eventbox.h:30,
  17063. from applet.hpp:30,
  17064. from applet.cpp:44:
  17065. /usr/include/pangomm-1.4/pangomm/fontmap.h:71:29: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  17066. FontMap(const FontMap&) = delete;
  17067. ^
  17068. /usr/include/pangomm-1.4/pangomm/fontmap.h:72:40: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  17069. FontMap& operator=(const FontMap&) = delete;
  17070. ^
  17071. /usr/include/pangomm-1.4/pangomm/fontmap.h:85:18: error: expected ‘,’ or ‘...’ before ‘&&’ token
  17072. FontMap(FontMap&& src) noexcept;
  17073. ^
  17074. /usr/include/pangomm-1.4/pangomm/fontmap.h:85:24: error: invalid constructor; you probably meant ‘Pango::FontMap (const Pango::FontMap&)’
  17075. FontMap(FontMap&& src) noexcept;
  17076. ^
  17077. /usr/include/pangomm-1.4/pangomm/fontmap.h:85:24: error: expected ‘;’ at end of member declaration
  17078. /usr/include/pangomm-1.4/pangomm/fontmap.h:85:26: error: ‘noexcept’ does not name a type
  17079. FontMap(FontMap&& src) noexcept;
  17080. ^
  17081. /usr/include/pangomm-1.4/pangomm/fontmap.h:86:29: error: expected ‘,’ or ‘...’ before ‘&&’ token
  17082. FontMap& operator=(FontMap&& src) noexcept;
  17083. ^
  17084. /usr/include/pangomm-1.4/pangomm/fontmap.h:86:35: error: expected ‘;’ at end of member declaration
  17085. FontMap& operator=(FontMap&& src) noexcept;
  17086. ^
  17087. /usr/include/pangomm-1.4/pangomm/fontmap.h:86:37: error: ‘noexcept’ does not name a type
  17088. FontMap& operator=(FontMap&& src) noexcept;
  17089. ^
  17090. /usr/include/pangomm-1.4/pangomm/fontmap.h:88:20: error: expected ‘;’ at end of member declaration
  17091. virtual ~FontMap() noexcept;
  17092. ^
  17093. /usr/include/pangomm-1.4/pangomm/fontmap.h:88:22: error: ‘noexcept’ does not name a type
  17094. virtual ~FontMap() noexcept;
  17095. ^
  17096. In file included from /usr/include/pangomm-1.4/pangomm/attributes.h:31:0,
  17097. from /usr/include/pangomm-1.4/pangomm/item.h:27,
  17098. from /usr/include/pangomm-1.4/pangomm/context.h:39,
  17099. from /usr/include/gtkmm-2.4/gtkmm/widget.h:29,
  17100. from /usr/include/gtkmm-2.4/gtkmm/container.h:29,
  17101. from /usr/include/gtkmm-2.4/gtkmm/bin.h:30,
  17102. from /usr/include/gtkmm-2.4/gtkmm/eventbox.h:30,
  17103. from applet.hpp:30,
  17104. from applet.cpp:44:
  17105. /usr/include/pangomm-1.4/pangomm/color.h:45:27: error: expected ‘;’ at end of member declaration
  17106. Color(const Color& other) noexcept;
  17107. ^
  17108. /usr/include/pangomm-1.4/pangomm/color.h:45:29: error: ‘noexcept’ does not name a type
  17109. Color(const Color& other) noexcept;
  17110. ^
  17111. /usr/include/pangomm-1.4/pangomm/color.h:46:38: error: expected ‘;’ at end of member declaration
  17112. Color& operator=(const Color& other) noexcept;
  17113. ^
  17114. /usr/include/pangomm-1.4/pangomm/color.h:46:40: error: ‘noexcept’ does not name a type
  17115. Color& operator=(const Color& other) noexcept;
  17116. ^
  17117. /usr/include/pangomm-1.4/pangomm/color.h:48:14: error: expected ‘,’ or ‘...’ before ‘&&’ token
  17118. Color(Color&& other) noexcept;
  17119. ^
  17120. /usr/include/pangomm-1.4/pangomm/color.h:48:22: error: invalid constructor; you probably meant ‘Pango::Color (const Pango::Color&)’
  17121. Color(Color&& other) noexcept;
  17122. ^
  17123. /usr/include/pangomm-1.4/pangomm/color.h:48:22: error: expected ‘;’ at end of member declaration
  17124. /usr/include/pangomm-1.4/pangomm/color.h:48:24: error: ‘noexcept’ does not name a type
  17125. Color(Color&& other) noexcept;
  17126. ^
  17127. /usr/include/pangomm-1.4/pangomm/color.h:49:25: error: expected ‘,’ or ‘...’ before ‘&&’ token
  17128. Color& operator=(Color&& other) noexcept;
  17129. ^
  17130. /usr/include/pangomm-1.4/pangomm/color.h:49:33: error: expected ‘;’ at end of member declaration
  17131. Color& operator=(Color&& other) noexcept;
  17132. ^
  17133. /usr/include/pangomm-1.4/pangomm/color.h:49:35: error: ‘noexcept’ does not name a type
  17134. Color& operator=(Color&& other) noexcept;
  17135. ^
  17136. In file included from /usr/include/pangomm-1.4/pangomm/context.h:40:0,
  17137. from /usr/include/gtkmm-2.4/gtkmm/widget.h:29,
  17138. from /usr/include/gtkmm-2.4/gtkmm/container.h:29,
  17139. from /usr/include/gtkmm-2.4/gtkmm/bin.h:30,
  17140. from /usr/include/gtkmm-2.4/gtkmm/eventbox.h:30,
  17141. from applet.hpp:30,
  17142. from applet.cpp:44:
  17143. /usr/include/pangomm-1.4/pangomm/attrlist.h:70:20: error: expected ‘,’ or ‘...’ before ‘&&’ token
  17144. AttrList(AttrList&& other) noexcept;
  17145. ^
  17146. /usr/include/pangomm-1.4/pangomm/attrlist.h:70:28: error: invalid constructor; you probably meant ‘Pango::AttrList (const Pango::AttrList&)’
  17147. AttrList(AttrList&& other) noexcept;
  17148. ^
  17149. /usr/include/pangomm-1.4/pangomm/attrlist.h:70:28: error: expected ‘;’ at end of member declaration
  17150. /usr/include/pangomm-1.4/pangomm/attrlist.h:70:30: error: ‘noexcept’ does not name a type
  17151. AttrList(AttrList&& other) noexcept;
  17152. ^
  17153. /usr/include/pangomm-1.4/pangomm/attrlist.h:71:31: error: expected ‘,’ or ‘...’ before ‘&&’ token
  17154. AttrList& operator=(AttrList&& other) noexcept;
  17155. ^
  17156. /usr/include/pangomm-1.4/pangomm/attrlist.h:71:39: error: expected ‘;’ at end of member declaration
  17157. AttrList& operator=(AttrList&& other) noexcept;
  17158. ^
  17159. /usr/include/pangomm-1.4/pangomm/attrlist.h:71:41: error: ‘noexcept’ does not name a type
  17160. AttrList& operator=(AttrList&& other) noexcept;
  17161. ^
  17162. /usr/include/pangomm-1.4/pangomm/attrlist.h:73:13: error: expected ‘;’ at end of member declaration
  17163. ~AttrList() noexcept;
  17164. ^
  17165. /usr/include/pangomm-1.4/pangomm/attrlist.h:73:15: error: ‘noexcept’ does not name a type
  17166. ~AttrList() noexcept;
  17167. ^
  17168. /usr/include/pangomm-1.4/pangomm/attrlist.h:75:28: error: expected ‘;’ at end of member declaration
  17169. void swap(AttrList& other) noexcept;
  17170. ^
  17171. /usr/include/pangomm-1.4/pangomm/attrlist.h:75:30: error: ‘noexcept’ does not name a type
  17172. void swap(AttrList& other) noexcept;
  17173. ^
  17174. /usr/include/pangomm-1.4/pangomm/attrlist.h:182:48: error: expected initializer before ‘noexcept’
  17175. inline void swap(AttrList& lhs, AttrList& rhs) noexcept
  17176. ^
  17177. In file included from /usr/include/cairomm-1.0/cairomm/surface.h:38:0,
  17178. from /usr/include/cairomm-1.0/cairomm/context.h:24,
  17179. from /usr/include/pangomm-1.4/pangomm/context.h:43,
  17180. from /usr/include/gtkmm-2.4/gtkmm/widget.h:29,
  17181. from /usr/include/gtkmm-2.4/gtkmm/container.h:29,
  17182. from /usr/include/gtkmm-2.4/gtkmm/bin.h:30,
  17183. from /usr/include/gtkmm-2.4/gtkmm/eventbox.h:30,
  17184. from applet.hpp:30,
  17185. from applet.cpp:44:
  17186. /usr/include/cairomm-1.0/cairomm/exception.h:39:24: error: expected ‘;’ at end of member declaration
  17187. virtual ~logic_error() noexcept;
  17188. ^
  17189. /usr/include/cairomm-1.0/cairomm/exception.h:39:26: error: ‘noexcept’ does not name a type
  17190. virtual ~logic_error() noexcept;
  17191. ^
  17192. /usr/include/cairomm-1.0/cairomm/exception.h:39:11: error: looser throw specifier for ‘virtual Cairo::logic_error::~logic_error()’
  17193. virtual ~logic_error() noexcept;
  17194. ^
  17195. In file included from /usr/include/glibmm-2.4/glibmm/variant.h:34:0,
  17196. from /usr/include/glibmm-2.4/glibmm/containerhandle_shared.h:25,
  17197. from /usr/include/glibmm-2.4/glibmm/arrayhandle.h:23,
  17198. from /usr/include/glibmm-2.4/glibmm.h:91,
  17199. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  17200. from applet.cpp:29:
  17201. /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/include/g++-v4/stdexcept:64:13: error: overriding ‘virtual std::logic_error::~logic_error() throw ()’
  17202. virtual ~logic_error() _GLIBCXX_USE_NOEXCEPT;
  17203. ^
  17204. In file included from /usr/include/cairomm-1.0/cairomm/device.h:24:0,
  17205. from /usr/include/cairomm-1.0/cairomm/surface.h:39,
  17206. from /usr/include/cairomm-1.0/cairomm/context.h:24,
  17207. from /usr/include/pangomm-1.4/pangomm/context.h:43,
  17208. from /usr/include/gtkmm-2.4/gtkmm/widget.h:29,
  17209. from /usr/include/gtkmm-2.4/gtkmm/container.h:29,
  17210. from /usr/include/gtkmm-2.4/gtkmm/bin.h:30,
  17211. from /usr/include/gtkmm-2.4/gtkmm/eventbox.h:30,
  17212. from applet.hpp:30,
  17213. from applet.cpp:44:
  17214. /usr/include/cairomm-1.0/cairomm/refptr.h:55:17: error: expected ‘;’ at end of member declaration
  17215. inline RefPtr() noexcept;
  17216. ^
  17217. /usr/include/cairomm-1.0/cairomm/refptr.h:55:19: error: ‘noexcept’ does not name a type
  17218. inline RefPtr() noexcept;
  17219. ^
  17220. /usr/include/cairomm-1.0/cairomm/refptr.h:58:18: error: expected ‘;’ at end of member declaration
  17221. inline ~RefPtr() noexcept;
  17222. ^
  17223. /usr/include/cairomm-1.0/cairomm/refptr.h:58:20: error: ‘noexcept’ does not name a type
  17224. inline ~RefPtr() noexcept;
  17225. ^
  17226. /usr/include/cairomm-1.0/cairomm/refptr.h:71:49: error: expected ‘;’ at end of member declaration
  17227. explicit inline RefPtr(T_CppObject* pCppObject) noexcept;
  17228. ^
  17229. /usr/include/cairomm-1.0/cairomm/refptr.h:71:51: error: ‘noexcept’ does not name a type
  17230. explicit inline RefPtr(T_CppObject* pCppObject) noexcept;
  17231. ^
  17232. /usr/include/cairomm-1.0/cairomm/refptr.h:74:64: error: expected ‘;’ at end of member declaration
  17233. explicit inline RefPtr(T_CppObject* pCppObject, int* refcount) noexcept;
  17234. ^
  17235. /usr/include/cairomm-1.0/cairomm/refptr.h:74:66: error: ‘noexcept’ does not name a type
  17236. explicit inline RefPtr(T_CppObject* pCppObject, int* refcount) noexcept;
  17237. ^
  17238. /usr/include/cairomm-1.0/cairomm/refptr.h:78:23: error: expected ‘,’ or ‘...’ before ‘&&’ token
  17239. inline RefPtr(RefPtr&& src) noexcept;
  17240. ^
  17241. /usr/include/cairomm-1.0/cairomm/refptr.h:78:29: error: invalid constructor; you probably meant ‘Cairo::RefPtr<T_CppObject> (const Cairo::RefPtr<T_CppObject>&)’
  17242. inline RefPtr(RefPtr&& src) noexcept;
  17243. ^
  17244. /usr/include/cairomm-1.0/cairomm/refptr.h:78:29: error: expected ‘;’ at end of member declaration
  17245. /usr/include/cairomm-1.0/cairomm/refptr.h:78:31: error: ‘noexcept’ does not name a type
  17246. inline RefPtr(RefPtr&& src) noexcept;
  17247. ^
  17248. /usr/include/cairomm-1.0/cairomm/refptr.h:83:35: error: expected ‘,’ or ‘...’ before ‘&&’ token
  17249. inline RefPtr(RefPtr<T_CastFrom>&& src) noexcept;
  17250. ^
  17251. /usr/include/cairomm-1.0/cairomm/refptr.h:83:43: error: expected initializer before ‘noexcept’
  17252. inline RefPtr(RefPtr<T_CastFrom>&& src) noexcept;
  17253. ^
  17254. /usr/include/cairomm-1.0/cairomm/refptr.h:89:47: error: expected ‘;’ at end of member declaration
  17255. inline RefPtr(const RefPtr<T_CppObject>& src) noexcept;
  17256. ^
  17257. /usr/include/cairomm-1.0/cairomm/refptr.h:89:49: error: ‘noexcept’ does not name a type
  17258. inline RefPtr(const RefPtr<T_CppObject>& src) noexcept;
  17259. ^
  17260. /usr/include/cairomm-1.0/cairomm/refptr.h:96:48: error: expected initializer before ‘noexcept’
  17261. inline RefPtr(const RefPtr<T_CastFrom>& src) noexcept;
  17262. ^
  17263. /usr/include/cairomm-1.0/cairomm/refptr.h:103:46: error: expected ‘;’ at end of member declaration
  17264. inline void swap(RefPtr<T_CppObject>& other) noexcept;
  17265. ^
  17266. /usr/include/cairomm-1.0/cairomm/refptr.h:103:48: error: ‘noexcept’ does not name a type
  17267. inline void swap(RefPtr<T_CppObject>& other) noexcept;
  17268. ^
  17269. /usr/include/cairomm-1.0/cairomm/refptr.h:106:71: error: expected ‘;’ at end of member declaration
  17270. inline RefPtr<T_CppObject>& operator=(const RefPtr<T_CppObject>& src) noexcept;
  17271. ^
  17272. /usr/include/cairomm-1.0/cairomm/refptr.h:106:73: error: ‘noexcept’ does not name a type
  17273. inline RefPtr<T_CppObject>& operator=(const RefPtr<T_CppObject>& src) noexcept;
  17274. ^
  17275. /usr/include/cairomm-1.0/cairomm/refptr.h:113:72: error: expected initializer before ‘noexcept’
  17276. inline RefPtr<T_CppObject>& operator=(const RefPtr<T_CastFrom>& src) noexcept;
  17277. ^
  17278. /usr/include/cairomm-1.0/cairomm/refptr.h:116:34: error: expected ‘,’ or ‘...’ before ‘&&’ token
  17279. inline RefPtr& operator=(RefPtr&& src) noexcept;
  17280. ^
  17281. /usr/include/cairomm-1.0/cairomm/refptr.h:116:40: error: expected ‘;’ at end of member declaration
  17282. inline RefPtr& operator=(RefPtr&& src) noexcept;
  17283. ^
  17284. /usr/include/cairomm-1.0/cairomm/refptr.h:116:42: error: ‘noexcept’ does not name a type
  17285. inline RefPtr& operator=(RefPtr&& src) noexcept;
  17286. ^
  17287. /usr/include/cairomm-1.0/cairomm/refptr.h:120:46: error: expected ‘,’ or ‘...’ before ‘&&’ token
  17288. inline RefPtr& operator=(RefPtr<T_CastFrom>&& src) noexcept;
  17289. ^
  17290. /usr/include/cairomm-1.0/cairomm/refptr.h:120:54: error: expected initializer before ‘noexcept’
  17291. inline RefPtr& operator=(RefPtr<T_CastFrom>&& src) noexcept;
  17292. ^
  17293. /usr/include/cairomm-1.0/cairomm/refptr.h:123:58: error: expected ‘;’ at end of member declaration
  17294. inline bool operator==(const RefPtr<T_CppObject>& src) const noexcept;
  17295. ^
  17296. /usr/include/cairomm-1.0/cairomm/refptr.h:123:64: error: ‘noexcept’ does not name a type
  17297. inline bool operator==(const RefPtr<T_CppObject>& src) const noexcept;
  17298. ^
  17299. /usr/include/cairomm-1.0/cairomm/refptr.h:126:58: error: expected ‘;’ at end of member declaration
  17300. inline bool operator!=(const RefPtr<T_CppObject>& src) const noexcept;
  17301. ^
  17302. /usr/include/cairomm-1.0/cairomm/refptr.h:126:64: error: ‘noexcept’ does not name a type
  17303. inline bool operator!=(const RefPtr<T_CppObject>& src) const noexcept;
  17304. ^
  17305. /usr/include/cairomm-1.0/cairomm/refptr.h:133:36: error: expected ‘;’ at end of member declaration
  17306. inline T_CppObject* operator->() const noexcept;
  17307. ^
  17308. /usr/include/cairomm-1.0/cairomm/refptr.h:133:42: error: ‘noexcept’ does not name a type
  17309. inline T_CppObject* operator->() const noexcept;
  17310. ^
  17311. /usr/include/cairomm-1.0/cairomm/refptr.h:143:26: error: expected ‘;’ at end of member declaration
  17312. inline operator bool() const noexcept;
  17313. ^
  17314. /usr/include/cairomm-1.0/cairomm/refptr.h:143:32: error: ‘noexcept’ does not name a type
  17315. inline operator bool() const noexcept;
  17316. ^
  17317. /usr/include/cairomm-1.0/cairomm/refptr.h:146:21: error: expected ‘;’ at end of member declaration
  17318. inline void clear() noexcept;
  17319. ^
  17320. /usr/include/cairomm-1.0/cairomm/refptr.h:146:23: error: ‘noexcept’ does not name a type
  17321. inline void clear() noexcept;
  17322. ^
  17323. /usr/include/cairomm-1.0/cairomm/refptr.h:157:81: error: expected initializer before ‘noexcept’
  17324. static inline RefPtr<T_CppObject> cast_dynamic(const RefPtr<T_CastFrom>& src) noexcept;
  17325. ^
  17326. /usr/include/cairomm-1.0/cairomm/refptr.h:167:80: error: expected initializer before ‘noexcept’
  17327. static inline RefPtr<T_CppObject> cast_static(const RefPtr<T_CastFrom>& src) noexcept;
  17328. ^
  17329. /usr/include/cairomm-1.0/cairomm/refptr.h:177:79: error: expected initializer before ‘noexcept’
  17330. static inline RefPtr<T_CppObject> cast_const(const RefPtr<T_CastFrom>& src) noexcept;
  17331. ^
  17332. /usr/include/cairomm-1.0/cairomm/refptr.h:184:27: error: expected ‘;’ at end of member declaration
  17333. inline int* refcount_() const noexcept { return pCppRefcount_; }
  17334. ^
  17335. /usr/include/cairomm-1.0/cairomm/refptr.h:184:33: error: ‘noexcept’ does not name a type
  17336. inline int* refcount_() const noexcept { return pCppRefcount_; }
  17337. ^
  17338. /usr/include/cairomm-1.0/cairomm/refptr.h:189:14: error: expected ‘;’ at end of member declaration
  17339. void unref() noexcept;
  17340. ^
  17341. /usr/include/cairomm-1.0/cairomm/refptr.h:189:16: error: ‘noexcept’ does not name a type
  17342. void unref() noexcept;
  17343. ^
  17344. /usr/include/cairomm-1.0/cairomm/refptr.h:202:54: error: expected initializer before ‘noexcept’
  17345. T_CppObject* RefPtr<T_CppObject>::operator->() const noexcept
  17346. ^
  17347. /usr/include/cairomm-1.0/cairomm/refptr.h:208:31: error: expected initializer before ‘noexcept’
  17348. RefPtr<T_CppObject>::RefPtr() noexcept
  17349. ^
  17350. /usr/include/cairomm-1.0/cairomm/refptr.h:215:32: error: expected initializer before ‘noexcept’
  17351. RefPtr<T_CppObject>::~RefPtr() noexcept
  17352. ^
  17353. /usr/include/cairomm-1.0/cairomm/refptr.h:221:35: error: expected initializer before ‘noexcept’
  17354. void RefPtr<T_CppObject>::unref() noexcept
  17355. ^
  17356. /usr/include/cairomm-1.0/cairomm/refptr.h:243:54: error: expected initializer before ‘noexcept’
  17357. RefPtr<T_CppObject>::RefPtr(T_CppObject* pCppObject) noexcept
  17358. ^
  17359. /usr/include/cairomm-1.0/cairomm/refptr.h:257:69: error: expected initializer before ‘noexcept’
  17360. RefPtr<T_CppObject>::RefPtr(T_CppObject* pCppObject, int* refcount) noexcept
  17361. ^
  17362. /usr/include/cairomm-1.0/cairomm/refptr.h:267:61: error: expected initializer before ‘noexcept’
  17363. RefPtr<T_CppObject>::RefPtr(const RefPtr<T_CppObject>& src) noexcept
  17364. ^
  17365. /usr/include/cairomm-1.0/cairomm/refptr.h:277:35: error: expected ‘,’ or ‘...’ before ‘&&’ token
  17366. RefPtr<T_CppObject>::RefPtr(RefPtr&& src) noexcept
  17367. ^
  17368. /usr/include/cairomm-1.0/cairomm/refptr.h:277:43: error: expected initializer before ‘noexcept’
  17369. RefPtr<T_CppObject>::RefPtr(RefPtr&& src) noexcept
  17370. ^
  17371. /usr/include/cairomm-1.0/cairomm/refptr.h:289:47: error: expected ‘,’ or ‘...’ before ‘&&’ token
  17372. RefPtr<T_CppObject>::RefPtr(RefPtr<T_CastFrom>&& src) noexcept
  17373. ^
  17374. /usr/include/cairomm-1.0/cairomm/refptr.h:289:55: error: expected initializer before ‘noexcept’
  17375. RefPtr<T_CppObject>::RefPtr(RefPtr<T_CastFrom>&& src) noexcept
  17376. ^
  17377. /usr/include/cairomm-1.0/cairomm/refptr.h:304:60: error: expected initializer before ‘noexcept’
  17378. RefPtr<T_CppObject>::RefPtr(const RefPtr<T_CastFrom>& src) noexcept
  17379. ^
  17380. /usr/include/cairomm-1.0/cairomm/refptr.h:318:60: error: expected initializer before ‘noexcept’
  17381. void RefPtr<T_CppObject>::swap(RefPtr<T_CppObject>& other) noexcept
  17382. ^
  17383. /usr/include/cairomm-1.0/cairomm/refptr.h:331:85: error: expected initializer before ‘noexcept’
  17384. RefPtr<T_CppObject>& RefPtr<T_CppObject>::operator=(const RefPtr<T_CppObject>& src) noexcept
  17385. ^
  17386. /usr/include/cairomm-1.0/cairomm/refptr.h:363:59: error: expected ‘,’ or ‘...’ before ‘&&’ token
  17387. RefPtr<T_CppObject>& RefPtr<T_CppObject>::operator=(RefPtr&& src) noexcept
  17388. ^
  17389. /usr/include/cairomm-1.0/cairomm/refptr.h:363:67: error: expected initializer before ‘noexcept’
  17390. RefPtr<T_CppObject>& RefPtr<T_CppObject>::operator=(RefPtr&& src) noexcept
  17391. ^
  17392. /usr/include/cairomm-1.0/cairomm/refptr.h:376:71: error: expected ‘,’ or ‘...’ before ‘&&’ token
  17393. RefPtr<T_CppObject>& RefPtr<T_CppObject>::operator=(RefPtr<T_CastFrom>&& src) noexcept
  17394. ^
  17395. /usr/include/cairomm-1.0/cairomm/refptr.h:376:79: error: expected initializer before ‘noexcept’
  17396. RefPtr<T_CppObject>& RefPtr<T_CppObject>::operator=(RefPtr<T_CastFrom>&& src) noexcept
  17397. ^
  17398. /usr/include/cairomm-1.0/cairomm/refptr.h:389:84: error: expected initializer before ‘noexcept’
  17399. RefPtr<T_CppObject>& RefPtr<T_CppObject>::operator=(const RefPtr<T_CastFrom>& src) noexcept
  17400. ^
  17401. /usr/include/cairomm-1.0/cairomm/refptr.h:397:76: error: expected initializer before ‘noexcept’
  17402. bool RefPtr<T_CppObject>::operator==(const RefPtr<T_CppObject>& src) const noexcept
  17403. ^
  17404. /usr/include/cairomm-1.0/cairomm/refptr.h:403:76: error: expected initializer before ‘noexcept’
  17405. bool RefPtr<T_CppObject>::operator!=(const RefPtr<T_CppObject>& src) const noexcept
  17406. ^
  17407. /usr/include/cairomm-1.0/cairomm/refptr.h:409:44: error: expected initializer before ‘noexcept’
  17408. RefPtr<T_CppObject>::operator bool() const noexcept
  17409. ^
  17410. /usr/include/cairomm-1.0/cairomm/refptr.h:415:35: error: expected initializer before ‘noexcept’
  17411. void RefPtr<T_CppObject>::clear() noexcept
  17412. ^
  17413. /usr/include/cairomm-1.0/cairomm/refptr.h:424:86: error: expected initializer before ‘noexcept’
  17414. RefPtr<T_CppObject> RefPtr<T_CppObject>::cast_dynamic(const RefPtr<T_CastFrom>& src) noexcept
  17415. ^
  17416. /usr/include/cairomm-1.0/cairomm/refptr.h:437:85: error: expected initializer before ‘noexcept’
  17417. RefPtr<T_CppObject> RefPtr<T_CppObject>::cast_static(const RefPtr<T_CastFrom>& src) noexcept
  17418. ^
  17419. /usr/include/cairomm-1.0/cairomm/refptr.h:447:84: error: expected initializer before ‘noexcept’
  17420. RefPtr<T_CppObject> RefPtr<T_CppObject>::cast_const(const RefPtr<T_CastFrom>& src) noexcept
  17421. ^
  17422. /usr/include/cairomm-1.0/cairomm/refptr.h:458:63: error: expected initializer before ‘noexcept’
  17423. void swap(RefPtr<T_CppObject>& lhs, RefPtr<T_CppObject>& rhs) noexcept
  17424. ^
  17425. In file included from /usr/include/cairomm-1.0/cairomm/context.h:24:0,
  17426. from /usr/include/pangomm-1.4/pangomm/context.h:43,
  17427. from /usr/include/gtkmm-2.4/gtkmm/widget.h:29,
  17428. from /usr/include/gtkmm-2.4/gtkmm/container.h:29,
  17429. from /usr/include/gtkmm-2.4/gtkmm/bin.h:30,
  17430. from /usr/include/gtkmm-2.4/gtkmm/eventbox.h:30,
  17431. from applet.hpp:30,
  17432. from applet.cpp:44:
  17433. /usr/include/cairomm-1.0/cairomm/surface.h:119:29: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  17434. Surface(const Surface&) = delete;
  17435. ^
  17436. /usr/include/cairomm-1.0/cairomm/surface.h:120:40: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  17437. Surface& operator=(const Surface&) = delete;
  17438. ^
  17439. In file included from /usr/include/cairomm-1.0/cairomm/context.h:25:0,
  17440. from /usr/include/pangomm-1.4/pangomm/context.h:43,
  17441. from /usr/include/gtkmm-2.4/gtkmm/widget.h:29,
  17442. from /usr/include/gtkmm-2.4/gtkmm/container.h:29,
  17443. from /usr/include/gtkmm-2.4/gtkmm/bin.h:30,
  17444. from /usr/include/gtkmm-2.4/gtkmm/eventbox.h:30,
  17445. from applet.hpp:30,
  17446. from applet.cpp:44:
  17447. /usr/include/cairomm-1.0/cairomm/fontface.h:61:31: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  17448. FontFace(const FontFace&) = delete;
  17449. ^
  17450. /usr/include/cairomm-1.0/cairomm/fontface.h:62:42: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  17451. FontFace& operator=(const FontFace&) = delete;
  17452. ^
  17453. In file included from /usr/include/cairomm-1.0/cairomm/context.h:27:0,
  17454. from /usr/include/pangomm-1.4/pangomm/context.h:43,
  17455. from /usr/include/gtkmm-2.4/gtkmm/widget.h:29,
  17456. from /usr/include/gtkmm-2.4/gtkmm/container.h:29,
  17457. from /usr/include/gtkmm-2.4/gtkmm/bin.h:30,
  17458. from /usr/include/gtkmm-2.4/gtkmm/eventbox.h:30,
  17459. from applet.hpp:30,
  17460. from applet.cpp:44:
  17461. /usr/include/cairomm-1.0/cairomm/pattern.h:59:29: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  17462. Pattern(const Pattern&) = delete;
  17463. ^
  17464. /usr/include/cairomm-1.0/cairomm/pattern.h:60:40: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  17465. Pattern& operator=(const Pattern&) = delete;
  17466. ^
  17467. In file included from /usr/include/cairomm-1.0/cairomm/context.h:28:0,
  17468. from /usr/include/pangomm-1.4/pangomm/context.h:43,
  17469. from /usr/include/gtkmm-2.4/gtkmm/widget.h:29,
  17470. from /usr/include/gtkmm-2.4/gtkmm/container.h:29,
  17471. from /usr/include/gtkmm-2.4/gtkmm/bin.h:30,
  17472. from /usr/include/gtkmm-2.4/gtkmm/eventbox.h:30,
  17473. from applet.hpp:30,
  17474. from applet.cpp:44:
  17475. /usr/include/cairomm-1.0/cairomm/path.h:44:23: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  17476. Path(const Path&) = delete;
  17477. ^
  17478. /usr/include/cairomm-1.0/cairomm/path.h:45:34: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  17479. Path& operator=(const Path&) = delete;
  17480. ^
  17481. In file included from /usr/include/cairomm-1.0/cairomm/context.h:29:0,
  17482. from /usr/include/pangomm-1.4/pangomm/context.h:43,
  17483. from /usr/include/gtkmm-2.4/gtkmm/widget.h:29,
  17484. from /usr/include/gtkmm-2.4/gtkmm/container.h:29,
  17485. from /usr/include/gtkmm-2.4/gtkmm/bin.h:30,
  17486. from /usr/include/gtkmm-2.4/gtkmm/eventbox.h:30,
  17487. from applet.hpp:30,
  17488. from applet.cpp:44:
  17489. /usr/include/cairomm-1.0/cairomm/scaledfont.h:68:35: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  17490. ScaledFont(const ScaledFont&) = delete;
  17491. ^
  17492. /usr/include/cairomm-1.0/cairomm/scaledfont.h:69:46: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  17493. ScaledFont& operator=(const ScaledFont&) = delete;
  17494. ^
  17495. In file included from /usr/include/pangomm-1.4/pangomm/context.h:43:0,
  17496. from /usr/include/gtkmm-2.4/gtkmm/widget.h:29,
  17497. from /usr/include/gtkmm-2.4/gtkmm/container.h:29,
  17498. from /usr/include/gtkmm-2.4/gtkmm/bin.h:30,
  17499. from /usr/include/gtkmm-2.4/gtkmm/eventbox.h:30,
  17500. from applet.hpp:30,
  17501. from applet.cpp:44:
  17502. /usr/include/cairomm-1.0/cairomm/context.h:67:29: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  17503. Context(const Context&) = delete;
  17504. ^
  17505. /usr/include/cairomm-1.0/cairomm/context.h:68:40: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  17506. Context& operator=(const Context&) = delete;
  17507. ^
  17508. In file included from /usr/include/gtkmm-2.4/gtkmm/widget.h:29:0,
  17509. from /usr/include/gtkmm-2.4/gtkmm/container.h:29,
  17510. from /usr/include/gtkmm-2.4/gtkmm/bin.h:30,
  17511. from /usr/include/gtkmm-2.4/gtkmm/eventbox.h:30,
  17512. from applet.hpp:30,
  17513. from applet.cpp:44:
  17514. /usr/include/pangomm-1.4/pangomm/context.h:234:29: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  17515. Context(const Context&) = delete;
  17516. ^
  17517. /usr/include/pangomm-1.4/pangomm/context.h:235:40: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  17518. Context& operator=(const Context&) = delete;
  17519. ^
  17520. /usr/include/pangomm-1.4/pangomm/context.h:248:18: error: expected ‘,’ or ‘...’ before ‘&&’ token
  17521. Context(Context&& src) noexcept;
  17522. ^
  17523. /usr/include/pangomm-1.4/pangomm/context.h:248:24: error: invalid constructor; you probably meant ‘Pango::Context (const Pango::Context&)’
  17524. Context(Context&& src) noexcept;
  17525. ^
  17526. /usr/include/pangomm-1.4/pangomm/context.h:248:24: error: expected ‘;’ at end of member declaration
  17527. /usr/include/pangomm-1.4/pangomm/context.h:248:26: error: ‘noexcept’ does not name a type
  17528. Context(Context&& src) noexcept;
  17529. ^
  17530. /usr/include/pangomm-1.4/pangomm/context.h:249:29: error: expected ‘,’ or ‘...’ before ‘&&’ token
  17531. Context& operator=(Context&& src) noexcept;
  17532. ^
  17533. /usr/include/pangomm-1.4/pangomm/context.h:249:35: error: expected ‘;’ at end of member declaration
  17534. Context& operator=(Context&& src) noexcept;
  17535. ^
  17536. /usr/include/pangomm-1.4/pangomm/context.h:249:37: error: ‘noexcept’ does not name a type
  17537. Context& operator=(Context&& src) noexcept;
  17538. ^
  17539. /usr/include/pangomm-1.4/pangomm/context.h:251:20: error: expected ‘;’ at end of member declaration
  17540. virtual ~Context() noexcept;
  17541. ^
  17542. /usr/include/pangomm-1.4/pangomm/context.h:251:22: error: ‘noexcept’ does not name a type
  17543. virtual ~Context() noexcept;
  17544. ^
  17545. In file included from /usr/include/pangomm-1.4/pangomm/layout.h:38:0,
  17546. from /usr/include/gtkmm-2.4/gtkmm/widget.h:30,
  17547. from /usr/include/gtkmm-2.4/gtkmm/container.h:29,
  17548. from /usr/include/gtkmm-2.4/gtkmm/bin.h:30,
  17549. from /usr/include/gtkmm-2.4/gtkmm/eventbox.h:30,
  17550. from applet.hpp:30,
  17551. from applet.cpp:44:
  17552. /usr/include/pangomm-1.4/pangomm/tabarray.h:104:20: error: expected ‘,’ or ‘...’ before ‘&&’ token
  17553. TabArray(TabArray&& other) noexcept;
  17554. ^
  17555. /usr/include/pangomm-1.4/pangomm/tabarray.h:104:28: error: invalid constructor; you probably meant ‘Pango::TabArray (const Pango::TabArray&)’
  17556. TabArray(TabArray&& other) noexcept;
  17557. ^
  17558. /usr/include/pangomm-1.4/pangomm/tabarray.h:104:28: error: expected ‘;’ at end of member declaration
  17559. /usr/include/pangomm-1.4/pangomm/tabarray.h:104:30: error: ‘noexcept’ does not name a type
  17560. TabArray(TabArray&& other) noexcept;
  17561. ^
  17562. /usr/include/pangomm-1.4/pangomm/tabarray.h:105:31: error: expected ‘,’ or ‘...’ before ‘&&’ token
  17563. TabArray& operator=(TabArray&& other) noexcept;
  17564. ^
  17565. /usr/include/pangomm-1.4/pangomm/tabarray.h:105:39: error: expected ‘;’ at end of member declaration
  17566. TabArray& operator=(TabArray&& other) noexcept;
  17567. ^
  17568. /usr/include/pangomm-1.4/pangomm/tabarray.h:105:41: error: ‘noexcept’ does not name a type
  17569. TabArray& operator=(TabArray&& other) noexcept;
  17570. ^
  17571. /usr/include/pangomm-1.4/pangomm/tabarray.h:107:13: error: expected ‘;’ at end of member declaration
  17572. ~TabArray() noexcept;
  17573. ^
  17574. /usr/include/pangomm-1.4/pangomm/tabarray.h:107:15: error: ‘noexcept’ does not name a type
  17575. ~TabArray() noexcept;
  17576. ^
  17577. /usr/include/pangomm-1.4/pangomm/tabarray.h:109:28: error: expected ‘;’ at end of member declaration
  17578. void swap(TabArray& other) noexcept;
  17579. ^
  17580. /usr/include/pangomm-1.4/pangomm/tabarray.h:109:30: error: ‘noexcept’ does not name a type
  17581. void swap(TabArray& other) noexcept;
  17582. ^
  17583. In file included from /usr/include/pangomm-1.4/pangomm/layout.h:38:0,
  17584. from /usr/include/gtkmm-2.4/gtkmm/widget.h:30,
  17585. from /usr/include/gtkmm-2.4/gtkmm/container.h:29,
  17586. from /usr/include/gtkmm-2.4/gtkmm/bin.h:30,
  17587. from /usr/include/gtkmm-2.4/gtkmm/eventbox.h:30,
  17588. from applet.hpp:30,
  17589. from applet.cpp:44:
  17590. /usr/include/pangomm-1.4/pangomm/tabarray.h:184:48: error: expected initializer before ‘noexcept’
  17591. inline void swap(TabArray& lhs, TabArray& rhs) noexcept
  17592. ^
  17593. In file included from /usr/include/pangomm-1.4/pangomm/layout.h:39:0,
  17594. from /usr/include/gtkmm-2.4/gtkmm/widget.h:30,
  17595. from /usr/include/gtkmm-2.4/gtkmm/container.h:29,
  17596. from /usr/include/gtkmm-2.4/gtkmm/bin.h:30,
  17597. from /usr/include/gtkmm-2.4/gtkmm/eventbox.h:30,
  17598. from applet.hpp:30,
  17599. from applet.cpp:44:
  17600. /usr/include/pangomm-1.4/pangomm/layoutline.h:48:7: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
  17601. class LayoutLine final
  17602. ^
  17603. In file included from /usr/include/pangomm-1.4/pangomm/layout.h:39:0,
  17604. from /usr/include/gtkmm-2.4/gtkmm/widget.h:30,
  17605. from /usr/include/gtkmm-2.4/gtkmm/container.h:29,
  17606. from /usr/include/gtkmm-2.4/gtkmm/bin.h:30,
  17607. from /usr/include/gtkmm-2.4/gtkmm/eventbox.h:30,
  17608. from applet.hpp:30,
  17609. from applet.cpp:44:
  17610. /usr/include/pangomm-1.4/pangomm/layoutline.h:76:18: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  17611. LayoutLine() = delete;
  17612. ^
  17613. /usr/include/pangomm-1.4/pangomm/layoutline.h:79:35: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  17614. LayoutLine(const LayoutLine&) = delete;
  17615. ^
  17616. /usr/include/pangomm-1.4/pangomm/layoutline.h:80:46: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  17617. LayoutLine& operator=(const LayoutLine&) = delete;
  17618. ^
  17619. In file included from /usr/include/pangomm-1.4/pangomm/layoutiter.h:32:0,
  17620. from /usr/include/pangomm-1.4/pangomm/layout.h:40,
  17621. from /usr/include/gtkmm-2.4/gtkmm/widget.h:30,
  17622. from /usr/include/gtkmm-2.4/gtkmm/container.h:29,
  17623. from /usr/include/gtkmm-2.4/gtkmm/bin.h:30,
  17624. from /usr/include/gtkmm-2.4/gtkmm/eventbox.h:30,
  17625. from applet.hpp:30,
  17626. from applet.cpp:44:
  17627. /usr/include/pangomm-1.4/pangomm/layoutrun.h:74:22: error: expected ‘,’ or ‘...’ before ‘&&’ token
  17628. LayoutRun(LayoutRun&& other) noexcept;
  17629. ^
  17630. /usr/include/pangomm-1.4/pangomm/layoutrun.h:74:30: error: invalid constructor; you probably meant ‘Pango::LayoutRun (const Pango::LayoutRun&)’
  17631. LayoutRun(LayoutRun&& other) noexcept;
  17632. ^
  17633. /usr/include/pangomm-1.4/pangomm/layoutrun.h:74:30: error: expected ‘;’ at end of member declaration
  17634. /usr/include/pangomm-1.4/pangomm/layoutrun.h:74:32: error: ‘noexcept’ does not name a type
  17635. LayoutRun(LayoutRun&& other) noexcept;
  17636. ^
  17637. /usr/include/pangomm-1.4/pangomm/layoutrun.h:75:33: error: expected ‘,’ or ‘...’ before ‘&&’ token
  17638. LayoutRun& operator=(LayoutRun&& other) noexcept;
  17639. ^
  17640. /usr/include/pangomm-1.4/pangomm/layoutrun.h:75:41: error: expected ‘;’ at end of member declaration
  17641. LayoutRun& operator=(LayoutRun&& other) noexcept;
  17642. ^
  17643. /usr/include/pangomm-1.4/pangomm/layoutrun.h:75:43: error: ‘noexcept’ does not name a type
  17644. LayoutRun& operator=(LayoutRun&& other) noexcept;
  17645. ^
  17646. /usr/include/pangomm-1.4/pangomm/layoutrun.h:77:14: error: expected ‘;’ at end of member declaration
  17647. ~LayoutRun() noexcept;
  17648. ^
  17649. /usr/include/pangomm-1.4/pangomm/layoutrun.h:77:16: error: ‘noexcept’ does not name a type
  17650. ~LayoutRun() noexcept;
  17651. ^
  17652. /usr/include/pangomm-1.4/pangomm/layoutrun.h:79:29: error: expected ‘;’ at end of member declaration
  17653. void swap(LayoutRun& other) noexcept;
  17654. ^
  17655. /usr/include/pangomm-1.4/pangomm/layoutrun.h:79:31: error: ‘noexcept’ does not name a type
  17656. void swap(LayoutRun& other) noexcept;
  17657. ^
  17658. /usr/include/pangomm-1.4/pangomm/layoutrun.h:159:50: error: expected initializer before ‘noexcept’
  17659. inline void swap(LayoutRun& lhs, LayoutRun& rhs) noexcept
  17660. ^
  17661. In file included from /usr/include/pangomm-1.4/pangomm/layout.h:40:0,
  17662. from /usr/include/gtkmm-2.4/gtkmm/widget.h:30,
  17663. from /usr/include/gtkmm-2.4/gtkmm/container.h:29,
  17664. from /usr/include/gtkmm-2.4/gtkmm/bin.h:30,
  17665. from /usr/include/gtkmm-2.4/gtkmm/eventbox.h:30,
  17666. from applet.hpp:30,
  17667. from applet.cpp:44:
  17668. /usr/include/pangomm-1.4/pangomm/layoutiter.h:64:24: error: expected ‘,’ or ‘...’ before ‘&&’ token
  17669. LayoutIter(LayoutIter&& other) noexcept;
  17670. ^
  17671. /usr/include/pangomm-1.4/pangomm/layoutiter.h:64:32: error: invalid constructor; you probably meant ‘Pango::LayoutIter (const Pango::LayoutIter&)’
  17672. LayoutIter(LayoutIter&& other) noexcept;
  17673. ^
  17674. /usr/include/pangomm-1.4/pangomm/layoutiter.h:64:32: error: expected ‘;’ at end of member declaration
  17675. /usr/include/pangomm-1.4/pangomm/layoutiter.h:64:34: error: ‘noexcept’ does not name a type
  17676. LayoutIter(LayoutIter&& other) noexcept;
  17677. ^
  17678. /usr/include/pangomm-1.4/pangomm/layoutiter.h:65:35: error: expected ‘,’ or ‘...’ before ‘&&’ token
  17679. LayoutIter& operator=(LayoutIter&& other) noexcept;
  17680. ^
  17681. /usr/include/pangomm-1.4/pangomm/layoutiter.h:65:43: error: expected ‘;’ at end of member declaration
  17682. LayoutIter& operator=(LayoutIter&& other) noexcept;
  17683. ^
  17684. /usr/include/pangomm-1.4/pangomm/layoutiter.h:65:45: error: ‘noexcept’ does not name a type
  17685. LayoutIter& operator=(LayoutIter&& other) noexcept;
  17686. ^
  17687. /usr/include/pangomm-1.4/pangomm/layoutiter.h:67:15: error: expected ‘;’ at end of member declaration
  17688. ~LayoutIter() noexcept;
  17689. ^
  17690. /usr/include/pangomm-1.4/pangomm/layoutiter.h:67:17: error: ‘noexcept’ does not name a type
  17691. ~LayoutIter() noexcept;
  17692. ^
  17693. /usr/include/pangomm-1.4/pangomm/layoutiter.h:69:30: error: expected ‘;’ at end of member declaration
  17694. void swap(LayoutIter& other) noexcept;
  17695. ^
  17696. /usr/include/pangomm-1.4/pangomm/layoutiter.h:69:32: error: ‘noexcept’ does not name a type
  17697. void swap(LayoutIter& other) noexcept;
  17698. ^
  17699. In file included from /usr/include/pangomm-1.4/pangomm/layout.h:40:0,
  17700. from /usr/include/gtkmm-2.4/gtkmm/widget.h:30,
  17701. from /usr/include/gtkmm-2.4/gtkmm/container.h:29,
  17702. from /usr/include/gtkmm-2.4/gtkmm/bin.h:30,
  17703. from /usr/include/gtkmm-2.4/gtkmm/eventbox.h:30,
  17704. from applet.hpp:30,
  17705. from applet.cpp:44:
  17706. /usr/include/pangomm-1.4/pangomm/layoutiter.h:306:52: error: expected initializer before ‘noexcept’
  17707. inline void swap(LayoutIter& lhs, LayoutIter& rhs) noexcept
  17708. ^
  17709. In file included from /usr/include/gtkmm-2.4/gtkmm/widget.h:30:0,
  17710. from /usr/include/gtkmm-2.4/gtkmm/container.h:29,
  17711. from /usr/include/gtkmm-2.4/gtkmm/bin.h:30,
  17712. from /usr/include/gtkmm-2.4/gtkmm/eventbox.h:30,
  17713. from applet.hpp:30,
  17714. from applet.cpp:44:
  17715. /usr/include/pangomm-1.4/pangomm/layout.h:224:27: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  17716. Layout(const Layout&) = delete;
  17717. ^
  17718. /usr/include/pangomm-1.4/pangomm/layout.h:225:38: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  17719. Layout& operator=(const Layout&) = delete;
  17720. ^
  17721. /usr/include/pangomm-1.4/pangomm/layout.h:238:16: error: expected ‘,’ or ‘...’ before ‘&&’ token
  17722. Layout(Layout&& src) noexcept;
  17723. ^
  17724. /usr/include/pangomm-1.4/pangomm/layout.h:238:22: error: invalid constructor; you probably meant ‘Pango::Layout (const Pango::Layout&)’
  17725. Layout(Layout&& src) noexcept;
  17726. ^
  17727. /usr/include/pangomm-1.4/pangomm/layout.h:238:22: error: expected ‘;’ at end of member declaration
  17728. /usr/include/pangomm-1.4/pangomm/layout.h:238:24: error: ‘noexcept’ does not name a type
  17729. Layout(Layout&& src) noexcept;
  17730. ^
  17731. /usr/include/pangomm-1.4/pangomm/layout.h:239:27: error: expected ‘,’ or ‘...’ before ‘&&’ token
  17732. Layout& operator=(Layout&& src) noexcept;
  17733. ^
  17734. /usr/include/pangomm-1.4/pangomm/layout.h:239:33: error: expected ‘;’ at end of member declaration
  17735. Layout& operator=(Layout&& src) noexcept;
  17736. ^
  17737. /usr/include/pangomm-1.4/pangomm/layout.h:239:35: error: ‘noexcept’ does not name a type
  17738. Layout& operator=(Layout&& src) noexcept;
  17739. ^
  17740. /usr/include/pangomm-1.4/pangomm/layout.h:241:19: error: expected ‘;’ at end of member declaration
  17741. virtual ~Layout() noexcept;
  17742. ^
  17743. /usr/include/pangomm-1.4/pangomm/layout.h:241:21: error: ‘noexcept’ does not name a type
  17744. virtual ~Layout() noexcept;
  17745. ^
  17746. In file included from /usr/include/atkmm-1.6/atkmm/object.h:31:0,
  17747. from /usr/include/gtkmm-2.4/gtkmm/widget.h:33,
  17748. from /usr/include/gtkmm-2.4/gtkmm/container.h:29,
  17749. from /usr/include/gtkmm-2.4/gtkmm/bin.h:30,
  17750. from /usr/include/gtkmm-2.4/gtkmm/eventbox.h:30,
  17751. from applet.hpp:30,
  17752. from applet.cpp:44:
  17753. /usr/include/atkmm-1.6/atkmm/component.h:196:33: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  17754. Component(const Component&) = delete;
  17755. ^
  17756. /usr/include/atkmm-1.6/atkmm/component.h:197:44: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  17757. Component& operator=(const Component&) = delete;
  17758. ^
  17759. /usr/include/atkmm-1.6/atkmm/component.h:230:22: error: expected ‘,’ or ‘...’ before ‘&&’ token
  17760. Component(Component&& src) noexcept;
  17761. ^
  17762. /usr/include/atkmm-1.6/atkmm/component.h:230:28: error: invalid constructor; you probably meant ‘Atk::Component (const Atk::Component&)’
  17763. Component(Component&& src) noexcept;
  17764. ^
  17765. /usr/include/atkmm-1.6/atkmm/component.h:230:28: error: expected ‘;’ at end of member declaration
  17766. /usr/include/atkmm-1.6/atkmm/component.h:230:30: error: ‘noexcept’ does not name a type
  17767. Component(Component&& src) noexcept;
  17768. ^
  17769. /usr/include/atkmm-1.6/atkmm/component.h:231:33: error: expected ‘,’ or ‘...’ before ‘&&’ token
  17770. Component& operator=(Component&& src) noexcept;
  17771. ^
  17772. /usr/include/atkmm-1.6/atkmm/component.h:231:39: error: expected ‘;’ at end of member declaration
  17773. Component& operator=(Component&& src) noexcept;
  17774. ^
  17775. /usr/include/atkmm-1.6/atkmm/component.h:231:41: error: ‘noexcept’ does not name a type
  17776. Component& operator=(Component&& src) noexcept;
  17777. ^
  17778. /usr/include/atkmm-1.6/atkmm/component.h:233:22: error: expected ‘;’ at end of member declaration
  17779. virtual ~Component() noexcept;
  17780. ^
  17781. /usr/include/atkmm-1.6/atkmm/component.h:233:24: error: ‘noexcept’ does not name a type
  17782. virtual ~Component() noexcept;
  17783. ^
  17784. In file included from /usr/include/atkmm-1.6/atkmm/object.h:32:0,
  17785. from /usr/include/gtkmm-2.4/gtkmm/widget.h:33,
  17786. from /usr/include/gtkmm-2.4/gtkmm/container.h:29,
  17787. from /usr/include/gtkmm-2.4/gtkmm/bin.h:30,
  17788. from /usr/include/gtkmm-2.4/gtkmm/eventbox.h:30,
  17789. from applet.hpp:30,
  17790. from applet.cpp:44:
  17791. /usr/include/atkmm-1.6/atkmm/relation.h:179:31: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  17792. Relation(const Relation&) = delete;
  17793. ^
  17794. /usr/include/atkmm-1.6/atkmm/relation.h:180:42: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  17795. Relation& operator=(const Relation&) = delete;
  17796. ^
  17797. /usr/include/atkmm-1.6/atkmm/relation.h:193:20: error: expected ‘,’ or ‘...’ before ‘&&’ token
  17798. Relation(Relation&& src) noexcept;
  17799. ^
  17800. /usr/include/atkmm-1.6/atkmm/relation.h:193:26: error: invalid constructor; you probably meant ‘Atk::Relation (const Atk::Relation&)’
  17801. Relation(Relation&& src) noexcept;
  17802. ^
  17803. /usr/include/atkmm-1.6/atkmm/relation.h:193:26: error: expected ‘;’ at end of member declaration
  17804. /usr/include/atkmm-1.6/atkmm/relation.h:193:28: error: ‘noexcept’ does not name a type
  17805. Relation(Relation&& src) noexcept;
  17806. ^
  17807. /usr/include/atkmm-1.6/atkmm/relation.h:194:31: error: expected ‘,’ or ‘...’ before ‘&&’ token
  17808. Relation& operator=(Relation&& src) noexcept;
  17809. ^
  17810. /usr/include/atkmm-1.6/atkmm/relation.h:194:37: error: expected ‘;’ at end of member declaration
  17811. Relation& operator=(Relation&& src) noexcept;
  17812. ^
  17813. /usr/include/atkmm-1.6/atkmm/relation.h:194:39: error: ‘noexcept’ does not name a type
  17814. Relation& operator=(Relation&& src) noexcept;
  17815. ^
  17816. /usr/include/atkmm-1.6/atkmm/relation.h:196:21: error: expected ‘;’ at end of member declaration
  17817. virtual ~Relation() noexcept;
  17818. ^
  17819. /usr/include/atkmm-1.6/atkmm/relation.h:196:23: error: ‘noexcept’ does not name a type
  17820. virtual ~Relation() noexcept;
  17821. ^
  17822. In file included from /usr/include/gtkmm-2.4/gtkmm/widget.h:33:0,
  17823. from /usr/include/gtkmm-2.4/gtkmm/container.h:29,
  17824. from /usr/include/gtkmm-2.4/gtkmm/bin.h:30,
  17825. from /usr/include/gtkmm-2.4/gtkmm/eventbox.h:30,
  17826. from applet.hpp:30,
  17827. from applet.cpp:44:
  17828. /usr/include/atkmm-1.6/atkmm/object.h:240:27: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  17829. Object(const Object&) = delete;
  17830. ^
  17831. /usr/include/atkmm-1.6/atkmm/object.h:241:38: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  17832. Object& operator=(const Object&) = delete;
  17833. ^
  17834. /usr/include/atkmm-1.6/atkmm/object.h:254:16: error: expected ‘,’ or ‘...’ before ‘&&’ token
  17835. Object(Object&& src) noexcept;
  17836. ^
  17837. /usr/include/atkmm-1.6/atkmm/object.h:254:22: error: invalid constructor; you probably meant ‘Atk::Object (const Atk::Object&)’
  17838. Object(Object&& src) noexcept;
  17839. ^
  17840. /usr/include/atkmm-1.6/atkmm/object.h:254:22: error: expected ‘;’ at end of member declaration
  17841. /usr/include/atkmm-1.6/atkmm/object.h:254:24: error: ‘noexcept’ does not name a type
  17842. Object(Object&& src) noexcept;
  17843. ^
  17844. /usr/include/atkmm-1.6/atkmm/object.h:255:27: error: expected ‘,’ or ‘...’ before ‘&&’ token
  17845. Object& operator=(Object&& src) noexcept;
  17846. ^
  17847. /usr/include/atkmm-1.6/atkmm/object.h:255:33: error: expected ‘;’ at end of member declaration
  17848. Object& operator=(Object&& src) noexcept;
  17849. ^
  17850. /usr/include/atkmm-1.6/atkmm/object.h:255:35: error: ‘noexcept’ does not name a type
  17851. Object& operator=(Object&& src) noexcept;
  17852. ^
  17853. /usr/include/atkmm-1.6/atkmm/object.h:257:19: error: expected ‘;’ at end of member declaration
  17854. virtual ~Object() noexcept;
  17855. ^
  17856. /usr/include/atkmm-1.6/atkmm/object.h:257:21: error: ‘noexcept’ does not name a type
  17857. virtual ~Object() noexcept;
  17858. ^
  17859. In file included from /usr/include/gtkmm-2.4/gtkmm/widget.h:34:0,
  17860. from /usr/include/gtkmm-2.4/gtkmm/container.h:29,
  17861. from /usr/include/gtkmm-2.4/gtkmm/bin.h:30,
  17862. from /usr/include/gtkmm-2.4/gtkmm/eventbox.h:30,
  17863. from applet.hpp:30,
  17864. from applet.cpp:44:
  17865. /usr/include/atkmm-1.6/atkmm/implementor.h:68:37: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  17866. Implementor(const Implementor&) = delete;
  17867. ^
  17868. /usr/include/atkmm-1.6/atkmm/implementor.h:69:48: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  17869. Implementor& operator=(const Implementor&) = delete;
  17870. ^
  17871. /usr/include/atkmm-1.6/atkmm/implementor.h:102:26: error: expected ‘,’ or ‘...’ before ‘&&’ token
  17872. Implementor(Implementor&& src) noexcept;
  17873. ^
  17874. /usr/include/atkmm-1.6/atkmm/implementor.h:102:32: error: invalid constructor; you probably meant ‘Atk::Implementor (const Atk::Implementor&)’
  17875. Implementor(Implementor&& src) noexcept;
  17876. ^
  17877. /usr/include/atkmm-1.6/atkmm/implementor.h:102:32: error: expected ‘;’ at end of member declaration
  17878. /usr/include/atkmm-1.6/atkmm/implementor.h:102:34: error: ‘noexcept’ does not name a type
  17879. Implementor(Implementor&& src) noexcept;
  17880. ^
  17881. /usr/include/atkmm-1.6/atkmm/implementor.h:103:37: error: expected ‘,’ or ‘...’ before ‘&&’ token
  17882. Implementor& operator=(Implementor&& src) noexcept;
  17883. ^
  17884. /usr/include/atkmm-1.6/atkmm/implementor.h:103:43: error: expected ‘;’ at end of member declaration
  17885. Implementor& operator=(Implementor&& src) noexcept;
  17886. ^
  17887. /usr/include/atkmm-1.6/atkmm/implementor.h:103:45: error: ‘noexcept’ does not name a type
  17888. Implementor& operator=(Implementor&& src) noexcept;
  17889. ^
  17890. /usr/include/atkmm-1.6/atkmm/implementor.h:105:24: error: expected ‘;’ at end of member declaration
  17891. virtual ~Implementor() noexcept;
  17892. ^
  17893. /usr/include/atkmm-1.6/atkmm/implementor.h:105:26: error: ‘noexcept’ does not name a type
  17894. virtual ~Implementor() noexcept;
  17895. ^
  17896. In file included from /usr/include/gdkmm-2.4/gdkmm/drawable.h:31:0,
  17897. from /usr/include/gdkmm-2.4/gdkmm/window.h:30,
  17898. from /usr/include/gdkmm-2.4/gdkmm/event.h:27,
  17899. from /usr/include/gtkmm-2.4/gtkmm/widget.h:37,
  17900. from /usr/include/gtkmm-2.4/gtkmm/container.h:29,
  17901. from /usr/include/gtkmm-2.4/gtkmm/bin.h:30,
  17902. from /usr/include/gtkmm-2.4/gtkmm/eventbox.h:30,
  17903. from applet.hpp:30,
  17904. from applet.cpp:44:
  17905. /usr/include/pangomm-1.4/pangomm/glyphstring.h:68:26: error: expected ‘,’ or ‘...’ before ‘&&’ token
  17906. GlyphString(GlyphString&& other) noexcept;
  17907. ^
  17908. /usr/include/pangomm-1.4/pangomm/glyphstring.h:68:34: error: invalid constructor; you probably meant ‘Pango::GlyphString (const Pango::GlyphString&)’
  17909. GlyphString(GlyphString&& other) noexcept;
  17910. ^
  17911. /usr/include/pangomm-1.4/pangomm/glyphstring.h:68:34: error: expected ‘;’ at end of member declaration
  17912. /usr/include/pangomm-1.4/pangomm/glyphstring.h:68:36: error: ‘noexcept’ does not name a type
  17913. GlyphString(GlyphString&& other) noexcept;
  17914. ^
  17915. /usr/include/pangomm-1.4/pangomm/glyphstring.h:69:37: error: expected ‘,’ or ‘...’ before ‘&&’ token
  17916. GlyphString& operator=(GlyphString&& other) noexcept;
  17917. ^
  17918. /usr/include/pangomm-1.4/pangomm/glyphstring.h:69:45: error: expected ‘;’ at end of member declaration
  17919. GlyphString& operator=(GlyphString&& other) noexcept;
  17920. ^
  17921. /usr/include/pangomm-1.4/pangomm/glyphstring.h:69:47: error: ‘noexcept’ does not name a type
  17922. GlyphString& operator=(GlyphString&& other) noexcept;
  17923. ^
  17924. /usr/include/pangomm-1.4/pangomm/glyphstring.h:71:16: error: expected ‘;’ at end of member declaration
  17925. ~GlyphString() noexcept;
  17926. ^
  17927. /usr/include/pangomm-1.4/pangomm/glyphstring.h:71:18: error: ‘noexcept’ does not name a type
  17928. ~GlyphString() noexcept;
  17929. ^
  17930. /usr/include/pangomm-1.4/pangomm/glyphstring.h:73:31: error: expected ‘;’ at end of member declaration
  17931. void swap(GlyphString& other) noexcept;
  17932. ^
  17933. /usr/include/pangomm-1.4/pangomm/glyphstring.h:73:33: error: ‘noexcept’ does not name a type
  17934. void swap(GlyphString& other) noexcept;
  17935. ^
  17936. In file included from /usr/include/gdkmm-2.4/gdkmm/drawable.h:31:0,
  17937. from /usr/include/gdkmm-2.4/gdkmm/window.h:30,
  17938. from /usr/include/gdkmm-2.4/gdkmm/event.h:27,
  17939. from /usr/include/gtkmm-2.4/gtkmm/widget.h:37,
  17940. from /usr/include/gtkmm-2.4/gtkmm/container.h:29,
  17941. from /usr/include/gtkmm-2.4/gtkmm/bin.h:30,
  17942. from /usr/include/gtkmm-2.4/gtkmm/eventbox.h:30,
  17943. from applet.hpp:30,
  17944. from applet.cpp:44:
  17945. /usr/include/pangomm-1.4/pangomm/glyphstring.h:229:54: error: expected initializer before ‘noexcept’
  17946. inline void swap(GlyphString& lhs, GlyphString& rhs) noexcept
  17947. ^
  17948. In file included from /usr/include/giomm-2.4/giomm/inputstream.h:31:0,
  17949. from /usr/include/gdkmm-2.4/gdkmm/pixbuf.h:38,
  17950. from /usr/include/gdkmm-2.4/gdkmm/dragcontext.h:32,
  17951. from /usr/include/gdkmm-2.4/gdkmm/window.h:33,
  17952. from /usr/include/gdkmm-2.4/gdkmm/event.h:27,
  17953. from /usr/include/gtkmm-2.4/gtkmm/widget.h:37,
  17954. from /usr/include/gtkmm-2.4/gtkmm/container.h:29,
  17955. from /usr/include/gtkmm-2.4/gtkmm/bin.h:30,
  17956. from /usr/include/gtkmm-2.4/gtkmm/eventbox.h:30,
  17957. from applet.hpp:30,
  17958. from applet.cpp:44:
  17959. /usr/include/giomm-2.4/giomm/asyncresult.h:134:37: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  17960. AsyncResult(const AsyncResult&) = delete;
  17961. ^
  17962. /usr/include/giomm-2.4/giomm/asyncresult.h:135:48: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  17963. AsyncResult& operator=(const AsyncResult&) = delete;
  17964. ^
  17965. /usr/include/giomm-2.4/giomm/asyncresult.h:168:26: error: expected ‘,’ or ‘...’ before ‘&&’ token
  17966. AsyncResult(AsyncResult&& src) noexcept;
  17967. ^
  17968. /usr/include/giomm-2.4/giomm/asyncresult.h:168:32: error: invalid constructor; you probably meant ‘Gio::AsyncResult (const Gio::AsyncResult&)’
  17969. AsyncResult(AsyncResult&& src) noexcept;
  17970. ^
  17971. /usr/include/giomm-2.4/giomm/asyncresult.h:168:32: error: expected ‘;’ at end of member declaration
  17972. /usr/include/giomm-2.4/giomm/asyncresult.h:168:34: error: ‘noexcept’ does not name a type
  17973. AsyncResult(AsyncResult&& src) noexcept;
  17974. ^
  17975. /usr/include/giomm-2.4/giomm/asyncresult.h:169:37: error: expected ‘,’ or ‘...’ before ‘&&’ token
  17976. AsyncResult& operator=(AsyncResult&& src) noexcept;
  17977. ^
  17978. /usr/include/giomm-2.4/giomm/asyncresult.h:169:43: error: expected ‘;’ at end of member declaration
  17979. AsyncResult& operator=(AsyncResult&& src) noexcept;
  17980. ^
  17981. /usr/include/giomm-2.4/giomm/asyncresult.h:169:45: error: ‘noexcept’ does not name a type
  17982. AsyncResult& operator=(AsyncResult&& src) noexcept;
  17983. ^
  17984. /usr/include/giomm-2.4/giomm/asyncresult.h:171:24: error: expected ‘;’ at end of member declaration
  17985. virtual ~AsyncResult() noexcept;
  17986. ^
  17987. /usr/include/giomm-2.4/giomm/asyncresult.h:171:26: error: ‘noexcept’ does not name a type
  17988. virtual ~AsyncResult() noexcept;
  17989. ^
  17990. In file included from /usr/include/giomm-2.4/giomm/inputstream.h:32:0,
  17991. from /usr/include/gdkmm-2.4/gdkmm/pixbuf.h:38,
  17992. from /usr/include/gdkmm-2.4/gdkmm/dragcontext.h:32,
  17993. from /usr/include/gdkmm-2.4/gdkmm/window.h:33,
  17994. from /usr/include/gdkmm-2.4/gdkmm/event.h:27,
  17995. from /usr/include/gtkmm-2.4/gtkmm/widget.h:37,
  17996. from /usr/include/gtkmm-2.4/gtkmm/container.h:29,
  17997. from /usr/include/gtkmm-2.4/gtkmm/bin.h:30,
  17998. from /usr/include/gtkmm-2.4/gtkmm/eventbox.h:30,
  17999. from applet.hpp:30,
  18000. from applet.cpp:44:
  18001. /usr/include/giomm-2.4/giomm/cancellable.h:63:37: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  18002. Cancellable(const Cancellable&) = delete;
  18003. ^
  18004. /usr/include/giomm-2.4/giomm/cancellable.h:64:48: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  18005. Cancellable& operator=(const Cancellable&) = delete;
  18006. ^
  18007. /usr/include/giomm-2.4/giomm/cancellable.h:77:26: error: expected ‘,’ or ‘...’ before ‘&&’ token
  18008. Cancellable(Cancellable&& src) noexcept;
  18009. ^
  18010. /usr/include/giomm-2.4/giomm/cancellable.h:77:32: error: invalid constructor; you probably meant ‘Gio::Cancellable (const Gio::Cancellable&)’
  18011. Cancellable(Cancellable&& src) noexcept;
  18012. ^
  18013. /usr/include/giomm-2.4/giomm/cancellable.h:77:32: error: expected ‘;’ at end of member declaration
  18014. /usr/include/giomm-2.4/giomm/cancellable.h:77:34: error: ‘noexcept’ does not name a type
  18015. Cancellable(Cancellable&& src) noexcept;
  18016. ^
  18017. /usr/include/giomm-2.4/giomm/cancellable.h:78:37: error: expected ‘,’ or ‘...’ before ‘&&’ token
  18018. Cancellable& operator=(Cancellable&& src) noexcept;
  18019. ^
  18020. /usr/include/giomm-2.4/giomm/cancellable.h:78:43: error: expected ‘;’ at end of member declaration
  18021. Cancellable& operator=(Cancellable&& src) noexcept;
  18022. ^
  18023. /usr/include/giomm-2.4/giomm/cancellable.h:78:45: error: ‘noexcept’ does not name a type
  18024. Cancellable& operator=(Cancellable&& src) noexcept;
  18025. ^
  18026. /usr/include/giomm-2.4/giomm/cancellable.h:80:24: error: expected ‘;’ at end of member declaration
  18027. virtual ~Cancellable() noexcept;
  18028. ^
  18029. /usr/include/giomm-2.4/giomm/cancellable.h:80:26: error: ‘noexcept’ does not name a type
  18030. virtual ~Cancellable() noexcept;
  18031. ^
  18032. In file included from /usr/include/gdkmm-2.4/gdkmm/pixbuf.h:38:0,
  18033. from /usr/include/gdkmm-2.4/gdkmm/dragcontext.h:32,
  18034. from /usr/include/gdkmm-2.4/gdkmm/window.h:33,
  18035. from /usr/include/gdkmm-2.4/gdkmm/event.h:27,
  18036. from /usr/include/gtkmm-2.4/gtkmm/widget.h:37,
  18037. from /usr/include/gtkmm-2.4/gtkmm/container.h:29,
  18038. from /usr/include/gtkmm-2.4/gtkmm/bin.h:30,
  18039. from /usr/include/gtkmm-2.4/gtkmm/eventbox.h:30,
  18040. from applet.hpp:30,
  18041. from applet.cpp:44:
  18042. /usr/include/giomm-2.4/giomm/inputstream.h:70:37: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  18043. InputStream(const InputStream&) = delete;
  18044. ^
  18045. /usr/include/giomm-2.4/giomm/inputstream.h:71:48: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  18046. InputStream& operator=(const InputStream&) = delete;
  18047. ^
  18048. /usr/include/giomm-2.4/giomm/inputstream.h:84:26: error: expected ‘,’ or ‘...’ before ‘&&’ token
  18049. InputStream(InputStream&& src) noexcept;
  18050. ^
  18051. /usr/include/giomm-2.4/giomm/inputstream.h:84:32: error: invalid constructor; you probably meant ‘Gio::InputStream (const Gio::InputStream&)’
  18052. InputStream(InputStream&& src) noexcept;
  18053. ^
  18054. /usr/include/giomm-2.4/giomm/inputstream.h:84:32: error: expected ‘;’ at end of member declaration
  18055. /usr/include/giomm-2.4/giomm/inputstream.h:84:34: error: ‘noexcept’ does not name a type
  18056. InputStream(InputStream&& src) noexcept;
  18057. ^
  18058. /usr/include/giomm-2.4/giomm/inputstream.h:85:37: error: expected ‘,’ or ‘...’ before ‘&&’ token
  18059. InputStream& operator=(InputStream&& src) noexcept;
  18060. ^
  18061. /usr/include/giomm-2.4/giomm/inputstream.h:85:43: error: expected ‘;’ at end of member declaration
  18062. InputStream& operator=(InputStream&& src) noexcept;
  18063. ^
  18064. /usr/include/giomm-2.4/giomm/inputstream.h:85:45: error: ‘noexcept’ does not name a type
  18065. InputStream& operator=(InputStream&& src) noexcept;
  18066. ^
  18067. /usr/include/giomm-2.4/giomm/inputstream.h:87:24: error: expected ‘;’ at end of member declaration
  18068. virtual ~InputStream() noexcept;
  18069. ^
  18070. /usr/include/giomm-2.4/giomm/inputstream.h:87:26: error: ‘noexcept’ does not name a type
  18071. virtual ~InputStream() noexcept;
  18072. ^
  18073. In file included from /usr/include/gtkmm-2.4/gtkmm/cellrendererpixbuf.h:31:0,
  18074. from /usr/include/gtkmm-2.4/gtkmm/cellrenderer_generation.h:25,
  18075. from /usr/include/gtkmm-2.4/gtkmm/celllayout.h:30,
  18076. from /usr/include/gtkmm-2.4/gtkmm/combobox.h:31,
  18077. from preferences-window.hpp:34,
  18078. from applet.cpp:52:
  18079. /usr/include/giomm-2.4/giomm/icon.h:73:23: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  18080. Icon(const Icon&) = delete;
  18081. ^
  18082. /usr/include/giomm-2.4/giomm/icon.h:74:34: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
  18083. Icon& operator=(const Icon&) = delete;
  18084. ^
  18085. /usr/include/giomm-2.4/giomm/icon.h:107:12: error: expected ‘,’ or ‘...’ before ‘&&’ token
  18086. Icon(Icon&& src) noexcept;
  18087. ^
  18088. /usr/include/giomm-2.4/giomm/icon.h:107:18: error: invalid constructor; you probably meant ‘Gio::Icon (const Gio::Icon&)’
  18089. Icon(Icon&& src) noexcept;
  18090. ^
  18091. /usr/include/giomm-2.4/giomm/icon.h:107:18: error: expected ‘;’ at end of member declaration
  18092. /usr/include/giomm-2.4/giomm/icon.h:107:20: error: ‘noexcept’ does not name a type
  18093. Icon(Icon&& src) noexcept;
  18094. ^
  18095. /usr/include/giomm-2.4/giomm/icon.h:108:23: error: expected ‘,’ or ‘...’ before ‘&&’ token
  18096. Icon& operator=(Icon&& src) noexcept;
  18097. ^
  18098. /usr/include/giomm-2.4/giomm/icon.h:108:29: error: expected ‘;’ at end of member declaration
  18099. Icon& operator=(Icon&& src) noexcept;
  18100. ^
  18101. /usr/include/giomm-2.4/giomm/icon.h:108:31: error: ‘noexcept’ does not name a type
  18102. Icon& operator=(Icon&& src) noexcept;
  18103. ^
  18104. /usr/include/giomm-2.4/giomm/icon.h:110:17: error: expected ‘;’ at end of member declaration
  18105. virtual ~Icon() noexcept;
  18106. ^
  18107. /usr/include/giomm-2.4/giomm/icon.h:110:19: error: ‘noexcept’ does not name a type
  18108. virtual ~Icon() noexcept;
  18109. ^
  18110. applet.cpp: In constructor ‘Applet::Applet(XfcePanelPlugin*)’:
  18111. applet.cpp:220:10: error: ambiguous overload for ‘operator=’ (operand types are ‘Glib::RefPtr<Gdk::Pixbuf>’ and ‘Glib::RefPtr<Gdk::Pixbuf>’)
  18112. icon = Gdk::Pixbuf::create_from_file(icon_path);
  18113. ^
  18114. applet.cpp:220:10: note: candidates are:
  18115. In file included from /usr/include/glibmm-2.4/glibmm/containerhandle_shared.h:23:0,
  18116. from /usr/include/glibmm-2.4/glibmm/arrayhandle.h:23,
  18117. from /usr/include/glibmm-2.4/glibmm.h:91,
  18118. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  18119. from applet.cpp:29:
  18120. /usr/include/glibmm-2.4/glibmm/refptr.h:133:18: note: Glib::RefPtr<T_CppObject>& Glib::RefPtr<T_CppObject>::operator=(const Glib::RefPtr<T_CppObject>&) [with T_CppObject = Gdk::Pixbuf]
  18121. inline RefPtr& operator=(const RefPtr& src) noexcept;
  18122. ^
  18123. /usr/include/glibmm-2.4/glibmm/refptr.h:136:18: note: Glib::RefPtr<T_CppObject>& Glib::RefPtr<T_CppObject>::operator=(Glib::RefPtr<T_CppObject>) [with T_CppObject = Gdk::Pixbuf; Glib::RefPtr<T_CppObject> = Glib::RefPtr<Gdk::Pixbuf>]
  18124. inline RefPtr& operator=(RefPtr&& src) noexcept;
  18125. ^
  18126. applet.cpp:229:10: error: ambiguous overload for ‘operator=’ (operand types are ‘Glib::RefPtr<Gdk::Pixbuf>’ and ‘Glib::RefPtr<Gdk::Pixbuf>’)
  18127. icon = Glib::RefPtr<Gdk::Pixbuf>();
  18128. ^
  18129. applet.cpp:229:10: note: candidates are:
  18130. In file included from /usr/include/glibmm-2.4/glibmm/containerhandle_shared.h:23:0,
  18131. from /usr/include/glibmm-2.4/glibmm/arrayhandle.h:23,
  18132. from /usr/include/glibmm-2.4/glibmm.h:91,
  18133. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  18134. from applet.cpp:29:
  18135. /usr/include/glibmm-2.4/glibmm/refptr.h:133:18: note: Glib::RefPtr<T_CppObject>& Glib::RefPtr<T_CppObject>::operator=(const Glib::RefPtr<T_CppObject>&) [with T_CppObject = Gdk::Pixbuf]
  18136. inline RefPtr& operator=(const RefPtr& src) noexcept;
  18137. ^
  18138. /usr/include/glibmm-2.4/glibmm/refptr.h:136:18: note: Glib::RefPtr<T_CppObject>& Glib::RefPtr<T_CppObject>::operator=(Glib::RefPtr<T_CppObject>) [with T_CppObject = Gdk::Pixbuf; Glib::RefPtr<T_CppObject> = Glib::RefPtr<Gdk::Pixbuf>]
  18139. inline RefPtr& operator=(RefPtr&& src) noexcept;
  18140. ^
  18141. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  18142. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  18143. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  18144. from /usr/include/glibmm-2.4/glibmm.h:87,
  18145. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  18146. from applet.cpp:29:
  18147. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: In instantiation of ‘sigc::bind_functor<I_location, T_functor, T_bound1> sigc::bind(const T_functor&, T_bound1) [with int I_location = -1; T_bound1 = Glib::RefPtr<Gtk::TreeModel>; T_functor = sigc::bound_mem_functor3<void, Gtk::TreeView, const Glib::ustring&, int, const Glib::RefPtr<Gtk::TreeModel>&>]’:
  18148. /usr/include/gtkmm-2.4/gtkmm/treeview.h:2253:7: required from here
  18149. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:2110:27: error: no matching function for call to ‘sigc::bind_functor<-1, sigc::bound_mem_functor3<void, Gtk::TreeView, const Glib::ustring&, int, const Glib::RefPtr<Gtk::TreeModel>&>, Glib::RefPtr<Gtk::TreeModel>, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::bind_functor(const sigc::bound_mem_functor3<void, Gtk::TreeView, const Glib::ustring&, int, const Glib::RefPtr<Gtk::TreeModel>&>&, Glib::RefPtr<Gtk::TreeModel>&)’
  18150. (_A_func, _A_b1);
  18151. ^
  18152. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:2110:27: note: candidates are:
  18153. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  18154. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  18155. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  18156. from /usr/include/glibmm-2.4/glibmm.h:87,
  18157. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  18158. from applet.cpp:29:
  18159. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1078:8: note: sigc::bind_functor<-1, sigc::bound_mem_functor3<void, Gtk::TreeView, const Glib::ustring&, int, const Glib::RefPtr<Gtk::TreeModel>&>, Glib::RefPtr<Gtk::TreeModel>, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::bind_functor()
  18160. struct bind_functor<-1, T_functor, T_type1, nil, nil, nil, nil, nil, nil> : public adapts<T_functor>
  18161. ^
  18162. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1078:8: note: candidate expects 0 arguments, 2 provided
  18163. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1078:8: note: sigc::bind_functor<-1, sigc::bound_mem_functor3<void, Gtk::TreeView, const Glib::ustring&, int, const Glib::RefPtr<Gtk::TreeModel>&>, Glib::RefPtr<Gtk::TreeModel>, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::bind_functor(const sigc::bind_functor<-1, sigc::bound_mem_functor3<void, Gtk::TreeView, const Glib::ustring&, int, const Glib::RefPtr<Gtk::TreeModel>&>, Glib::RefPtr<Gtk::TreeModel>, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>&)
  18164. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1078:8: note: candidate expects 1 argument, 2 provided
  18165. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  18166. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  18167. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  18168. from /usr/include/glibmm-2.4/glibmm.h:87,
  18169. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  18170. from applet.cpp:29:
  18171. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: In instantiation of ‘sigc::bind_functor<I_location, T_functor, T_bound1> sigc::bind(const T_functor&, T_bound1) [with int I_location = -1; T_bound1 = int; T_functor = sigc::slot<void, const Glib::ustring&, int>]’:
  18172. /usr/include/gtkmm-2.4/gtkmm/treeview.h:2259:7: required from here
  18173. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:2110:27: error: no matching function for call to ‘sigc::bind_functor<-1, sigc::slot<void, const Glib::ustring&, int>, int, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::bind_functor(const sigc::slot<void, const Glib::ustring&, int>&, int&)’
  18174. (_A_func, _A_b1);
  18175. ^
  18176. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:2110:27: note: candidates are:
  18177. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  18178. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  18179. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  18180. from /usr/include/glibmm-2.4/glibmm.h:87,
  18181. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  18182. from applet.cpp:29:
  18183. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1078:8: note: sigc::bind_functor<-1, sigc::slot<void, const Glib::ustring&, int>, int, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::bind_functor()
  18184. struct bind_functor<-1, T_functor, T_type1, nil, nil, nil, nil, nil, nil> : public adapts<T_functor>
  18185. ^
  18186. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1078:8: note: candidate expects 0 arguments, 2 provided
  18187. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1078:8: note: sigc::bind_functor<-1, sigc::slot<void, const Glib::ustring&, int>, int, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::bind_functor(const sigc::bind_functor<-1, sigc::slot<void, const Glib::ustring&, int>, int, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>&)
  18188. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1078:8: note: candidate expects 1 argument, 2 provided
  18189. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  18190. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  18191. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  18192. from /usr/include/glibmm-2.4/glibmm.h:87,
  18193. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  18194. from applet.cpp:29:
  18195. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: In instantiation of ‘sigc::bind_functor<I_location, T_functor, T_bound1> sigc::bind(const T_functor&, T_bound1) [with int I_location = -1; T_bound1 = Glib::RefPtr<Gtk::TreeModel>; T_functor = sigc::pointer_functor4<const Glib::ustring&, const Glib::ustring&, int, const Glib::RefPtr<Gtk::TreeModel>&, void>]’:
  18196. /usr/include/gtkmm-2.4/gtkmm/treeview.h:2286:37: required from here
  18197. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:2110:27: error: no matching function for call to ‘sigc::bind_functor<-1, sigc::pointer_functor4<const Glib::ustring&, const Glib::ustring&, int, const Glib::RefPtr<Gtk::TreeModel>&, void>, Glib::RefPtr<Gtk::TreeModel>, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::bind_functor(const sigc::pointer_functor4<const Glib::ustring&, const Glib::ustring&, int, const Glib::RefPtr<Gtk::TreeModel>&, void>&, Glib::RefPtr<Gtk::TreeModel>&)’
  18198. (_A_func, _A_b1);
  18199. ^
  18200. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:2110:27: note: candidates are:
  18201. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  18202. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  18203. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  18204. from /usr/include/glibmm-2.4/glibmm.h:87,
  18205. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  18206. from applet.cpp:29:
  18207. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1078:8: note: sigc::bind_functor<-1, sigc::pointer_functor4<const Glib::ustring&, const Glib::ustring&, int, const Glib::RefPtr<Gtk::TreeModel>&, void>, Glib::RefPtr<Gtk::TreeModel>, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::bind_functor()
  18208. struct bind_functor<-1, T_functor, T_type1, nil, nil, nil, nil, nil, nil> : public adapts<T_functor>
  18209. ^
  18210. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1078:8: note: candidate expects 0 arguments, 2 provided
  18211. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1078:8: note: sigc::bind_functor<-1, sigc::pointer_functor4<const Glib::ustring&, const Glib::ustring&, int, const Glib::RefPtr<Gtk::TreeModel>&, void>, Glib::RefPtr<Gtk::TreeModel>, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::bind_functor(const sigc::bind_functor<-1, sigc::pointer_functor4<const Glib::ustring&, const Glib::ustring&, int, const Glib::RefPtr<Gtk::TreeModel>&, void>, Glib::RefPtr<Gtk::TreeModel>, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>&)
  18212. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1078:8: note: candidate expects 1 argument, 2 provided
  18213. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  18214. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  18215. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  18216. from /usr/include/glibmm-2.4/glibmm.h:87,
  18217. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  18218. from applet.cpp:29:
  18219. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: In instantiation of ‘sigc::bind_functor<I_location, T_functor, T_bound1> sigc::bind(const T_functor&, T_bound1) [with int I_location = -1; T_bound1 = int; T_functor = sigc::bind_functor<-1, sigc::pointer_functor4<const Glib::ustring&, const Glib::ustring&, int, const Glib::RefPtr<Gtk::TreeModel>&, void>, Glib::RefPtr<Gtk::TreeModel>, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>]’:
  18220. /usr/include/gtkmm-2.4/gtkmm/treeview.h:2288:7: required from here
  18221. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:2110:27: error: no matching function for call to ‘sigc::bind_functor<-1, sigc::bind_functor<-1, sigc::pointer_functor4<const Glib::ustring&, const Glib::ustring&, int, const Glib::RefPtr<Gtk::TreeModel>&, void>, Glib::RefPtr<Gtk::TreeModel>, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>, int, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::bind_functor(const sigc::bind_functor<-1, sigc::pointer_functor4<const Glib::ustring&, const Glib::ustring&, int, const Glib::RefPtr<Gtk::TreeModel>&, void>, Glib::RefPtr<Gtk::TreeModel>, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>&, int&)’
  18222. (_A_func, _A_b1);
  18223. ^
  18224. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:2110:27: note: candidates are:
  18225. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  18226. from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
  18227. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  18228. from /usr/include/glibmm-2.4/glibmm.h:87,
  18229. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  18230. from applet.cpp:29:
  18231. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1078:8: note: sigc::bind_functor<-1, sigc::bind_functor<-1, sigc::pointer_functor4<const Glib::ustring&, const Glib::ustring&, int, const Glib::RefPtr<Gtk::TreeModel>&, void>, Glib::RefPtr<Gtk::TreeModel>, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>, int, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::bind_functor()
  18232. struct bind_functor<-1, T_functor, T_type1, nil, nil, nil, nil, nil, nil> : public adapts<T_functor>
  18233. ^
  18234. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1078:8: note: candidate expects 0 arguments, 2 provided
  18235. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1078:8: note: sigc::bind_functor<-1, sigc::bind_functor<-1, sigc::pointer_functor4<const Glib::ustring&, const Glib::ustring&, int, const Glib::RefPtr<Gtk::TreeModel>&, void>, Glib::RefPtr<Gtk::TreeModel>, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>, int, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::bind_functor(const sigc::bind_functor<-1, sigc::bind_functor<-1, sigc::pointer_functor4<const Glib::ustring&, const Glib::ustring&, int, const Glib::RefPtr<Gtk::TreeModel>&, void>, Glib::RefPtr<Gtk::TreeModel>, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>, int, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>&)
  18236. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1078:8: note: candidate expects 1 argument, 2 provided
  18237. In file included from /usr/include/sigc++-2.0/sigc++/signal_base.h:27:0,
  18238. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  18239. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  18240. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  18241. from /usr/include/glibmm-2.4/glibmm.h:87,
  18242. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  18243. from applet.cpp:29:
  18244. /usr/include/sigc++-2.0/sigc++/functors/slot.h: In instantiation of ‘static T_return sigc::internal::slot_call2<T_functor, T_return, T_arg1, T_arg2>::call_it(sigc::internal::slot_rep*, int) [with T_functor = sigc::bind_functor<-1, sigc::bound_mem_functor3<void, Gtk::TreeView, const Glib::ustring&, int, const Glib::RefPtr<Gtk::TreeModel>&>, Glib::RefPtr<Gtk::TreeModel>, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>; T_return = void; T_arg1 = const Glib::ustring&; T_arg2 = int]’:
  18245. /usr/include/sigc++-2.0/sigc++/functors/slot.h:185:37: required from ‘static void* (* sigc::internal::slot_call2<T_functor, T_return, T_arg1, T_arg2>::address())(void*) [with T_functor = sigc::bind_functor<-1, sigc::bound_mem_functor3<void, Gtk::TreeView, const Glib::ustring&, int, const Glib::RefPtr<Gtk::TreeModel>&>, Glib::RefPtr<Gtk::TreeModel>, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>; T_return = void; T_arg1 = const Glib::ustring&; T_arg2 = int; sigc::internal::hook = void* (*)(void*)]’
  18246. /usr/include/sigc++-2.0/sigc++/functors/slot.h:717:99: required from ‘sigc::slot2<T_return, T_arg1, T_arg2>::slot2(const T_functor&) [with T_functor = sigc::bind_functor<-1, sigc::bound_mem_functor3<void, Gtk::TreeView, const Glib::ustring&, int, const Glib::RefPtr<Gtk::TreeModel>&>, Glib::RefPtr<Gtk::TreeModel>, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>; T_return = void; T_arg1 = const Glib::ustring&; T_arg2 = int]’
  18247. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1794:26: required from ‘sigc::slot<T_return, T_arg1, T_arg2, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::slot(const T_functor&) [with T_functor = sigc::bind_functor<-1, sigc::bound_mem_functor3<void, Gtk::TreeView, const Glib::ustring&, int, const Glib::RefPtr<Gtk::TreeModel>&>, Glib::RefPtr<Gtk::TreeModel>, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>; T_return = void; T_arg1 = const Glib::ustring&; T_arg2 = int]’
  18248. /usr/include/gtkmm-2.4/gtkmm/treeview.h:2253:7: required from here
  18249. /usr/include/sigc++-2.0/sigc++/functors/slot.h:177:72: error: ‘operator()’ not defined
  18250. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>>
  18251. ^
  18252. /usr/include/sigc++-2.0/sigc++/functors/slot.h: In instantiation of ‘static T_return sigc::internal::slot_call1<T_functor, T_return, T_arg1>::call_it(sigc::internal::slot_rep*, int) [with T_functor = sigc::bind_functor<-1, sigc::slot<void, const Glib::ustring&, int>, int, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>; T_return = void; T_arg1 = const Glib::ustring&]’:
  18253. /usr/include/sigc++-2.0/sigc++/functors/slot.h:149:37: required from ‘static void* (* sigc::internal::slot_call1<T_functor, T_return, T_arg1>::address())(void*) [with T_functor = sigc::bind_functor<-1, sigc::slot<void, const Glib::ustring&, int>, int, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>; T_return = void; T_arg1 = const Glib::ustring&; sigc::internal::hook = void* (*)(void*)]’
  18254. /usr/include/sigc++-2.0/sigc++/functors/slot.h:584:91: required from ‘sigc::slot1<T_return, T_arg1>::slot1(const T_functor&) [with T_functor = sigc::bind_functor<-1, sigc::slot<void, const Glib::ustring&, int>, int, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>; T_return = void; T_arg1 = const Glib::ustring&]’
  18255. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1731:26: required from ‘sigc::slot<T_return, T_arg1, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::slot(const T_functor&) [with T_functor = sigc::bind_functor<-1, sigc::slot<void, const Glib::ustring&, int>, int, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>; T_return = void; T_arg1 = const Glib::ustring&]’
  18256. /usr/include/gtkmm-2.4/gtkmm/treeview.h:2260:5: required from here
  18257. /usr/include/sigc++-2.0/sigc++/functors/slot.h:141:72: error: ‘operator()’ not defined
  18258. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>>
  18259. ^
  18260. /usr/include/sigc++-2.0/sigc++/functors/slot.h: In instantiation of ‘static T_return sigc::internal::slot_call2<T_functor, T_return, T_arg1, T_arg2>::call_it(sigc::internal::slot_rep*, int) [with T_functor = sigc::bind_functor<-1, sigc::bind_functor<-1, sigc::pointer_functor4<const Glib::ustring&, const Glib::ustring&, int, const Glib::RefPtr<Gtk::TreeModel>&, void>, Glib::RefPtr<Gtk::TreeModel>, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>, int, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>; T_return = void; T_arg1 = const Glib::ustring&; T_arg2 = const Glib::ustring&]’:
  18261. /usr/include/sigc++-2.0/sigc++/functors/slot.h:185:37: required from ‘static void* (* sigc::internal::slot_call2<T_functor, T_return, T_arg1, T_arg2>::address())(void*) [with T_functor = sigc::bind_functor<-1, sigc::bind_functor<-1, sigc::pointer_functor4<const Glib::ustring&, const Glib::ustring&, int, const Glib::RefPtr<Gtk::TreeModel>&, void>, Glib::RefPtr<Gtk::TreeModel>, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>, int, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>; T_return = void; T_arg1 = const Glib::ustring&; T_arg2 = const Glib::ustring&; sigc::internal::hook = void* (*)(void*)]’
  18262. /usr/include/sigc++-2.0/sigc++/functors/slot.h:717:99: required from ‘sigc::slot2<T_return, T_arg1, T_arg2>::slot2(const T_functor&) [with T_functor = sigc::bind_functor<-1, sigc::bind_functor<-1, sigc::pointer_functor4<const Glib::ustring&, const Glib::ustring&, int, const Glib::RefPtr<Gtk::TreeModel>&, void>, Glib::RefPtr<Gtk::TreeModel>, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>, int, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>; T_return = void; T_arg1 = const Glib::ustring&; T_arg2 = const Glib::ustring&]’
  18263. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1794:26: required from ‘sigc::slot<T_return, T_arg1, T_arg2, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::slot(const T_functor&) [with T_functor = sigc::bind_functor<-1, sigc::bind_functor<-1, sigc::pointer_functor4<const Glib::ustring&, const Glib::ustring&, int, const Glib::RefPtr<Gtk::TreeModel>&, void>, Glib::RefPtr<Gtk::TreeModel>, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>, int, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>; T_return = void; T_arg1 = const Glib::ustring&; T_arg2 = const Glib::ustring&]’
  18264. /usr/include/gtkmm-2.4/gtkmm/treeview.h:2289:5: required from here
  18265. /usr/include/sigc++-2.0/sigc++/functors/slot.h:177:72: error: ‘operator()’ not defined
  18266. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>>
  18267. ^
  18268. /usr/include/sigc++-2.0/sigc++/functors/slot.h: In instantiation of ‘static T_return sigc::internal::slot_call1<T_functor, T_return, T_arg1>::call_it(sigc::internal::slot_rep*, int) [with T_functor = sigc::hide_functor<-1, sigc::bound_mem_functor0<void, Gtk::AboutDialog> >; T_return = void; T_arg1 = int]’:
  18269. /usr/include/sigc++-2.0/sigc++/functors/slot.h:149:37: required from ‘static void* (* sigc::internal::slot_call1<T_functor, T_return, T_arg1>::address())(void*) [with T_functor = sigc::hide_functor<-1, sigc::bound_mem_functor0<void, Gtk::AboutDialog> >; T_return = void; T_arg1 = int; sigc::internal::hook = void* (*)(void*)]’
  18270. /usr/include/sigc++-2.0/sigc++/functors/slot.h:584:91: required from ‘sigc::slot1<T_return, T_arg1>::slot1(const T_functor&) [with T_functor = sigc::hide_functor<-1, sigc::bound_mem_functor0<void, Gtk::AboutDialog> >; T_return = void; T_arg1 = int]’
  18271. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1731:26: required from ‘sigc::slot<T_return, T_arg1, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::slot(const T_functor&) [with T_functor = sigc::hide_functor<-1, sigc::bound_mem_functor0<void, Gtk::AboutDialog> >; T_return = void; T_arg1 = int]’
  18272. applet.cpp:893:66: required from here
  18273. /usr/include/sigc++-2.0/sigc++/functors/slot.h:141:72: error: ‘operator()’ not defined
  18274. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>>
  18275. ^
  18276. In file included from /usr/include/sigc++-2.0/sigc++/signal.h:8:0,
  18277. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  18278. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  18279. from /usr/include/glibmm-2.4/glibmm.h:87,
  18280. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  18281. from applet.cpp:29:
  18282. /usr/include/sigc++-2.0/sigc++/signal_base.h: At global scope:
  18283. /usr/include/sigc++-2.0/sigc++/signal_base.h:181:10: warning: inline function ‘sigc::internal::signal_exec::signal_exec(const sigc::internal::signal_impl*)’ used but never defined
  18284. inline signal_exec(const signal_impl* sig) noexcept
  18285. ^
  18286. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:8:0,
  18287. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  18288. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  18289. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  18290. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  18291. from /usr/include/glibmm-2.4/glibmm.h:87,
  18292. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  18293. from applet.cpp:29:
  18294. /usr/include/sigc++-2.0/sigc++/functors/slot_base.h:308:15: warning: inline function ‘bool sigc::slot_base::empty() const’ used but never defined
  18295. inline bool empty() const noexcept
  18296. ^
  18297. /usr/include/sigc++-2.0/sigc++/functors/slot_base.h:314:15: warning: inline function ‘bool sigc::slot_base::blocked() const’ used but never defined
  18298. inline bool blocked() const noexcept
  18299. ^
  18300. In file included from /usr/include/glibmm-2.4/glibmm/containerhandle_shared.h:23:0,
  18301. from /usr/include/glibmm-2.4/glibmm/arrayhandle.h:23,
  18302. from /usr/include/glibmm-2.4/glibmm.h:91,
  18303. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  18304. from applet.cpp:29:
  18305. /usr/include/glibmm-2.4/glibmm/refptr.h:98:10: warning: inline function ‘Glib::RefPtr<T_CppObject>::~RefPtr() [with T_CppObject = Glib::Binding]’ used but never defined
  18306. inline ~RefPtr() noexcept;
  18307. ^
  18308. /usr/include/glibmm-2.4/glibmm/refptr.h:107:10: warning: inline function ‘Glib::RefPtr<T_CppObject>::RefPtr(const Glib::RefPtr<T_CppObject>&) [with T_CppObject = Glib::Binding]’ used but never defined
  18309. inline RefPtr(const RefPtr& src) noexcept;
  18310. ^
  18311. /usr/include/glibmm-2.4/glibmm/refptr.h:101:19: warning: inline function ‘Glib::RefPtr<T_CppObject>::RefPtr(T_CppObject*) [with T_CppObject = Glib::ByteArray]’ used but never defined
  18312. explicit inline RefPtr(T_CppObject* pCppObject) noexcept;
  18313. ^
  18314. /usr/include/glibmm-2.4/glibmm/refptr.h:98:10: warning: inline function ‘Glib::RefPtr<T_CppObject>::~RefPtr() [with T_CppObject = Glib::ByteArray]’ used but never defined
  18315. inline ~RefPtr() noexcept;
  18316. ^
  18317. /usr/include/glibmm-2.4/glibmm/refptr.h:107:10: warning: inline function ‘Glib::RefPtr<T_CppObject>::RefPtr(const Glib::RefPtr<T_CppObject>&) [with T_CppObject = Glib::ByteArray]’ used but never defined
  18318. inline RefPtr(const RefPtr& src) noexcept;
  18319. ^
  18320. /usr/include/glibmm-2.4/glibmm/refptr.h:98:10: warning: inline function ‘Glib::RefPtr<T_CppObject>::~RefPtr() [with T_CppObject = Pango::LayoutLine]’ used but never defined
  18321. inline ~RefPtr() noexcept;
  18322. ^
  18323. /usr/include/glibmm-2.4/glibmm/refptr.h:107:10: warning: inline function ‘Glib::RefPtr<T_CppObject>::RefPtr(const Glib::RefPtr<T_CppObject>&) [with T_CppObject = Pango::LayoutLine]’ used but never defined
  18324. inline RefPtr(const RefPtr& src) noexcept;
  18325. ^
  18326. /usr/include/glibmm-2.4/glibmm/refptr.h:98:10: warning: inline function ‘Glib::RefPtr<T_CppObject>::~RefPtr() [with T_CppObject = Gtk::TreeModel]’ used but never defined
  18327. inline ~RefPtr() noexcept;
  18328. ^
  18329. /usr/include/glibmm-2.4/glibmm/refptr.h:107:10: warning: inline function ‘Glib::RefPtr<T_CppObject>::RefPtr(const Glib::RefPtr<T_CppObject>&) [with T_CppObject = Gtk::TreeModel]’ used but never defined
  18330. inline RefPtr(const RefPtr& src) noexcept;
  18331. ^
  18332. /usr/include/glibmm-2.4/glibmm/refptr.h:95:10: warning: inline function ‘Glib::RefPtr<T_CppObject>::RefPtr() [with T_CppObject = Gdk::Pixbuf]’ used but never defined
  18333. inline RefPtr() noexcept;
  18334. ^
  18335. /usr/include/glibmm-2.4/glibmm/refptr.h:98:10: warning: inline function ‘Glib::RefPtr<T_CppObject>::~RefPtr() [with T_CppObject = Gdk::Pixbuf]’ used but never defined
  18336. inline ~RefPtr() noexcept;
  18337. ^
  18338. /usr/include/glibmm-2.4/glibmm/refptr.h:107:10: warning: inline function ‘Glib::RefPtr<T_CppObject>::RefPtr(const Glib::RefPtr<T_CppObject>&) [with T_CppObject = Gdk::Pixbuf]’ used but never defined
  18339. inline RefPtr(const RefPtr& src) noexcept;
  18340. ^
  18341. /usr/include/glibmm-2.4/glibmm/refptr.h:160:23: warning: inline function ‘T_CppObject* Glib::RefPtr<T_CppObject>::operator->() const [with T_CppObject = Glib::ByteArray]’ used but never defined
  18342. inline T_CppObject* operator->() const noexcept;
  18343. ^
  18344. /usr/include/glibmm-2.4/glibmm/refptr.h:170:10: warning: inline function ‘Glib::RefPtr<T_CppObject>::operator bool() const [with T_CppObject = Glib::ByteArray]’ used but never defined
  18345. inline operator bool() const noexcept;
  18346. ^
  18347. /usr/include/glibmm-2.4/glibmm/refptr.h:160:23: warning: inline function ‘T_CppObject* Glib::RefPtr<T_CppObject>::operator->() const [with T_CppObject = Pango::LayoutLine]’ used but never defined
  18348. inline T_CppObject* operator->() const noexcept;
  18349. ^
  18350. /usr/include/glibmm-2.4/glibmm/refptr.h:170:10: warning: inline function ‘Glib::RefPtr<T_CppObject>::operator bool() const [with T_CppObject = Pango::LayoutLine]’ used but never defined
  18351. inline operator bool() const noexcept;
  18352. ^
  18353. /usr/include/glibmm-2.4/glibmm/refptr.h:170:10: warning: inline function ‘Glib::RefPtr<T_CppObject>::operator bool() const [with T_CppObject = Gtk::TreeModel]’ used but never defined
  18354. /usr/include/glibmm-2.4/glibmm/refptr.h:160:23: warning: inline function ‘T_CppObject* Glib::RefPtr<T_CppObject>::operator->() const [with T_CppObject = Gtk::TreeModel]’ used but never defined
  18355. inline T_CppObject* operator->() const noexcept;
  18356. ^
  18357. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:8:0,
  18358. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  18359. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  18360. from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
  18361. from /usr/include/glibmm-2.4/glibmm/thread.h:51,
  18362. from /usr/include/glibmm-2.4/glibmm.h:87,
  18363. from /usr/include/gtkmm-2.4/gtkmm/main.h:7,
  18364. from applet.cpp:29:
  18365. /usr/include/sigc++-2.0/sigc++/functors/slot_base.h:150:10: warning: inline function ‘sigc::internal::slot_do_bind::slot_do_bind(sigc::internal::slot_rep*)’ used but never defined
  18366. inline slot_do_bind(slot_rep* rep) noexcept : rep_(rep) {}
  18367. ^
  18368. /usr/include/sigc++-2.0/sigc++/functors/slot_base.h:168:10: warning: inline function ‘sigc::internal::slot_do_unbind::slot_do_unbind(sigc::internal::slot_rep*)’ used but never defined
  18369. inline slot_do_unbind(slot_rep* rep) noexcept : rep_(rep) {}
  18370. ^
  18371. /usr/include/sigc++-2.0/sigc++/functors/slot_base.h:91:10: warning: inline function ‘sigc::internal::slot_rep::slot_rep(sigc::internal::hook, sigc::internal::hook, sigc::internal::hook)’ used but never defined
  18372. inline slot_rep(hook call__, hook destroy__, hook dup__) noexcept
  18373. ^
  18374. /usr/include/sigc++-2.0/sigc++/functors/slot_base.h:119:15: warning: inline function ‘void sigc::internal::slot_rep::set_parent(void*, sigc::internal::hook)’ used but never defined
  18375. inline void set_parent(void* parent, hook cleanup) noexcept
  18376. ^
  18377. make[2]: *** [libhardwaremonitor_la-applet.lo] Error 1
  18378. make[1]: *** [all-recursive] Error 1
  18379. make: *** [all] Error 2