Ending print with .
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
/* By: aortigos <aortigos@student.42malaga.com +#+ +:+ +#+ */
|
/* By: aortigos <aortigos@student.42malaga.com +#+ +:+ +#+ */
|
||||||
/* +#+#+#+#+#+ +#+ */
|
/* +#+#+#+#+#+ +#+ */
|
||||||
/* Created: 2026/02/21 11:37:41 by aortigos #+# #+# */
|
/* Created: 2026/02/21 11:37:41 by aortigos #+# #+# */
|
||||||
/* Updated: 2026/02/21 11:53:41 by aortigos ### ########.fr */
|
/* Updated: 2026/03/16 10:07:29 by aortigos ### ########.fr */
|
||||||
/* */
|
/* */
|
||||||
/* ************************************************************************** */
|
/* ************************************************************************** */
|
||||||
|
|
||||||
@@ -93,6 +93,7 @@ std::ostream &operator<<(std::ostream &os, const Bureaucrat &bureaucrat)
|
|||||||
os << bureaucrat.getName()
|
os << bureaucrat.getName()
|
||||||
<< ", bureaucrat grade "
|
<< ", bureaucrat grade "
|
||||||
<< bureaucrat.getGrade()
|
<< bureaucrat.getGrade()
|
||||||
|
<< "."
|
||||||
<< std::endl;
|
<< std::endl;
|
||||||
return (os);
|
return (os);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
/* By: aortigos <aortigos@student.42malaga.com +#+ +:+ +#+ */
|
/* By: aortigos <aortigos@student.42malaga.com +#+ +:+ +#+ */
|
||||||
/* +#+#+#+#+#+ +#+ */
|
/* +#+#+#+#+#+ +#+ */
|
||||||
/* Created: 2026/02/21 12:10:56 by aortigos #+# #+# */
|
/* Created: 2026/02/21 12:10:56 by aortigos #+# #+# */
|
||||||
/* Updated: 2026/02/21 12:10:56 by aortigos ### ########.fr */
|
/* Updated: 2026/03/16 10:07:43 by aortigos ### ########.fr */
|
||||||
/* */
|
/* */
|
||||||
/* ************************************************************************** */
|
/* ************************************************************************** */
|
||||||
|
|
||||||
@@ -116,6 +116,7 @@ std::ostream &operator<<(std::ostream &os, const Bureaucrat &bureaucrat)
|
|||||||
os << bureaucrat.getName()
|
os << bureaucrat.getName()
|
||||||
<< ", bureaucrat grade "
|
<< ", bureaucrat grade "
|
||||||
<< bureaucrat.getGrade()
|
<< bureaucrat.getGrade()
|
||||||
|
<< "."
|
||||||
<< std::endl;
|
<< std::endl;
|
||||||
return (os);
|
return (os);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
/* By: aortigos <aortigos@student.42malaga.com +#+ +:+ +#+ */
|
/* By: aortigos <aortigos@student.42malaga.com +#+ +:+ +#+ */
|
||||||
/* +#+#+#+#+#+ +#+ */
|
/* +#+#+#+#+#+ +#+ */
|
||||||
/* Created: 2026/02/21 12:12:30 by aortigos #+# #+# */
|
/* Created: 2026/02/21 12:12:30 by aortigos #+# #+# */
|
||||||
/* Updated: 2026/02/21 12:12:31 by aortigos ### ########.fr */
|
/* Updated: 2026/03/16 10:07:51 by aortigos ### ########.fr */
|
||||||
/* */
|
/* */
|
||||||
/* ************************************************************************** */
|
/* ************************************************************************** */
|
||||||
|
|
||||||
@@ -134,6 +134,7 @@ std::ostream &operator<<(std::ostream &os, const Bureaucrat &bureaucrat)
|
|||||||
os << bureaucrat.getName()
|
os << bureaucrat.getName()
|
||||||
<< ", bureaucrat grade "
|
<< ", bureaucrat grade "
|
||||||
<< bureaucrat.getGrade()
|
<< bureaucrat.getGrade()
|
||||||
|
<< "."
|
||||||
<< std::endl;
|
<< std::endl;
|
||||||
return (os);
|
return (os);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
/* By: aortigos <aortigos@student.42malaga.com +#+ +:+ +#+ */
|
/* By: aortigos <aortigos@student.42malaga.com +#+ +:+ +#+ */
|
||||||
/* +#+#+#+#+#+ +#+ */
|
/* +#+#+#+#+#+ +#+ */
|
||||||
/* Created: 2026/02/21 12:13:44 by aortigos #+# #+# */
|
/* Created: 2026/02/21 12:13:44 by aortigos #+# #+# */
|
||||||
/* Updated: 2026/02/21 12:13:44 by aortigos ### ########.fr */
|
/* Updated: 2026/03/16 10:07:59 by aortigos ### ########.fr */
|
||||||
/* */
|
/* */
|
||||||
/* ************************************************************************** */
|
/* ************************************************************************** */
|
||||||
|
|
||||||
@@ -134,6 +134,7 @@ std::ostream &operator<<(std::ostream &os, const Bureaucrat &bureaucrat)
|
|||||||
os << bureaucrat.getName()
|
os << bureaucrat.getName()
|
||||||
<< ", bureaucrat grade "
|
<< ", bureaucrat grade "
|
||||||
<< bureaucrat.getGrade()
|
<< bureaucrat.getGrade()
|
||||||
|
<< "."
|
||||||
<< std::endl;
|
<< std::endl;
|
||||||
return (os);
|
return (os);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user