Removed isSigned param when initializing Form, because it should always start as FALSE
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
/* By: hadi <hadi@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2026/02/16 22:32:41 by hadi #+# #+# */
|
||||
/* Updated: 2026/02/17 09:48:55 by hadi ### ########.fr */
|
||||
/* Updated: 2026/02/17 16:29:26 by hadi ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
@@ -18,7 +18,7 @@ int main()
|
||||
std::cout << "---- ex01 tests ----" << std::endl;
|
||||
|
||||
try {
|
||||
Form form("AngelForm", false, 139, 5);
|
||||
Form form("AngelForm", 139, 5);
|
||||
Bureaucrat angel("Angel", 140);
|
||||
|
||||
std::cout << form << std::endl;
|
||||
|
||||
Reference in New Issue
Block a user