The release notes for the Intel STM Prototype v3.0 promise, "Support for transactional C++ STL library."
I cannot manage to find a version of the STL library with transactional annotations. Using STL algorithms (for_each) and data structures (vector) in my programs yields a bunch of warning #2316's ("non transaction ready function").
What is the nature of this support for a transactional STL?



