~ubuntu-branches/ubuntu/wily/ruby-passenger/wily-proposed

« back to all changes in this revision

Viewing changes to ext/boost/type_traits/is_abstract.hpp

  • Committer: Package Import Robot
  • Author(s): Felix Geyer
  • Date: 2013-11-23 23:50:02 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20131123235002-8fdhsq7afj15o2z2
Tags: 4.0.25-1
* New upstream release.
* Refresh fix_install_path.patch.
* Build for Ruby 2.0 instead of 1.8. (Closes: #725591)
* Add fix_ftbfs_fortify_source.patch.
* Install passenger template files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
//    At this time supported by EDG (Intel C++ 7, Comeau 4.3.2) and VC7.1.
40
40
//  - Adapted and added into Boost.Serialization library by Robert Ramey 
41
41
//    (starting with submission #10).
42
 
//  - Jan 2004: GCC 3.4 fixed to suport DR337 (Giovanni Bajo).
 
42
//  - Jan 2004: GCC 3.4 fixed to support DR337 (Giovanni Bajo).
43
43
//  - Jan 2004: modified to be part of Boost.TypeTraits (Pavel Vozenilek).
44
44
//  - Nov 2004: Christoph Ludwig found that the implementation did not work with
45
45
//              template types and gcc-3.4 or VC7.1, fix due to Christoph Ludwig