remove GCC5 hacks
GCC5 cannot build mpd. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -178,7 +178,7 @@ public:
|
||||
/**
|
||||
* Is this an IPv4 address mapped inside struct sockaddr_in6?
|
||||
*/
|
||||
#if defined(__linux__) && !GCC_OLDER_THAN(5,0)
|
||||
#if defined(__linux__)
|
||||
constexpr
|
||||
#endif
|
||||
bool IsV4Mapped() const noexcept {
|
||||
|
Reference in New Issue
Block a user