Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
30ca8b42
Commit
30ca8b42
authored
Aug 24, 2017
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fully qualified boost::python::list to hopefully avoid compiler errors in some environments.
parent
faa75fa9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
other.cpp
tools/python/src/other.cpp
+2
-2
No files found.
tools/python/src/other.cpp
View file @
30ca8b42
...
...
@@ -53,7 +53,7 @@ void _save_libsvm_formatted_data (
// ----------------------------------------------------------------------------------------
list
_max_cost_assignment
(
boost
::
python
::
list
_max_cost_assignment
(
const
matrix
<
double
>&
cost
)
{
...
...
@@ -69,7 +69,7 @@ list _max_cost_assignment (
double
_assignment_cost
(
const
matrix
<
double
>&
cost
,
const
list
&
assignment
const
boost
::
python
::
list
&
assignment
)
{
return
assignment_cost
(
cost
,
python_list_to_vector
<
long
>
(
assignment
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment