[Boost-bugs] [ boost-Patches-1636855 ] [archive] codecvt_null.hpp won't compile on QNX

Patches item #1636855, was opened at 2007-01-16 08:54 Message generated for change (Tracker Item Submitted) made by Item Submitter 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: Nobody/Anonymous (nobody) 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 ------------------------------------------------------------------------- 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@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/boost-bugs
participants (1)
-
SourceForge.net