Package Details: drogon 1.9.0-1

Git Clone URL: https://aur.archlinux.org/drogon.git (read-only, click to copy)
Package Base: drogon
Description: A C++17 based HTTP web application framework running on Linux/macOS/Unix/Windows
Upstream URL: https://github.com/an-tao/drogon
Licenses: MIT
Submitter: moustafine
Maintainer: otreblan
Last Packager: otreblan
Votes: 1
Popularity: 0.002231
First Submitted: 2021-03-27 20:16 (UTC)
Last Updated: 2023-10-29 14:47 (UTC)

Latest Comments

otreblan commented on 2023-06-18 20:15 (UTC)

@alxndrklbk A header was missing. I was able to compile it after adding #include <string> to RateLimiter.h.

alxndrklbk commented on 2023-06-18 19:39 (UTC) (edited on 2023-06-18 20:10 (UTC) by alxndrklbk)

here is some error in executin makepkg after update gcc/g++

drogon/src/drogon-1.8.4/lib/inc/drogon/RateLimiter.h:19:47: error: no match for ‘operator==’ (operand types are ‘const std::string’ {aka ‘const std::__cxx11::basic_string<char>’} and ‘const wchar_t [15]’) 19 | else if (type == L"slidingWindow" || type == "sliding_window") | ~~~~ ^~ ~~~~~~~~~~~~~~~~~ | | | | | const char_t [15] | const std::string {aka const std::__cxx11::basic_string<char>}

(send full log to email)