Signed-off-by: Julien CLEMENT <julien.clement@epita.fr>
This commit is contained in:
parent
39c8cc43d8
commit
335d8ba22c
10
.drone.yml
Normal file
10
.drone.yml
Normal file
@ -0,0 +1,10 @@
|
||||
kind: pipeline
|
||||
name: build
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: turboregistry:5000/juju/turbo-ci
|
||||
commands:
|
||||
- ./autogen.sh
|
||||
- ./configure
|
||||
- make
|
@ -1,5 +1,6 @@
|
||||
#pragma once
|
||||
#include <unordered_map>
|
||||
#include <optional>
|
||||
|
||||
#include "misc/buffer.hh"
|
||||
#include "legislator/legislator.hh"
|
||||
|
@ -18,7 +18,7 @@ namespace misc
|
||||
|
||||
std::ostream& operator<<(std::ostream& os, const addrinfo&)
|
||||
{
|
||||
os << "addrinfo{"
|
||||
<< "}";
|
||||
os << std::string("addrinfo{")
|
||||
<< std::string("}");
|
||||
return os;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user