Thread safety of string class

Just like int or float, Proud.StringT is not thread-safe. Thus accessing the same string object from several threads is not safe (unless every thread are only reading).

This is same with the string class of either ATL or STL.