|
|
|||
File indexing completed on 2025-12-16 09:59:09
0001 /* Sets Outcome version 0002 (C) 2017-2024 Niall Douglas <http://www.nedproductions.biz/> (4 commits) 0003 0004 0005 Boost Software License - Version 1.0 - August 17th, 2003 0006 0007 Permission is hereby granted, free of charge, to any person or organization 0008 obtaining a copy of the software and accompanying documentation covered by 0009 this license (the "Software") to use, reproduce, display, distribute, 0010 execute, and transmit the Software, and to prepare derivative works of the 0011 Software, and to permit third-parties to whom the Software is furnished to 0012 do so, all subject to the following: 0013 0014 The copyright notices in the Software and this entire statement, including 0015 the above license grant, this restriction and the following disclaimer, 0016 must be included in all copies of the Software, in whole or in part, and 0017 all derivative works of the Software, unless such copies or derivative 0018 works are solely in the form of machine-executable object code generated by 0019 a source language processor. 0020 0021 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 0022 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 0023 FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT 0024 SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE 0025 FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, 0026 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 0027 DEALINGS IN THE SOFTWARE. 0028 */ 0029 0030 /*! AWAITING HUGO JSON CONVERSION TOOL */ 0031 #define BOOST_OUTCOME_VERSION_MAJOR 2 0032 /*! AWAITING HUGO JSON CONVERSION TOOL */ 0033 #define BOOST_OUTCOME_VERSION_MINOR 2 0034 /*! AWAITING HUGO JSON CONVERSION TOOL */ 0035 #define BOOST_OUTCOME_VERSION_PATCH 9 0036 /*! AWAITING HUGO JSON CONVERSION TOOL */ 0037 #define BOOST_OUTCOME_VERSION_REVISION 0 // Revision version for cmake and DLL version stamping 0038 0039 /*! AWAITING HUGO JSON CONVERSION TOOL */ 0040 #ifdef BOOST_OUTCOME_ENABLE_ABI_PERMUTATION 0041 #define BOOST_OUTCOME_UNSTABLE_VERSION 0042 #endif
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|