Skip to content

Commit

Permalink
POC: Fix headers
Browse files Browse the repository at this point in the history
PATCH
  • Loading branch information
TTENSHII committed Sep 20, 2023
1 parent 1e146c9 commit e8382b4
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 22 deletions.
2 changes: 1 addition & 1 deletion src/poc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ else()
target_compile_options(
${PROJECT_NAME}
PRIVATE
-Wall -Wextra
-Wall -Wextra -pedantic
)
endif()

Expand Down
11 changes: 4 additions & 7 deletions src/poc/src/Registry.hpp
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
/*
** Registry.hpp for R-Bus in /home/kitetsu/Epitech/R-Bus/src/poc/src
**
** Made by brice
** Login <[email protected]>
**
** Started on Wed Sep 20 4:21:18 PM 2023 brice
** Last update Wed Sep 20 4:21:18 PM 2023 brice
** EPITECH PROJECT, 2023
** R-Bus
** File description:
** Registry
*/

#include <any>
Expand Down
11 changes: 4 additions & 7 deletions src/poc/src/SparseArray.hpp
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
/*
** SparseArray.hpp for R-Bus in /home/kitetsu/Epitech/R-Bus/src/poc/src
**
** Made by brice
** Login <[email protected]>
**
** Started on Wed Sep 20 4:21:15 PM 2023 brice
** Last update Wed Sep 20 4:21:15 PM 2023 brice
** EPITECH PROJECT, 2023
** R-Bus
** File description:
** SparseArray
*/

#include <iterator>
Expand Down
11 changes: 4 additions & 7 deletions src/poc/src/main.cpp
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
/*
** main.cpp for R-Bus in /home/kitetsu/Epitech/R-Bus/src/poc/src
**
** Made by brice
** Login <[email protected]>
**
** Started on Wed Sep 20 4:21:09 PM 2023 brice
** Last update Wed Sep 20 4:21:09 PM 2023 brice
** EPITECH PROJECT, 2023
** R-Bus
** File description:
** main
*/

#include <iostream>
Expand Down

0 comments on commit e8382b4

Please sign in to comment.