< Previous by Date | Date Index | Next by Date > |
< Previous in Thread | Thread Index | Next in Thread > |
On 20/02/15 11:30, Jonathan Pallant
wrote:
Hi, I wouldn't have any objection to supporting C++11 but it would be useful to hear the opinions of some other developers too. The process would be something like this: a) make a Github fork b) in your fork make a branch, call it something like b-cpp11-eval c) tweak the .travis.yml file in your branch to add a C++11 permutation of the build (leave the existing builds with gcc and clang there too) d) commit the code changes to support C++11 e) submit a pull request for your-fork:yourbranch against resiprocate:master - this will cause travis-ci to make a build for the rest of us to review. It it looks good, and if the diff is easy for us to review, then we can look at merging it. There are some users who have expressed concern about the use of exceptions and associated try/catch blocks as they want to minimize the size of the binary so please keep that in mind. Regards, Daniel |