Skip to content

Commit

Permalink
Fix style.
Browse files Browse the repository at this point in the history
  • Loading branch information
ClemensBuechner committed Jan 9, 2024
1 parent 9afda9c commit d81a858
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/search/lp/cplex_solver_interface.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@
#include <cplex.h>

namespace lp {

template<typename T>
static T* to_cplex_array(std::vector<T> &v) {
static T *to_cplex_array(std::vector<T> &v) {
/*
CPLEX expects a non-nullptr even for empty arrays but the C++ standard
does not guarantee any particular value for data for empty vectors (see
Expand Down

0 comments on commit d81a858

Please sign in to comment.