that '_' is a #define normally replaced at compile time; that the compiler is 
actually trying to match it as some valid token shows that the file that 
#defines '_', DCPlusPlus.h, has not been included.
this is most likely a case of including stdinc.h but not DCPlusPlus.h; i 
suggest you modify your precompiled headers to include both stdinc.h & 
DCPlusPlus.h (see the top of win32/stdafx.h).

-- 
Build warning: there are no arguments to ‘_’ that depend on a template parameter
https://bugs.launchpad.net/bugs/666175
You received this bug notification because you are a member of LinuxDC++
Team, which is subscribed to LinuxDC++.

Status in DC++: Fix Committed
Status in Linux DC++: Confirmed

Bug description:
subj



_______________________________________________
Mailing list: https://launchpad.net/~linuxdcpp-team
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~linuxdcpp-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to