Boost logo

Boost :

From: SourceForge.net (noreply_at_[hidden])
Date: 2007-03-28 11:16:55


Patches item #1636855, was opened at 2007-01-16 06:54
Message generated for change (Comment added) made by ramey
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: Closed
>Resolution: Fixed
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)

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

>Comment By: Robert Ramey (ramey)
Date: 2007-03-28 08:16

Message:
Logged In: YES
user_id=396141
Originator: NO

OK - I made the change on my system and will upload later

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

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

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
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