Commit 707c3705 authored by Davis King's avatar Davis King

Fixed warning from gcc.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403321
parent 75b581b8
......@@ -64,12 +64,12 @@ namespace dlib
template <typename U>
bool aliases (
const matrix_exp<U>& item
const matrix_exp<U>&
) const { return false; }
template <typename U>
bool destructively_aliases (
const matrix_exp<U>& item
const matrix_exp<U>&
) const { return false; }
long nr (
......@@ -205,12 +205,12 @@ namespace dlib
template <typename U>
bool aliases (
const matrix_exp<U>& item
const matrix_exp<U>&
) const { return false; }
template <typename U>
bool destructively_aliases (
const matrix_exp<U>& item
const matrix_exp<U>&
) const { return false; }
long nr (
......@@ -320,12 +320,12 @@ namespace dlib
template <typename U>
bool aliases (
const matrix_exp<U>& item
const matrix_exp<U>&
) const { return false; }
template <typename U>
bool destructively_aliases (
const matrix_exp<U>& item
const matrix_exp<U>&
) const { return false; }
long nr (
......@@ -436,12 +436,12 @@ namespace dlib
template <typename U>
bool aliases (
const matrix_exp<U>& item
const matrix_exp<U>&
) const { return false; }
template <typename U>
bool destructively_aliases (
const matrix_exp<U>& item
const matrix_exp<U>&
) const { return false; }
long nr (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment