[Digikam-devel] Re: using Boost Graph Library
Marcel Wiesweg
marcel.wiesweg at gmx.de
Thu Oct 28 14:02:14 BST 2010
Hi,
I've committed some changes. Can you try with current SVN?
I have added an extra typedef.
Which gcc version is this? Strange that it compiles here.
Do you have some "strict" compiler flags enabled?
Problem seems to be this:
template <typename T> class Base {};
class NormalClass : public Base<int>
{
void foo(const Base<int>&b) {}
void bar(const Base&b) {}
// my compiler allows to access "Base" as Base<int>
// without template parameters
};
More information about the Digikam-devel
mailing list