Boost logo

Boost :

From: SourceForge.net (noreply_at_[hidden])
Date: 2004-12-08 10:41:58


Support Requests item #1081415, was opened at 2004-12-08 07:41
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=207586&aid=1081415&group_id=7586

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: isdigit, problem with namespace

Initial Comment:
Hi!
In one of my projects I use the regex library, and it
works great. But unfortunately it seems to mess up my
namespaces, or something like that.
I included #include "boost/regex.hpp". Using the boost
library I am to call functions from the std namespace
(memset, isdigit, ...) like ::isdigit(). Without the
namespace-operator the compiler seems to have two
functions called isdigit. Now it happens that I am to use
another library along with regex (one of my company),
which uses an isdigit() call (without namespace-
operator), and which i must not alter.
Honestly, I'm a little bit puzzled at all that the regex-
library forces me to use the namespace-operator with
functions from std-namespace. Is this the way it was
ment, or did I somethig wrong?
Thanks for your help,
Markus

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=207586&aid=1081415&group_id=7586

-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
_______________________________________________
Boost-bugs mailing list
Boost-bugs_at_[hidden]
https://lists.sourceforge.net/lists/listinfo/boost-bugs


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