DonLewisFreeBSD opened a new pull request #93:
URL: https://github.com/apache/openoffice/pull/93


   the most compatible with our old code base rather than relying on the
   compiler default mode.  Compiling in C++11 or newer mode is very noisy
   due to deprecation warnings about our use of std::auto_ptr.  If the
   compiler defaults to C++17 mode or newer, the build would be totally
   broken because std::auto_ptr is removed from C++17.
   
   There is an unknown amount of porting effort needed to convert to
   std::unique_ptr, which has somewhat different semantics and which is
   not available before C++11, which would break building with older versions
   of gcc which default to gnu++98 mode.
   
   std::shared_ptr, might be an alternative since there is a BOOST
   implementation.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org

Reply via email to