Boost C++ Libraries: Ticket #8990: are_same: variadic enhancement of is_same https://svn.boost.org/trac10/ticket/8990 <p> I would like to propose a little enhancement to what is_same actually does. I've developed a (maybe) Boost-compliant alternative that permits to evaluate more then two parameters at once, named are_same. You can find code, test and documentation as well as fixes on what already exists as an attachment. </p> <p> I hope it can be of your interest. </p> <p> Best Regards, Michele </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/8990 Trac 1.4.3 Michele Caini <michele.caini@…> Sun, 11 Aug 2013 15:00:04 GMT attachment set https://svn.boost.org/trac10/ticket/8990 https://svn.boost.org/trac10/ticket/8990 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">are_same.tar.gz</span> </li> </ul> <p> code, test and documentation </p> Ticket michele.caini@… Tue, 28 Jan 2014 22:27:38 GMT type changed https://svn.boost.org/trac10/ticket/8990#comment:1 https://svn.boost.org/trac10/ticket/8990#comment:1 <ul> <li><strong>type</strong> <span class="trac-field-old">Library Submissions</span> → <span class="trac-field-new">Feature Requests</span> </li> </ul> Ticket John Maddock Thu, 02 Aug 2018 10:58:27 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/8990#comment:2 https://svn.boost.org/trac10/ticket/8990#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">obsolete</span> </li> </ul> <p> Moved to <a class="ext-link" href="https://github.com/boostorg/type_traits/issues/79"><span class="icon">​</span>https://github.com/boostorg/type_traits/issues/79</a> </p> Ticket