Remove obsolete C++11 #ifdef

This commit is contained in:
Andrew Gaul 2023-11-20 22:13:30 +09:00
parent 10a72bfd0f
commit 2a3cfd162d
1 changed files with 0 additions and 6 deletions

View File

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