Skip to content

Commit

Permalink
Fix style.
Browse files Browse the repository at this point in the history
  • Loading branch information
ClemensBuechner committed Jul 9, 2024
1 parent e3cb9e8 commit fd9345b
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 @@ -11,9 +11,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 fd9345b

Please sign in to comment.