aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/cxxsupp/libcxx/include/__config_epilogue.h
blob: bdc229a325ab7ac19b7575c7fda30cfcd5f92ce1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#pragma once

#if defined(__CUDACC__)
    #undef _LIBCPP_DECLSPEC_EMPTY_BASES
    #define _LIBCPP_DECLSPEC_EMPTY_BASES

    #undef _LIBCPP_NODEBUG
    #define _LIBCPP_NODEBUG
    
    #undef _LIBCPP_PACKED
    #define _LIBCPP_PACKED

    #undef _LIBCPP_USING_IF_EXISTS
    #define _LIBCPP_USING_IF_EXISTS
#endif