Tim Moore wrote:
> Update of /var/cvs/SimGear-0.3/source/simgear/scene/material
> In directory baron.flightgear.org:/tmp/cvs-serv25138/simgear/scene/material
>
> Modified Files:
> Effect.hxx
> Log Message:
> Drop required Boost version from 1.37 to 1.34
>
> Use boost/tr1 to bring in std::tr1::unordered_map instead of the Boost
> version.
>
>
> Author: Tim Moore <
timoore@redh...>
>
>
> Index: Effect.hxx
> ===================================================================
> RCS file: /var/cvs/SimGear-0.3/source/simgear/scene/material/Effect.hxx,v
> retrieving revision 1.8
> retrieving revision 1.9
> diff -u -r1.8 -r1.9
> --- Effect.hxx 22 Nov 2009 00:00:01 -0000 1.8
> +++ Effect.hxx 22 Nov 2009 22:23:01 -0000 1.9
> @@ -19,8 +19,9 @@
>
> #include <vector>
> #include <string>
> +#include <boost/tr1/unordered_map.hpp>
According to my understanding, in order to use the standard C++ header,
this line should read:
#include <tr1/unordered_map>
Am I wrong ?
Cheers,
Martin.
--
Unix _IS_ user friendly - it's just selective about who its friends are !
--------------------------------------------------------------------------
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.
http://p.sf.net/sfu/bobj-july
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@list...
https://lists.sourceforge.net/lists/listinfo/flightgear-devel
opensubscriber is not affiliated with the authors of this message nor responsible for its content.