
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? -- Best Regards, Ivan A. Melnikov <iv at altlinux dot org>

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

Matthias Schabel wrote:
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.
Is it too late to include this in the 1.36 release? Joe Gottman

Joe Gottman wrote:
Matthias Schabel wrote:
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.
Is it too late to include this in the 1.36 release?
Probably. Doesn't this mean that none of the tests even include homogeneous_system.hpp? That seems bad.

AMDG Joe Gottman wrote:
Matthias Schabel wrote:
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.
Is it too late to include this in the 1.36 release?
I rather think so. This is a bug in a fairly obscure feature which is not being tested at all. In Christ, Steven Watanabe
participants (5)
-
Ivan A. Melnikov
-
Joe Gottman
-
Matthias Schabel
-
Michael Marcin
-
Steven Watanabe