File indexing completed on 2024-05-19 04:25:09

0001 /*
0002  *  SPDX-FileCopyrightText: 2023 Dmitry Kazakov <dimula73@gmail.com>
0003  *
0004  *  SPDX-License-Identifier: GPL-2.0-or-later
0005  */
0006 #ifndef KISPROPAGATECONSTWRAPPER_H
0007 #define KISPROPAGATECONSTWRAPPER_H
0008 
0009 #if __has_include(<experimental/propagate_const>) && !defined( __cppcheck__)
0010 #include <experimental/propagate_const>
0011 #else
0012 #include "3rdparty/propagate_const.h"
0013 #endif
0014 
0015 #endif // KISPROPAGATECONSTWRAPPER_H