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
16ea6f11
Commit
16ea6f11
authored
Sep 23, 2015
by
Davis King
Browse files
Options
Browse Files
Download
Plain Diff
merged
parents
0ad60388
2dd29674
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
CMakeLists.txt
dlib/CMakeLists.txt
+1
-0
matrix.h
dlib/matrix/matrix.h
+2
-2
No files found.
dlib/CMakeLists.txt
View file @
16ea6f11
...
...
@@ -7,6 +7,7 @@
SET
(
CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS true
)
cmake_minimum_required
(
VERSION 2.4
)
set
(
CMAKE_LEGACY_CYGWIN_WIN32 0
)
# Remove when CMake >= 2.8.4 is required
# default to a Release build (except if CMAKE_BUILD_TYPE is set)
include
(
release_build_by_default
)
...
...
dlib/matrix/matrix.h
View file @
16ea6f11
...
...
@@ -958,9 +958,9 @@ namespace dlib
// ----------------------------------------------------------------------------------------
template
<
typename
T
>
class
op_pointer_to_mat
;
struct
op_pointer_to_mat
;
template
<
typename
T
>
class
op_pointer_to_col_vect
;
struct
op_pointer_to_col_vect
;
template
<
typename
T
,
...
...
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