Skip to content

Commit 3a23ac0

Browse files
committed
fwd.hpp : remove test for proxsuite version (since we use 0.10.0 minimum now)
1 parent e49e9c0 commit 3a23ac0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

include/aligator/fwd.hpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,7 @@ namespace aligator {
3131

3232
// NOLINTBEGIN(misc-unused-using-decls)
3333

34-
#if PROXSUITE_NLP_VERSION_AT_LEAST(0, 9, 0)
3534
using proxsuite::nlp::ConstraintSetTpl;
36-
#else
37-
template <typename T>
38-
using ConstraintSetTpl = proxsuite::nlp::ConstraintSetBase<T>;
39-
#endif
4035
using proxsuite::nlp::ManifoldAbstractTpl;
4136
// Use the math_types template from proxsuite-nlp.
4237
using proxsuite::nlp::VerboseLevel;

0 commit comments

Comments
 (0)