Resolved unambiguous Server::Response::write() functions
This commit is contained in:
parent
362c1a2591
commit
985809791c
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ namespace SimpleWeb {
|
|||
}
|
||||
|
||||
/// Convenience function for writing success status line, and header fields
|
||||
void write(const CaseInsensitiveMultimap &header=CaseInsensitiveMultimap()) {
|
||||
void write(const CaseInsensitiveMultimap &header) {
|
||||
write(StatusCode::success_ok, std::string(), header);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue