What is the extent of interoperability between C++11 and a recent version of Boost (say 1.55) built with a C++11 compiler.
- Does the behavior of any library feature change depending on whether I built the libraries with c++11 flags enabled or not?
- How do language features like lambda functions cooperate with Boost's lambdas?