typo.hpp 153 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 namespace boost { template<typename F> class function {}; namespace graph { template<typename V, typename E> class adjacency_list { }; }; }