past commit not executed, finishing up
This commit is contained in:
@@ -88,8 +88,6 @@ std::string p_logs::entryx_browser(int x){
|
||||
return logs[x].browser;
|
||||
}
|
||||
|
||||
|
||||
// TO DO: TIME THE DIFFERENCE BETWEEN THESE TWO PRINTING METHODS
|
||||
void p_logs::print_logs() {
|
||||
|
||||
std::ios_base::sync_with_stdio(false);
|
||||
|
||||
@@ -10,8 +10,8 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include <regex>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
struct Entry {
|
||||
std::string ip;
|
||||
|
||||
Reference in New Issue
Block a user