[Boost-bugs] [Boost C++ Libraries] #1759: sp_typeinfo.hpp not included in the right way

Subject: [Boost-bugs] [Boost C++ Libraries] #1759: sp_typeinfo.hpp not included in the right way
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2008-04-02 17:32:57


#1759: sp_typeinfo.hpp not included in the right way
--------------------------------------+-------------------------------------
 Reporter: jgottman_at_[hidden] | Owner: pdimov
     Type: Bugs | Status: new
Milestone: Boost 1.36.0 | Component: smart_ptr
  Version: Boost 1.35.0 | Severity: Problem
 Keywords: |
--------------------------------------+-------------------------------------
 Several files inside the <boost/detail> directory include the line

 {{{
 #include "sp_typeinfo.hpp"
 }}}

 Sometimes this makes it impossible to find this file. The line should be
 replaced with

 {{{
 #include <detail/sp_typeinfo.hpp>
 }}}


 Joe Gottman

--
Ticket URL: <http://svn.boost.org/trac/boost/ticket/1759>
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:49:57 UTC