This commit is contained in:
2024-10-21 18:11:35 +03:00
parent b8fdae9d16
commit 0d62c9defc
9 changed files with 247 additions and 68 deletions

View File

@@ -230,7 +230,7 @@ public:
typedef std::string server_ident_t;
template <traits::adc_input_char_range R>
AdcGenericNetServer(R&& id) : _serverIdent()
AdcGenericNetServer(const R& id) : _serverIdent()
{
if constexpr (std::is_array_v<std::remove_cvref_t<R>>) {
_serverIdent = id;