Remove obsolete C++11 #ifdef (#2377)

This commit is contained in:
Andrew Gaul 2023-11-21 00:37:42 +09:00 committed by GitHub
parent 10a72bfd0f
commit 691669749e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
//-------------------------------------------------------------------