Please report new issues athttps://github.com/DOCGroup
When ACE_LACKS_LONGLONG_T is defined, unsigned long long is implemented as a class. Any_Basic_Impl.h contains a variable "u_" of type union. Since member ull is a class when ACE_LACKS_LONGLONG_T it cannot be a member of a union. This causes a compilation error. Any_Basic_Impl.cpp has four places where it handles the CORBA::tk_ulonglong type. There needs to be some alternate way of handling the case where ACE_LACKS_LONGLONG_T.
Assigning it to Gary
Accepting