Package: doxygen
Version: 1.7.1-2
Severity: normal

repeat of #244213

#include <boost/program_options/variables_map.hpp>

class Foo
{
  void foo(boost::program_options::variables_map x);
};

using boost::program_options::variables_map;

void Foo::foo(variables_map x)
{
}

Output from doxygen:

Foo.cpp:11: warning: no matching class member found for 
  void Foo::foo(variables_map x)
Possible candidates:
  void Foo::foo(boost::program_options::variables_map x)

It doesn't seem to have understood the 'using 
boost::program_options::variables_map' statement.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable'), (700, 'stable'), (600, 
'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages doxygen depends on:
ii  libc6                         2.11.2-7   Embedded GNU C Library: Shared lib
ii  libgcc1                       1:4.4.5-8  GCC support library
ii  libstdc++6                    4.4.5-8    The GNU Standard C++ Library v3

Versions of packages doxygen recommends:
ii  texlive-extra-utils           2009-10    TeX Live: TeX auxiliary programs

Versions of packages doxygen suggests:
pn  doxygen-doc                   <none>     (no description available)
pn  doxygen-gui                   <none>     (no description available)
ii  graphviz                      2.26.3-5   rich set of graph drawing tools

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to