From: Matthias Schabel (boost_at_[hidden])
Date: 2008-08-11 15:14:31


> In boost 1.36 beta, in file boost/units/homogeneous_system.hpp
> line 21
> states:
>
> #include <boost/is_same.hpp>
>
> while no such file seem to exist. Is it a bug or am I missing
> something?

You're right, this should be

#include <boost/type_traits/is_same.hpp>

This #include will not normally be visible, but I'll fix it in the
trunk. Thanks for catching this.

Matthias