Ignore:
Timestamp:
Jan 3, 2017, 8:56:01 AM (6 years ago)
Author:
Peter
Message:

reactivate concept assert

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/classifier/KNN.h

    r3552 r3553  
    248248  {
    249249    BOOST_CONCEPT_ASSERT((utility::DistanceConcept<Distance>));
    250     //    BOOST_CONCEPT_ASSERT((NeighborWeightingConcept<NeighborWeighting>));
     250    BOOST_CONCEPT_ASSERT((NeighborWeightingConcept<NeighborWeighting>));
    251251  }
    252252
Note: See TracChangeset for help on using the changeset viewer.