Hi All. I have been working on adding support of the stdcxx library to the boost build system. I have created the .jam files to build boost library with stdcxx using MSVC 7.1 and 8.0. There are some errors during build process.
The mostly error is: error C2039: 'mbstate_t' : is not a member of 'std'. And the same error, but with ptrdiff_t instead of mbstate_t. I will check where the problem is. Farid.
