Thomas Marsh
Thomas Marsh
I won't assert that this fixes all -std=c++0x compilation issues, but we had to make the following change in SimpleAmqpClient/BasicMessage.h: Replacing the line ``` #include ``` with: ``` #ifdef BOOST_HAS_RVALUE_REFS...
In our case, this fix was for gcc 4.6.3, boost 1.52.0.
I should have said in my first post: clearly this is a hack; we haven't had a chance to identify the correct solution.
Hi! I have a few comments and ideas on the optics implementation. I'm just learning rust, coming from the Haskell/Swift/Kotlin world, so apologies for not using rusty syntax. Further apologies...
Thanks for all the clarifications and explanation of your motivations. I'll try to address some of your points. ## General thoughts Lenses are primarily used as functional tools for getting...
Hi! I just wanted to respond quickly, and will come back with more thoughts. I think this sounds very interesting as a way to build the story you want to...