Skip to content

Commit c61dedc

Browse files
committed
veg: Fix build with Cl and C++20
1 parent 293068e commit c61dedc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/proxsuite/linalg/veg/internal/macros.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@
477477
#define __VEG_IMPL_PREFIX_explicit
478478

479479
#define __VEG_IMPL_PARAM_EXPAND(I, _, Param) \
480-
__VEG_PP_TAIL Param __VEG_PP_HEAD Param
480+
__VEG_PP_ID(__VEG_PP_TAIL Param) __VEG_PP_ID(__VEG_PP_HEAD Param)
481481
#if VEG_HAS_CONCEPTS
482482
#define __VEG_IMPL_TEMPLATE(Attr_Name, TParams, Constraint, ...) \
483483
template<__VEG_PP_REMOVE_PAREN(TParams)> \

0 commit comments

Comments
 (0)