[Boost-bugs] [ boost-Feature Requests-1690995 ] Ability to partially specialize implementation_level

Feature Requests item #1690995, was opened at 2007-03-29 18:11 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=357586&aid=1690995&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: sohail (sohail_) Assigned to: Nobody/Anonymous (nobody) Summary: Ability to partially specialize implementation_level Initial Comment: Please add the ability to partially specialize implementation_level using enable_if. The use I would appreciate is: template<typename T, typename Enable=void> struct implementation_level; template<typename T> strut implementation_level<T,enable_if<my_condition<T> >::type > { make_never_serialized_somehow; }; If the above is not possible, please add an example to the documentation expressing how to achieve the above for a class of possibly unrelated types. Thanks ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=357586&aid=1690995&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