Remove obsolete C++11 #ifdef

This commit is contained in:
Andrew Gaul 2023-11-20 22:13:30 +09:00
parent 10a72bfd0f
commit 2a3cfd162d

View File

@ -40,12 +40,6 @@
#include <sys/xattr.h> #include <sys/xattr.h>
#endif #endif
#if __cplusplus < 201103L
#define OPERATOR_EXPLICIT
#else
#define OPERATOR_EXPLICIT explicit
#endif
//------------------------------------------------------------------- //-------------------------------------------------------------------
// xattrs_t // xattrs_t
//------------------------------------------------------------------- //-------------------------------------------------------------------