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
