...
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user