[Boost-bugs] [Boost C++ Libraries] #7399: [algorithm] Missing necessary headers

Subject: [Boost-bugs] [Boost C++ Libraries] #7399: [algorithm] Missing necessary headers
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-09-21 09:58:18


#7399: [algorithm] Missing necessary headers
-----------------------------------------------------+----------------------
 Reporter: Hideaki Takei <hideaki.takei@…> | Owner: marshall
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: algorithm
  Version: Boost 1.51.0 | Severity: Problem
 Keywords: |
-----------------------------------------------------+----------------------
 This one line cpp can be compiled successfully
 {{{
 #include <boost/algorithm/searching/boyer_moore.hpp>
 }}}
 but not for the others two:
 {{{
 #include <boost/algorithm/searching/boyer_moore_horspool.hpp>
 }}}
 and
 {{{
 #include <boost/algorithm/searching/knuth_morris_pratt.hpp>
 }}}
 Attached patch will fix it.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/7399>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:10 UTC