found this link
http://programming.itags.org/c-c++/195297/

says "Because back_inserter_iterator<> is an output iterator but not an
input iterator."

any clue ?

Søren




Sodan wrote:
> 
> 1>  BooleanStream.cpp
> 1>..\src\main\activemq\wireformat\openwire\utils\BooleanStream.cpp(134):
> error C2039: 'back_insert_iterator' : is not a member of 'std'
> 1>..\src\main\activemq\wireformat\openwire\utils\BooleanStream.cpp(134):
> error C2065: 'back_insert_iterator' : undeclared identifier
> 1>..\src\main\activemq\wireformat\openwire\utils\BooleanStream.cpp(134):
> error C2275: 'std::vector<_Ty>' : illegal use of this type as an
> expression
> 1>          with
> 1>          [
> 1>              _Ty=unsigned char
> 1>          ]
> 1>..\src\main\activemq\wireformat\openwire\utils\BooleanStream.cpp(134):
> error C3861: 'iter': identifier not found
> 1>..\src\main\activemq\wireformat\openwire\utils\BooleanStream.cpp(135):
> error C2065: 'iter' : undeclared identifier
> 
> 
> 
> 

-- 
View this message in context: 
http://old.nabble.com/Visual-Studio-2010-compile-error-tp28285659p28287755.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to