Fixes #129: linking issues related to case_insensitive_equal and make_error_code
This commit is contained in:
parent
e82ba25e3e
commit
83691c6e9a
3 changed files with 9 additions and 7 deletions
|
|
@ -120,7 +120,7 @@ namespace SimpleWeb {
|
|||
if (response->status_code.empty() || response->status_code.compare(0, 3, "200") != 0) {
|
||||
std::lock_guard<std::mutex> lock(socket_mutex);
|
||||
socket=nullptr;
|
||||
throw make_error_code(errc::permission_denied);
|
||||
throw make_error_code::make_error_code(errc::permission_denied);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue