]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/seastar/include/seastar/util/gcc6-concepts.hh
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / seastar / include / seastar / util / gcc6-concepts.hh
index f48ac415531eb22411fd175f805c2d842694d994..1f4ac85659bf4d7fe00496367f693937474fd319 100644 (file)
  */
 #pragma once
 
-#ifndef SEASTAR_HAVE_GCC6_CONCEPTS
-
 #define GCC6_CONCEPT(x...)
 #define GCC6_NO_CONCEPT(x...) x
 
-#else
-
-#define GCC6_CONCEPT(x...) x
-#define GCC6_NO_CONCEPT(x...)
-
-#endif