Hi, Is there a dependency tree available of boost libraries? I mean what other boost libraries are used by a specific boost library. thanks in advance, Sandor
bcp in boost tools. Clearly this should be a FAQ, it's now been asked 3 times in the last two weeks.
-----Original Message----- From: boost-users-bounces@lists.boost.org [mailto:boost-users-bounces@lists.boost.org] On Behalf Of Sandor Sent: April 25, 2005 2:04 AM To: boost-users@lists.boost.org Subject: [Boost-users] boost libraries dependecies?
Hi,
Is there a dependency tree available of boost libraries? I mean what other boost libraries are used by a specific boost library.
thanks in advance, Sandor
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
I'm compiling at Warning Level 4, using VC.NET 2003, and Boost 1.32.0. Is
there something I can do to eliminate these warnings, or should I just
suppress them? Am I using the concept checking functions improperly?
Thanks for any help!
--------------------------------
John Wismar
john.wismar@autozone.com
--------------------------------------------------------------------------------------------------
Here's some very stripped-down code:
#include ();
boost::function_requires int main(int, char*[])
{
std::ifstream input;
std::vector<DirectoryEntry> directoryVector;
process(std::istream_iterator<DirectoryEntry>(input), std::
back_inserter(directoryVector));
return 0;
}
This generates the following warnings:
Compiling...
concepttest.cpp
c:\boost\boost\concept_check.hpp(573) : warning C4510:
'boost::OutputIteratorConcept' : default constructor could not
be generated
with
[
TT=std::back_insert_iterator
participants (3)
-
John.Wismar@autozone.com
-
Oliver Schoenborn
-
Sandor