mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-30 01:50:25 +02:00
[c++/en,es,it,br,ru,ch] Fix forgotten namespace std:: (#2619)
This commit is contained in:
@@ -456,7 +456,7 @@ void Dog::print() const
|
||||
|
||||
Dog::~Dog()
|
||||
{
|
||||
cout << "Goodbye " << name << "\n";
|
||||
std::cout << "Goodbye " << name << "\n";
|
||||
}
|
||||
|
||||
int main() {
|
||||
|
Reference in New Issue
Block a user