Boost logo

Boost :

From: John Maddock (John_Maddock_at_[hidden])
Date: 2002-01-09 07:19:50


I see the following errors from this with bcc32:

[C++ Warning] cpp_main.cpp(81): W8058 Cannot create pre-compiled header:
code in header
[C++ Error] iterators_test.cpp(127): E2034 Cannot convert 'std::string *'
to 'test_iter<std::string,std::string &,std::string *>'
[C++ Error] iterators_test.cpp(131): E2034 Cannot convert 'std::string *'
to 'test_iter<std::string,std::string &,std::string *>'
[C++ Error] iterators_test.cpp(127): E2034 Cannot convert 'std::string *'
to 'test_iter<std::string,const std::string &,const std::string *>'
[C++ Error] iterators_test.cpp(131): E2034 Cannot convert 'std::string *'
to 'test_iter<std::string,const std::string &,const std::string *>'

These seem to be justified to me in that the test_iter constructor is
explicit. Or am I missing something?

- John Maddock
http://ourworld.compuserve.com/homepages/john_maddock/


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