Changeset 2154 for trunk/yat/normalizer/Spearman.h
- Timestamp:
- Jan 17, 2010, 11:21:29 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/normalizer/Spearman.h
r2152 r2154 70 70 RandomAccessIter2 result) const 71 71 { 72 using boost::function_requires; 73 function_requires<boost::RandomAccessIterator<RandomAccessIter1> >(); 74 function_requires<boost::Mutable_RandomAccessIterator<RandomAccessIter2> >(); 72 BOOST_CONCEPT_ASSERT((boost::RandomAccessIterator<RandomAccessIter1>)); 73 BOOST_CONCEPT_ASSERT((boost::Mutable_RandomAccessIterator<RandomAccessIter2>)); 75 74 typename utility::weighted_iterator_traits<RandomAccessIter1>::type tag; 76 75 normalize(first, last, result, tag);
Note: See TracChangeset
for help on using the changeset viewer.