Files
loongoffice/dbaccess/source/ui/misc
Stephan Bergmann 9755653991 MSVC 2012 apparently isn't ready yet for std::vector<std::unique_ptr<T>>
...producing error messages about trying to access private undefined unique_ptr
copy ctor etc.

Partial revert of 014e7933af751bfe0a03867373b82efa806f3a3d "svtools:
std::auto_ptr -> std::unique_ptr: ...changing HTMLOptions to
std::vector<std::unique_ptr<...>> because boost::ptr_vector<...>::push_back only
supports auto_ptr, not unique_ptr," going the awkward

  std::unique_ptr x(...);
  push_back(x.get());
  x.release();

route instead (which could be simplified if boost::ptr_vector::push_back ever
started to support unique_ptr).

Change-Id: I15693030a0bbfdedbfdfbe76ede5d0c74f4e5b41
2014-09-29 15:27:46 +02:00
..
2014-08-10 00:33:38 +02:00
2014-09-23 14:11:39 +03:00
2014-08-10 00:33:38 +02:00
2014-09-23 14:11:39 +03:00
2014-04-10 20:22:50 +03:00
2014-09-23 14:11:39 +03:00
2014-04-17 11:17:21 +02:00
2014-09-23 14:11:39 +03:00
2014-09-23 14:11:39 +03:00
2014-09-23 14:11:39 +03:00
2014-09-23 14:11:39 +03:00
2014-09-23 14:11:39 +03:00
2014-09-23 14:11:39 +03:00
2014-09-23 14:11:39 +03:00