|
||||
File indexing completed on 2025-01-18 09:51:20
0001 /* 0002 * 0003 * Copyright (c) 2004 0004 * John Maddock 0005 * 0006 * Use, modification and distribution are subject to the 0007 * Boost Software License, Version 1.0. (See accompanying file 0008 * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 0009 * 0010 */ 0011 0012 /* 0013 * LOCATION: see http://www.boost.org for most recent version. 0014 * FILE object_cache.hpp 0015 * VERSION see <boost/version.hpp> 0016 * DESCRIPTION: Implements a generic object cache. 0017 */ 0018 0019 #ifndef BOOST_REGEX_OBJECT_CACHE_HPP 0020 #define BOOST_REGEX_OBJECT_CACHE_HPP 0021 0022 #include <boost/regex/config.hpp> 0023 #ifdef BOOST_REGEX_CXX03 0024 #include <boost/regex/v4/object_cache.hpp> 0025 #else 0026 #include <boost/regex/v5/object_cache.hpp> 0027 #endif 0028 0029 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |