Le 07/06/2019 à 16:56, Pavel Sanda a écrit :
On Thu, Jun 06, 2019 at 11:51:52PM +0200, Jean-Marc Lasgouttes wrote:
Le 06/06/2019 ?? 22:42, Pavel Sanda a écrit :
On Thu, Jun 06, 2019 at 04:12:22PM +0200, Jean-Marc Lasgouttes wrote:
I guess that nobody will mourn the removal of gcc 4.6 support, since
ubuntu
12.04 has been unsupported since 2017.
Pavel, would you care?
I'd like 4.9 to be still supported.
Below that I don't care.
I plan remove gcc 4.6 support (pre-C++11) soon.
Good, but at this moment even 4.9 cries (likely the recent 'Remove unneeded
std::move'...)
make[4]: Entering directory '/home/paf/lyx/devel/src'
CXX MetricsInfo.o
MetricsInfo.cpp: In member function 'lyx::Changer
lyx::MetricsBase::changeFontSet(const string&)':
MetricsInfo.cpp:77:9: error: cannot bind 'lyx::RefChanger<lyx::MetricsBase> {aka
std::unique_ptr<lyx::RevertibleRef<lyx::MetricsBase>, std::default_delete<lyx::RevertibleRef<lyx::MetricsBase> > >}'
lvalue to 'std::unique_ptr<lyx::RevertibleRef<lyx::MetricsBase>, std::default_delete<lyx::RevertibleRef<lyx::MetricsBase>
> >&&'
return rc;
OK, I'll revert.
JMarc