On Saturday 23 June 2007, Matthias Klose wrote:
> Package: libqt4-dev
> Severity: serious
> User: debian-release@lists.debian.org
> Usertags: goal-ldbl128
>
> Discussed in http://lists.debian.org/debian-devel/2007/05/msg01173.html
> This package has been indentified as one with header files in
> /usr/include matching 'long *double'. Please close this bug report
> if it is a false positive, or rename the package accordingly.
I *think* this might be a false positive, but I am not completely sure.
The positive is this one:
src/corelib/global/qglobal.h:1688:Q_DECLARE_TYPEINFO(long double,
Q_PRIMITIVE_TYPE);
The Q_DECLARE_TYPEINFO is here:
#define Q_DECLARE_TYPEINFO(TYPE, FLAGS) \
template <> \
class QTypeInfo<TYPE> \
{ \
public: \
enum { \
isComplex = (((FLAGS) & Q_PRIMITIVE_TYPE) == 0), \
isStatic = (((FLAGS) & (Q_MOVABLE_TYPE | Q_PRIMITIVE_TYPE)) == 0), \
isLarge = (sizeof(TYPE)>sizeof(void*)), \
isPointer = false, \
isDummy = (((FLAGS) & Q_DUMMY_TYPE) != 0) \
}; \
static inline const char *name() { return #TYPE; } \
}
so it just looks like it shows that long double is a long double.
Any advice are welcome.
/Sune
--
How may I do for renaming the Internet address of the laser AGP processor?
From Netscape 5.7.2 or from the control options inside Excel NT you should
never telnet from a kernel for configuring a printer.
Attachment:
signature.asc
Description: This is a digitally signed message part.