|
|
|||
File indexing completed on 2025-12-16 10:11:30
0001 0002 // Copyright Catch2 Authors 0003 // Distributed under the Boost Software License, Version 1.0. 0004 // (See accompanying file LICENSE.txt or copy at 0005 // https://www.boost.org/LICENSE_1_0.txt) 0006 0007 // SPDX-License-Identifier: BSL-1.0 0008 #ifndef CATCH_VERSION_MACROS_HPP_INCLUDED 0009 #define CATCH_VERSION_MACROS_HPP_INCLUDED 0010 0011 #define CATCH_VERSION_MAJOR 3 0012 #define CATCH_VERSION_MINOR 8 0013 #define CATCH_VERSION_PATCH 0 0014 0015 #endif // CATCH_VERSION_MACROS_HPP_INCLUDED
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|