Boost logo

Boost :

From: Giovanni Bajo (giovannibajo_at_[hidden])
Date: 2002-07-19 11:03:01


I can't make erase<> work with vector_c<>, with Comeau 4.3. It complains
with unparsable errors related to specializations of push_front<> not found
for vector_c<>. The test case is very easy: just get test\erase.cpp and
change list_c<> into vector_c<>.

A very similar problem happens with test\copy_if.cpp: just change
push_front<> into push_back<> and the sample won't work anymore (this time,
it's push_back which isn't happy of list_c).

Giovanni Bajo


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk