Subject: [Boost-bugs] [Boost C++ Libraries] #1970: include regex.hpp, no global name for regcomp function of POSIX standard
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2008-05-30 04:51:41
#1970: include regex.hpp, no global name for regcomp function of POSIX standard
------------------------------------------+---------------------------------
Reporter: arthurlee <boyal_at_[hidden]> | Owner: johnmaddock
Type: Bugs | Status: new
Milestone: Boost 1.35.1 | Component: regex
Version: Boost 1.35.0 | Severity: Problem
Keywords: regex POSIX Compatible C API |
------------------------------------------+---------------------------------
I want to use POSIX Compatible C API support for regex library. I include
the <boost/regex.hpp> header file to want to get the global name for
regcomp function according to the documetation
libs\regex\doc\html\boost_regex\ref\posix.html, but failed to pass the
compile.
So I decide to include the <boost/cregex.hpp> head file and using the
namespace boost, it works. But I don't want to export all the names in the
boost namespace to global.
I am using MSVC version 9.0.
--
Ticket URL: <http://svn.boost.org/trac/boost/ticket/1970>
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