On June 16, 2015 11:02:59 PM GMT+07:00, Rico Sennrich <[email protected]> wrote: >Hi list, > >some code in mosesdecoder (oxlm, c++tokenizer) already requires c++11. >To >let people benefit from the usability and functionality improvements of >c++11, it would be beneficial to allow the use of c++11 features in all >of >the code. > >before people start making big changes to the codebase, we should make >sure >that there are no good reasons against allowing c++11 features, such as >lack >of compiler support. > >I pushed a minimal commit (6c0f875) to test the waters. If this >introduces >bugs, or if users still rely on old compilers without c++11 support, >please >complain here. > >best wishes, >Rico > >_______________________________________________ >Moses-support mailing list >[email protected] >http://mailman.mit.edu/mailman/listinfo/moses-support
For me, C++11 is currently the most recent version I can work with. So I welcome C++11, but please, no C++14 just yet. :) We may see a slight performance increase from going to C++11, especially if we can figure out exactly where "noexcept" is appropriate. Jeroen _______________________________________________ Moses-support mailing list [email protected] http://mailman.mit.edu/mailman/listinfo/moses-support
