🏗️」 wip: cgi should be able to be implemented

This commit is contained in:
2025-05-24 11:22:43 +02:00
parent 41ca9eacd3
commit 75eab5ed52
7 changed files with 71 additions and 72 deletions

View File

@ -6,7 +6,7 @@
/* By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/05/12 17:13:39 by adjoly #+# #+# */
/* Updated: 2025/05/16 10:18:25 by adjoly ### ########.fr */
/* Updated: 2025/05/24 11:00:26 by adjoly ### ########.fr */
/* */
/* ************************************************************************** */
@ -77,7 +77,6 @@ class ResourceManager {
delete (*it);
_res.erase(it);
}
// NOTE: throw or not - to see
}
protected: