Boost logo

Boost :

From: SourceForge.net (noreply_at_[hidden])
Date: 2007-02-06 02:08:07


Patches item #1636855, was opened at 2007-01-16 15:54
Message generated for change (Settings changed) made by joaquintides
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=307586&aid=1636855&group_id=7586

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: James Ingraham (ingraham)
>Assigned to: Robert Ramey (ramey)
Summary: [archive] codecvt_null.hpp won't compile on QNX

Initial Comment:
I have no idea why, but the "using std::mbstate_t" line in codecvt_null.hpp doesn't work on QNX Neutrino 6.3.x.

Basically, one line needs to be deleted. Unfortunately, you can't just delete the check on __QNXNTO__ being defined, because then one of the other defines will still try to do a using.

Here's the diff -du output (also attached):

--- codecvt_null.hpp.orig 2007-01-16 08:28:45.000000000 -0600
+++ codecvt_null.hpp 2007-01-16 08:36:27.000000000 -0600
@@ -25,7 +25,6 @@
     #if defined(__LIBCOMO__)
         using ::mbstate_t;
     #elif defined(__QNXNTO__)
- using std::mbstate_t;
     #elif defined(BOOST_DINKUMWARE_STDLIB) && BOOST_DINKUMWARE_STDLIB == 1
         using ::mbstate_t;
     #elif defined(__SGI_STL_PORT)

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

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

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
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