Moses-support Digest, Vol 87, Issue 37

Send Moses-support mailing list submissions to
moses-support@mit.edu

To subscribe or unsubscribe via the World Wide Web, visit
http://mailman.mit.edu/mailman/listinfo/moses-support
or, via email, send a message with subject or body 'help' to
moses-support-request@mit.edu

You can reach the person managing the list at
moses-support-owner@mit.edu

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Moses-support digest..."


Today's Topics:

1. Re: C++11 (Rico Sennrich)
2. Re: C++11 (Jie Jiang)
3. Re: C++11 (Hieu Hoang)
4. Re: C++11 (Jie Jiang)


----------------------------------------------------------------------

Message: 1
Date: Wed, 15 Jan 2014 16:24:23 +0000 (UTC)
From: Rico Sennrich <rico.sennrich@gmx.ch>
Subject: Re: [Moses-support] C++11
To: moses-support@MIT.EDU
Message-ID: <loom.20140115T171849-824@post.gmane.org>
Content-Type: text/plain; charset=us-ascii

Rico Sennrich <rico.sennrich@...> writes:

>
> I just pushed a commit that uses a C++11 feature (initalizer list). It
> should work with compilers that are no older than 5 years or so (gcc >= 4.4).
>

I reverted the commits again; there were issues with gcc < 4.6, and
apparently some different problems with the recent versions of gcc/boost. I
think it's worth it to keep C++11 compatibility in mind, but at the time
being, it seems to be too much trouble.

-
Rico



------------------------------

Message: 2
Date: Wed, 15 Jan 2014 16:58:56 +0000
From: Jie Jiang <jie.jiang@capita-ti.com>
Subject: Re: [Moses-support] C++11
To: Rico Sennrich <rico.sennrich@gmx.ch>
Cc: "moses-support@mit.edu" <moses-support@mit.edu>
Message-ID:
<CAGWrrwOgFpVgNMAznx0bwThfGE9k0OU-DaGSzrF4MTMoBcgp7w@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

Hi Roco:

I think in the future it would be better to wrap up the c11 code with
macros like:

#if __cplusplus >= 201103L
//c11 code here
#
//old code here

0 Response to "Moses-support Digest, Vol 87, Issue 37"

Post a Comment