We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72641de commit 91d2dbeCopy full SHA for 91d2dbe
headers/Management_Envoyer.h
@@ -2,14 +2,16 @@
2
3
#include <iostream>
4
#include <string>
5
+#include <iterator>
6
+
7
+#include "Utils.h" // Utilitaires
8
9
10
void FPL_Print_Init(std::vector<std::string>& content_line_slitted, std::string& line) {
11
// Préparation
12
13
std::string whatReplace = "envoyer ";
- std::string& ref_whatreplace = whatReplace;
- std::string print_content = replace(line, ref_whatreplace);
14
+ std::string print_content = replaceFPL(line, whatReplace);
15
16
17
// Envoyer
0 commit comments