Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:40:56

0001 #ifndef BOOST_MP11_VERSION_HPP_INCLUDED
0002 #define BOOST_MP11_VERSION_HPP_INCLUDED
0003 
0004 //  Copyright 2019 Peter Dimov
0005 //
0006 //  Distributed under the Boost Software License, Version 1.0.
0007 //
0008 //  See accompanying file LICENSE_1_0.txt or copy at
0009 //  http://www.boost.org/LICENSE_1_0.txt
0010 
0011 // Same format as BOOST_VERSION:
0012 //   major * 100000 + minor * 100 + patch
0013 
0014 #define BOOST_MP11_VERSION 108400
0015 
0016 #endif // #ifndef BOOST_MP11_VERSION_HPP_INCLUDED