~ubuntu-branches/ubuntu/wily/bombono-dvd/wily

« back to all changes in this revision

Viewing changes to libs/boost-lib/boost/regex/v4/iterator_traits.hpp

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2010-11-04 11:46:25 UTC
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20101104114625-8xfdhvhpsm51i0nu
Tags: upstream-0.8.0
ImportĀ upstreamĀ versionĀ 0.8.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#ifndef BOOST_REGEX_V4_ITERATOR_TRAITS_HPP
20
20
#define BOOST_REGEX_V4_ITERATOR_TRAITS_HPP
21
21
 
 
22
#ifdef BOOST_MSVC
 
23
#pragma warning(push)
 
24
#pragma warning(disable: 4103)
 
25
#endif
22
26
#ifdef BOOST_HAS_ABI_HEADERS
23
27
#  include BOOST_ABI_PREFIX
24
28
#endif
 
29
#ifdef BOOST_MSVC
 
30
#pragma warning(pop)
 
31
#endif
25
32
 
26
33
namespace boost{
27
34
namespace re_detail{
113
120
} // namespace re_detail
114
121
} // namespace boost
115
122
 
 
123
#ifdef BOOST_MSVC
 
124
#pragma warning(push)
 
125
#pragma warning(disable: 4103)
 
126
#endif
116
127
#ifdef BOOST_HAS_ABI_HEADERS
117
128
#  include BOOST_ABI_SUFFIX
118
129
#endif
 
130
#ifdef BOOST_MSVC
 
131
#pragma warning(pop)
 
132
#endif
119
133
 
120
134
#endif
121
135