DTL === What is dtl? ------------ dtl is a diff template library written in C++. Copyright(C) 2012 Tatsuhiko Kubo <> dtl can compare two sequences with arbitrary type, however the sequences must support the random access iterator. Please read the document at the following URL for details: License ------- Please read the file COPYING or the document at the following URL concerning the license for dtl: How to use dtl -------------- To start using this library, all you need to do is include dtl.hpp. #include "dtl/dtl.hpp" If you are interested in the details, please visit the following URL: