Boost logo

Boost Users :

From: Chris Russell (cdr_at_[hidden])
Date: 2002-09-13 22:02:26


Take a look at the separator character that appears in the data file. My
recollection is that there's a mismatch between the tokenizer separator
specified in the example, and that used in the data file.

- Chris

----- Original Message -----
From: "Nicolas Guilhot" <yg-boost-users_at_[hidden]>
Newsgroups: gmane.comp.lib.boost.user
Sent: Friday, June 07, 2002 10:14 AM
Subject: [BGL] Problem with kevin-bacon sample

Hi all,
I compiled the kevin-bacon sample on a linux box without any problem, but
when I try to run the program, I obtain an error output instead of what is
expected. Any help would be appreciated. Here is the output off the program
:

kevin-bacon: /boost_1_27_0/boost/token_iterator.hpp:75: void
boost::detail::tokenizer_policy<Type, TokenizerFunc>::increment (Iterator &)
[with Iterator =
boost::iterator_adaptor<boost::detail::token_iterator_base<const char *>,
boost::detail::tokenizer_policy<basic_string<char, string_char_traits<char>,
__default_alloc_template<true, 0> >, boost::char_delimiters_separator<char,
string_char_traits<char> > >, basic_string<char, string_char_traits<char>,
__default_alloc_template<true, 0> >, const basic_string<char,
string_char_traits<char>, __default_alloc_template<true, 0> > &, const
basic_string<char, string_char_traits<char>, __default_alloc_template<true,
0> > *, forward_iterator_tag, ptrdiff_t>, Type = basic_string<char,
string_char_traits<char>, __default_alloc_template<true, 0> >, TokenizerFunc
= boost::char_delimiters_separator<char, string_char_traits<char> >]:
Assertion `b.base().valid_' failed.
Abandon

Thanks for any answer.

Nicolas


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net