https://bugs.documentfoundation.org/show_bug.cgi?id=94306

--- Comment #7 from Umang Jain <mailumangj...@gmail.com> ---
ok regarding the sd/ module, I am not able to make changes in: 

sd/source/ui/remotecontrol/IBluetoothSocket.hxx : (line) struct
IBluetoothSocket : private boost::noncopyable

If I change with :

class NonCopyable {
public:
  NonCopyable(const NonCopyable&) = delete;
  const NonCopyable& operator=(const NonCopyable&) = delete;
};

It does not builds successfully and throws errors. If I allow boost
templates(only for this file), It build successfully. What should I do ?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to