Boost logo

Boost :

Subject: Re: [boost] [develop] quickbook compile failure
From: Peter Dimov (lists_at_[hidden])
Date: 2014-01-05 08:09:01


Tim Blechmann wrote:
> src/files.cpp:129:47: error: implicit instantiation of undefined template
> 'std::pair<boost::unordered::iterator_detail::iterator<boost::unordered::detail::ptr_node<std::__1::pair<const
> boost::filesystem::path, boost::intrusive_ptr<quickbook::file> > > >,
> bool>'
> boost::tie(pos, inserted) = files.emplace(
> ^
...
> src/files.cpp:257:14: error: too few template arguments for class template
> 'vector'
> std::vector<mapped_file_section> mapped_sections;
> ^

Neither <vector> nor <utility> are included, so that's not surprising, is
it? In fact, boost::tie's header isn't included either, whatever it is. :-)


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