Merge branch '2' of git://github.com/neheb/MPD
This commit is contained in:
commit
d051c4931d
@ -30,9 +30,10 @@
|
|||||||
#include "AddressInfo.hxx"
|
#include "AddressInfo.hxx"
|
||||||
#include "Features.hxx"
|
#include "Features.hxx"
|
||||||
|
|
||||||
|
#include <array>
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
|
|
||||||
static constexpr int address_family_ranking[] = {
|
static constexpr auto address_family_ranking = std::array {
|
||||||
#ifdef HAVE_UN
|
#ifdef HAVE_UN
|
||||||
AF_LOCAL,
|
AF_LOCAL,
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user