Danushka Menikkumbura wrote:
Would you be willing to test if the attached patch fixes it?The issue with your patch is that the class SecurityLayer is used without namespace qualifiers (i.e. qpid::sys). Otherwise it fixes the build break.
I've added in 'using using qpid::sys::SecurityLayer;' and committed that. Thanks very much for the help!
