Murray Cumming

Results 16 comments of Murray Cumming

It would also be nice if it said whether "Sequential Consistency" and "Serializability" are the same thing.

Sorry, I've read that but I don't understand what I should try. My .android2po file did look like this: --android app/src/main/res --gettext app/src/main/locale So I don't seem to be using...

Thanks, but I then get this error: Error: --layout needs %(group)s variable, since you have multiple groups: arrays, strings For now, I am just putting everything in strings.xml to avoid...

Actually, maybe I just shouldn't do this. This documentation http://developer.android.com/guide/topics/resources/string-resource.html under "Escaping apostrophes and quotes" says that "XML encodings" don't work.

Here's a bug report/question about those extra quotes when not escaping the markup: https://github.com/miracle2k/android2po/issues/31

> I'm helping out with the PR backlog. Looks like you have a large code change. I would like to merge this in around v1.69. The modernization is greatly appreciated,...

OK. I've rebased on master and force pushed to the develop-murrayc-examples-modern-cpp branch in my fork. I can't seem to remember how I built this at the time, inside modular-boost, so...

At the moment I can't even build the regular develop branch: ``` [murrayc@murrayc-ThinkPad-X220 boost (develop *)]$ ./b2 Performing configuration checks - default address-model : 64-bit - default architecture : x86...

The remaining build errors in CI are in tests/isomorphism.cpp, and seem to be unrelated to my changes.

> Using C++11/14 in code examples would surely be beneficial and shorter I prepared that a few years ago. Here's the old pull request: https://github.com/boostorg/graph/pull/81