Merge branch '2' of git://github.com/neheb/MPD

This commit is contained in:
Max Kellermann 2021-11-11 10:32:45 +01:00
commit d051c4931d

View File

@ -30,9 +30,10 @@
#include "AddressInfo.hxx"
#include "Features.hxx"
#include <array>
#include <cassert>
static constexpr int address_family_ranking[] = {
static constexpr auto address_family_ranking = std::array {
#ifdef HAVE_UN
AF_LOCAL,
#endif