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

« back to all changes in this revision

Viewing changes to libs/boost-lib/boost/config/abi_suffix.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:
1
1
//  abi_sufffix header  -------------------------------------------------------//
2
2
 
3
 
// � Copyright John Maddock 2003
 
3
// (c) Copyright John Maddock 2003
4
4
   
5
5
// Use, modification and distribution are subject to the Boost Software License,
6
6
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
10
10
// <boost/config/abi_prefix.hpp>.
11
11
 
12
12
#ifndef BOOST_CONFIG_ABI_PREFIX_HPP
13
 
# error Header boost/config/abi_prefix.hpp must only be used after boost/config/abi_prefix.hpp
 
13
# error Header boost/config/abi_suffix.hpp must only be used after boost/config/abi_prefix.hpp
14
14
#else
15
15
# undef BOOST_CONFIG_ABI_PREFIX_HPP
16
16
#endif
20
20
#  include BOOST_ABI_SUFFIX
21
21
#endif
22
22
 
 
23
#if defined( __BORLANDC__ )
 
24
#pragma nopushoptwarn
 
25
#endif
 
26
 
23
27