This patch does two things:
- Allow std.strstream to used in C++11. This is needed to get the libc++ test suite passing with modules enabled. Also enforcing that strstream is not used in C++11 seems like non-conforming behavior.
- Remove the C++11 requirement for std.atomic. Libc++ implements almost all of it in C++03.