Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-19 09:47:50

0001 // size_t.h
0002 // Copyright (c) 2007-2009 Ben Hanson (http://www.benhanson.net/)
0003 //
0004 // Distributed under the Boost Software License, Version 1.0. (See accompanying
0005 // file licence_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
0006 #ifndef BOOST_SPIRIT_SUPPORT_DETAIL_LEXER_SIZE_T_HPP
0007 #define BOOST_SPIRIT_SUPPORT_DETAIL_LEXER_SIZE_T_HPP
0008 
0009 #include <stddef.h> // ptrdiff_t
0010 
0011 #include <string>
0012 
0013 #endif