Subject: [Boost-bugs] [Boost C++ Libraries] #2210: gcc 4.3 fix for tools/inspect/path_name_check.cpp
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2008-08-16 22:36:15
#2210: gcc 4.3 fix for tools/inspect/path_name_check.cpp
---------------------------------------------+------------------------------
Reporter: Steven Robbins <smr_at_[hidden]> | Type: Bugs
Status: new | Milestone: Boost 1.37.0
Component: None | Version: Boost 1.36.0
Severity: Problem | Keywords:
---------------------------------------------+------------------------------
The file is missing a <cstring> include:
--- boost1.36-1.36.0.orig/tools/inspect/path_name_check.cpp
+++ boost1.36-1.36.0/tools/inspect/path_name_check.cpp
@@ -15,6 +15,7 @@
#include <string>
#include <algorithm>
#include <cctype>
+#include <cstring>
using std::string;
-- Ticket URL: <http://svn.boost.org/trac/boost/ticket/2210> 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:58 UTC