Krita Source Code Documentation
Loading...
Searching...
No Matches
KisPropagateConstWrapper.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2023 Dmitry Kazakov <dimula73@gmail.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6#ifndef KISPROPAGATECONSTWRAPPER_H
7#define KISPROPAGATECONSTWRAPPER_H
8
9#if __has_include(<experimental/propagate_const>) && !defined( __cppcheck__)
10#include <experimental/propagate_const>
11#else
13#endif
14
15#endif // KISPROPAGATECONSTWRAPPER_H