[Boost-bugs] [ boost-Bugs-1636134 ] concept_check.hpp unused variable warning

Bugs item #1636134, was opened at 2007-01-15 13:57 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=107586&aid=1636134&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: Server Levent Yilmaz (slyilmaz) Assigned to: Nobody/Anonymous (nobody) Summary: concept_check.hpp unused variable warning Initial Comment: In file boost/concept_check.hpp (line 154 in CVS version 1.42), in member void BOOST_concept(Assignable,(TT))::const_constraints(const TT& b) argument b is unused in some compilers. Can you please change it as #if !defined(_ITERATOR_) a = b; #else ignore_unused_variable_warning(b); #endif ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=107586&aid=1636134&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