1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Support C++ source use utilities defined in util.h
6 #ifndef PERF_UTIL_UTIL_CXX_H
7 #define PERF_UTIL_UTIL_CXX_H
14 * Now 'new' is the only C++ keyword found in util.h:
15 * in tools/include/linux/rbtree.h
17 * Other keywords, like class and delete, should be
18 * redefined if necessary.