I'm interested in a basic Regex library. I believe I can use C++ TR1. During the research, similar answers claim C++ TR1 is provided by Boost (some hand waiving).
Perhaps I am missing something, but I did not see an acknowledgement of Boost by the C++ technical committee and I doubt Microsoft, Dinkumware, etc are using it in their implementations. Looking at GCC sources, I'm not even sure GCC is using Boost libraries.
Can anyone point to a reference for the claims that TR1 Regex is provided by Boost?
Jeff