Go to the documentation of this file.
29#ifndef _GLIBCXX_CSTDALIGN
30#define _GLIBCXX_CSTDALIGN 1
33#pragma GCC system_header
36#if __cplusplus < 201103L
40# if _GLIBCXX_HAVE_STDALIGN_H
43# if __cplusplus >= 202002L && ! _GLIBCXX_USE_DEPRECATED
44# error "<cstdalign> is not a standard header in C++20, remove the #include"
45# elif __cplusplus >= 201703L && defined __DEPRECATED
46# pragma GCC diagnostic push
47# pragma GCC diagnostic ignored "-Wc++23-extensions"
48# warning "<cstdalign> is deprecated in C++17, remove the #include"
49# pragma GCC diagnostic pop