~ubuntu-branches/ubuntu/warty/aqsis/warty

« back to all changes in this revision

Viewing changes to boost/boost/type_traits/same_traits.hpp

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2004-08-24 07:25:04 UTC
  • Revision ID: james.westby@ubuntu.com-20040824072504-zf993vnevvisdsvb
Tags: upstream-0.9.1
ImportĀ upstreamĀ versionĀ 0.9.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
//  (C) Copyright Steve Cleary, Beman Dawes, Aleksey Gurtovoy, Howard Hinnant & John Maddock 2000.
 
2
//  Permission to copy, use, modify, sell and
 
3
//  distribute this software is granted provided this copyright notice appears
 
4
//  in all copies. This software is provided "as is" without express or implied
 
5
//  warranty, and with no claim as to its suitability for any purpose.
 
6
//
 
7
//  See http://www.boost.org for most recent version including documentation.
 
8
//
 
9
//  defines is_same:
 
10
 
 
11
#ifndef BOOST_TT_SAME_TRAITS_HPP_INCLUDED
 
12
#define BOOST_TT_SAME_TRAITS_HPP_INCLUDED
 
13
 
 
14
#include "boost/type_traits/is_same.hpp"
 
15
 
 
16
#endif  // BOOST_TT_SAME_TRAITS_HPP_INCLUDED