iterator_range compile problem
Hi all,
I am having problem while compiling this code :
typedef std::pair
May be you forgot to specify the boost namespece, like
typedef boost::iterator_range< t_iterator > histogram_type;
Regards,
Ovanes
On Dec 12, 2007 7:42 PM, Olivier Tournaire
Hi all,
I am having problem while compiling this code :
typedef std::pair
t_pair; typedef std::vector< t_pair > t_vector; typedef t_vector::iterator t_iterator; typedef iterator_range< t_iterator > histogram_type; // syntax error : missing ';' before '<' Do you have any issue ?
Regards
Olivier
-- Le temps des cerises reviendra. Dans l'immédiat, c'est le temps des noyaux. Courage.
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
Thank you Ovanes. So stupid mistake ... Ovanes Markarian a écrit :
May be you forgot to specify the boost namespece, like
typedef boost::iterator_range< t_iterator > histogram_type;
Regards, Ovanes
On Dec 12, 2007 7:42 PM, Olivier Tournaire < olitour@gmail.com mailto:olitour@gmail.com> wrote:
Hi all,
I am having problem while compiling this code :
typedef std::pair
t_pair; typedef std::vector< t_pair > t_vector; typedef t_vector::iterator t_iterator; typedef iterator_range< t_iterator > histogram_type; // syntax error : missing ';' before '<' Do you have any issue ?
Regards
Olivier
-- Le temps des cerises reviendra. Dans l'immédiat, c'est le temps des noyaux. Courage.
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org mailto:Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
------------------------------------------------------------------------
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
-- Le temps des cerises reviendra. Dans l'immédiat, c'est le temps des noyaux. Courage.
participants (2)
-
Olivier Tournaire
-
Ovanes Markarian