~barry/ubuntu/precise/boost1.46/debian-merge

« back to all changes in this revision

Viewing changes to boost/tr1/functional.hpp

  • Committer: Bazaar Package Importer
  • Author(s): Steve M. Robbins
  • Date: 2011-03-13 00:37:35 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110313003735-r7j6jdk0hkywfzuw
Tags: 1.46.1-1
* New upstream.

* control: Add libboost-random1.46-dev to depends of -all-dev and
  suggests of -dev.  Closes: #615849.

Show diffs side-by-side

added added

removed removed

Lines of Context:
128
128
}
129
129
 
130
130
namespace std{ namespace tr1{
131
 
   using ::boost::hash;
 
131
   //using ::boost::hash;
 
132
 
 
133
   template <class T>
 
134
   struct hash : public boost::hash<T>
 
135
   {
 
136
   };
132
137
 
133
138
}}
134
139