Standard library header <string>

This header is part of the strings library.

# Defect reports

DRApplied toBehavior as publishedCorrect behavior
LWG 209C++98the declarations of the following std::basic_stringmembers used inconsistent styles in the synopsis:
void push_back(CharT c);
basic_string& assign(const basic_string& str);
void swap(basic_string& str);uniformed the styles