Doxygen 1.7.1.2

I'm getting the following warning (and lots more like them)

Reading ClassX.h:99: warning: no uniquely matching class member found for 
  template < TTemplateX >
  void NS::ClassX< TTemplateX >::functionX(std::istream &(*ab)(std::istream
&))
Possible candidates:
  void NS::ClassX< TTemplateX >::functionX(std::istream &(*)(std::istream
&)) 
  void NS::ClassX< TTemplateX >::functionX(std::ios &(*)(std::ios &)) 
  void NS::ClassX< TTemplateX >::functionX(std::ios_base &(*)(std::ios_base
&)) 
  void NS::ClassX< TTemplateX >::functionX(const ConstX &) 

Does anyone have an idea what's wrong with my code that Doxygen does not
like?
 




--
View this message in context: 
http://doxygen.10944.n7.nabble.com/No-uniquely-matching-class-member-found-for-template-tp5919.html
Sent from the Doxygen - Users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to