|
@@ -1000,7 +1000,7 @@ string Description::typeToString(Type type) {
|
|
} // namespace rtc
|
|
} // namespace rtc
|
|
|
|
|
|
std::ostream &operator<<(std::ostream &out, const rtc::Description &description) {
|
|
std::ostream &operator<<(std::ostream &out, const rtc::Description &description) {
|
|
- return out << string(description);
|
|
|
|
|
|
+ return out << std::string(description);
|
|
}
|
|
}
|
|
|
|
|
|
std::ostream &operator<<(std::ostream &out, rtc::Description::Type type) {
|
|
std::ostream &operator<<(std::ostream &out, rtc::Description::Type type) {
|