Skip to content

Commit

Permalink
parentheses
Browse files Browse the repository at this point in the history
  • Loading branch information
alxbilger authored and fredroy committed Jan 17, 2025
1 parent 1d3f95c commit aaec4e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sofa/framework/Type/src/sofa/type/trait/Rebind.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ namespace sofa::type
* \tparam _T Type that does NOT have a nested ::rebind_to member
*/
template<template<class> class _T, class A, class _OtherType>
requires !CanTypeRebind<_T<A>, _OtherType>
requires (!CanTypeRebind<_T<A>, _OtherType>)
struct Rebind<_T<A>, _OtherType>
{
using to = _T<_OtherType>;
Expand Down

0 comments on commit aaec4e3

Please sign in to comment.