Boost C++ Libraries: Ticket #11870: arithmetic_type misses wchar_t handling as typedef to short https://svn.boost.org/trac10/ticket/11870 <p> The specialization for wchar_t should be disabled in arithmetic_type, if wchar_t is a typedef rather than a type. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/11870 Trac 1.4.3 ingo.loehken@… Wed, 23 Dec 2015 19:47:25 GMT attachment set https://svn.boost.org/trac10/ticket/11870 https://svn.boost.org/trac10/ticket/11870 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">arithmetic_type_wchar_t_handling.patch</span> </li> </ul> <p> patch </p> Ticket John Maddock Mon, 28 Dec 2015 18:54:41 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/11870#comment:1 https://svn.boost.org/trac10/ticket/11870#comment:1 <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">fixed</span> </li> </ul> <p> Fixed in <a class="ext-link" href="https://github.com/boostorg/type_traits/commit/bc58964228c52b208ed6308eebf0c19735d1537a"><span class="icon">​</span>https://github.com/boostorg/type_traits/commit/bc58964228c52b208ed6308eebf0c19735d1537a</a>. </p> Ticket