ry
> S 33' 41' 44"E 150' 56' 32"
>
>
> > Date: Mon, 30 Apr 2012 18:34:13 +0200
> > From: kiithsa...@gmail.com
> > To: stellarium-pubdevel@lists.sourceforge.net
> > Subject: Re: [Stellarium-pubdevel] C++11
>
> >
> >
' 41' 44"E 150' 56' 32"
> Date: Mon, 30 Apr 2012 18:34:13 +0200
> From: kiithsa...@gmail.com
> To: stellarium-pubdevel@lists.sourceforge.net
> Subject: Re: [Stellarium-pubdevel] C++11
>
> http://wiki.apache.org/stdcxx/C%2B%2B0xCompilerS
http://wiki.apache.org/stdcxx/C%2B%2B0xCompilerSupport
There are quite a few C++11 features supported by GCC 4.5 . Not sure which LLVM
is in Lion, but C++11 support seems to be good there as well.
Maybe it'd be good idea to first try to turn C++11 on just to see if
nothing breaks?
(AFAIK there ar
So maybe we can add a test with a simple, trivial C++11 line, and see what
it actualyl does on each platform. This could be done in a C++11 test
branch too.
On Mon, Apr 30, 2012 at 8:43 AM, Alexander Wolf wrote:
> 2012/4/30 Reaves, Timothy :
> > What compile is used on Windows?
>
> MinGW with
2012/4/30 Reaves, Timothy :
> What compile is used on Windows?
MinGW with GCC 4.6
--
With best regards, Alexander
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
th
Here is the LLVM support page, which is required for Lion and above :
http://clang.llvm.org/cxx_status.html For pre-Lion, gcc4.5 is used.
What compile is used on Windows?
On Mon, Apr 30, 2012 at 2:11 AM, Fabien Chéreau <
fabien.cher...@googlemail.com> wrote:
> Try to avoid it for the moment, I
Try to avoid it for the moment, I don't think all compiler on win/mac
supports it right now.
Fab
On Mon, Apr 30, 2012 at 02:48, Reaves, Timothy
wrote:
> I know of know reason this should not be permissible. Make sure the cmake
> file is update.
>
> On Sun, Apr 29, 2012 at 6:36 PM, Anton Samoylov
I know of know reason this should not be permissible. Make sure the cmake
file is update.
On Sun, Apr 29, 2012 at 6:36 PM, Anton Samoylov wrote:
> Can I use C++11 ( http://en.wikipedia.org/wiki/C%2B%2B11 ) syntax in
> Stellarium? GCC compiler supports C++11 since version 4.3 (current is 4.7),
>
Can I use C++11 ( http://en.wikipedia.org/wiki/C%2B%2B11 ) syntax in
Stellarium? GCC compiler supports C++11 since version 4.3 (current is 4.7),
but it needs additional command-line parameter ( -std=c++0x)
--
Best regards,
Anton Samoylov
---