Hi,

I have contributed some patches in the past (
https://github.com/hydrogen-music/hydrogen/pulls?utf8=%E2%9C%93&q=is%3Apr+author%3Aelpescado).
I find C++11 big improvement to that language and I've been wondering what
is "official policy" towards that standard. I have noticed that C++11
support is not enabled in CMakeLists.txt.

Are there any pre-C+11 platforms we support (Visual Studio?). Would there
be any difference between features implemented in compiler (e.g. auto
keyword) vs. features that require support form runtime library (eg.
std::thread)?

Przemek

2015-06-17 0:25 GMT+02:00 <mau...@smoors.de>:

> Hi Przemek,
>
> to my knowledge, we don't use C++11 features yet in our codebase. There
> is no general rule there, but the code must compile on a lot of
> platform/compilers. I think it depends on what you want to do and where
> you to implement it.  I have no concerns (beside cross platform
> compatibility) for the GUI, but i would be more critic if it comes to
> our realtime components..
> What is your intention? Are you working on a patch/contribution of some
> sort?
>
> Best regards,
> Sebastian
>
>
> On 2015-06-16 16:18, Przemek wrote:
> > Hi,
> >
> > What's the status of C++11 use in Hydrogen?
> >
> > Przemek
> >
> >
> ------------------------------------------------------------------------------
> >
> > _______________________________________________
> > Hydrogen-devel mailing list
> > Hydrogen-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/hydrogen-devel
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Hydrogen-devel mailing list
> Hydrogen-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/hydrogen-devel
>
------------------------------------------------------------------------------
_______________________________________________
Hydrogen-devel mailing list
Hydrogen-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hydrogen-devel

Reply via email to