]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/limity.h
PR c++/89705 - ICE with reference binding with conversion function.
[thirdparty/gcc.git] / gcc / limity.h
CommitLineData
a840ff96 1/* This administrivia gets added to the end of limits.h
2 if the system has its own version of limits.h. */
3
f49e52a6 4#else /* not _GCC_LIMITS_H_ */
5
6#ifdef _GCC_NEXT_LIMITS_H
946ce1b7 7#include_next <limits.h> /* recurse down to the real one */
f49e52a6 8#endif
9
c21047db 10#endif /* not _GCC_LIMITS_H_ */