aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/cxxsupp/libcxx/include/__config_epilogue.h
blob: cc5cf17193d3d2ab2a8725344fd3c7315e0238d3 (plain) (blame)
1
2
3
4
5
6
#pragma once

#if defined(__CUDACC__)
	#undef _LIBCPP_USING_IF_EXISTS
	#define _LIBCPP_USING_IF_EXISTS
#endif