C++11 policy in frameworks?

Jeremy Whiting jpwhiting at kde.org
Sun Feb 8 20:59:48 UTC 2015


https://trac.macports.org/browser/trunk/dports/lang/llvm-3.7/Portfile I
thought this was clang 3.7 maybe I'm confused though
On Feb 8, 2015 1:39 PM, "Albert Astals Cid" <aacid at kde.org> wrote:

> El Diumenge, 8 de febrer de 2015, a les 09:55:05, Jeremy Whiting va
> escriure:
> > Hey all,
> >
> > In trying to get kf5 built on an older machine with clang 3.7 I've hit an
> > isuse with kdeclarative.
>
> clang 2.7 or 3.7?
>
> 3.7 is still unreleased, no?
>
> Cheers,
>   Albert
>
> > A few days ago some code was checked into it that
> > uses std::lround which isn't available on clang's stdlib implementation
> > yet. Should this change to floor or ciel, or is there an #ifdef we can
> put
> > around it depending if C++11 support is available when building? Or is
> > C++11 not allowed in frameworks yet (just applications) so it should be
> > changed to use some other method to round the values (floor(value + 0.5)
> or
> > something similar)?
> >
> > thanks,
> > Jeremy
>
> _______________________________________________
> Kde-frameworks-devel mailing list
> Kde-frameworks-devel at kde.org
> https://mail.kde.org/mailman/listinfo/kde-frameworks-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20150208/3e2e1e6e/attachment.html>


More information about the Kde-frameworks-devel mailing list