".github/git@developer.sourcefind.cn:change/sglang.git" did not exist on "9a61182732e124ecc69501ff306ea92573c1d25f"
Commit ca498ac2 authored by Davis King's avatar Davis King
Browse files

Just removed double __ from the inclusion guard names.

parent 7ce265f5
// Copyright (C) 2011 Davis E. King (davis@dlib.net) // Copyright (C) 2011 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license. // License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_PROJECTION_HASh_ABSTRACT_H__ #undef DLIB_PROJECTION_HASh_ABSTRACT_Hh_
#ifdef DLIB_PROJECTION_HASh_ABSTRACT_H__ #ifdef DLIB_PROJECTION_HASh_ABSTRACT_Hh_
#include "../matrix.h" #include "../matrix.h"
...@@ -115,5 +115,5 @@ namespace dlib ...@@ -115,5 +115,5 @@ namespace dlib
} }
#endif // DLIB_PROJECTION_HASh_ABSTRACT_H__ #endif // DLIB_PROJECTION_HASh_ABSTRACT_Hh_
// Copyright (C) 2010 Davis E. King (davis@dlib.net) // Copyright (C) 2010 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license. // License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_LINEAR_MANIFOLD_ReGULARIZER_H__ #ifndef DLIB_LINEAR_MANIFOLD_ReGULARIZER_Hh_
#define DLIB_LINEAR_MANIFOLD_ReGULARIZER_H__ #define DLIB_LINEAR_MANIFOLD_ReGULARIZER_Hh_
#include "linear_manifold_regularizer_abstract.h" #include "linear_manifold_regularizer_abstract.h"
#include <limits> #include <limits>
...@@ -324,5 +324,5 @@ namespace dlib ...@@ -324,5 +324,5 @@ namespace dlib
// ---------------------------------------------------------------------------------------- // ----------------------------------------------------------------------------------------
#endif // DLIB_LINEAR_MANIFOLD_ReGULARIZER_H__ #endif // DLIB_LINEAR_MANIFOLD_ReGULARIZER_Hh_
// Copyright (C) 2010 Davis E. King (davis@dlib.net) // Copyright (C) 2010 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license. // License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_LINEAR_MANIFOLD_ReGULARIZER_ABSTRACT_H__ #undef DLIB_LINEAR_MANIFOLD_ReGULARIZER_ABSTRACT_Hh_
#ifdef DLIB_LINEAR_MANIFOLD_ReGULARIZER_ABSTRACT_H__ #ifdef DLIB_LINEAR_MANIFOLD_ReGULARIZER_ABSTRACT_Hh_
#include <limits> #include <limits>
#include <vector> #include <vector>
...@@ -132,6 +132,6 @@ namespace dlib ...@@ -132,6 +132,6 @@ namespace dlib
// ---------------------------------------------------------------------------------------- // ----------------------------------------------------------------------------------------
#endif // DLIB_LINEAR_MANIFOLD_ReGULARIZER_ABSTRACT_H__ #endif // DLIB_LINEAR_MANIFOLD_ReGULARIZER_ABSTRACT_Hh_
// Copyright (C) 2010 Davis E. King (davis@dlib.net) // Copyright (C) 2010 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license. // License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_CBLAS_CONSTAnTS_H__ #ifndef DLIB_CBLAS_CONSTAnTS_Hh_
#define DLIB_CBLAS_CONSTAnTS_H__ #define DLIB_CBLAS_CONSTAnTS_Hh_
namespace dlib namespace dlib
{ {
...@@ -16,5 +16,5 @@ namespace dlib ...@@ -16,5 +16,5 @@ namespace dlib
} }
} }
#endif // DLIB_CBLAS_CONSTAnTS_H__ #endif // DLIB_CBLAS_CONSTAnTS_Hh_
// Copyright (C) 2010 Davis E. King (davis@dlib.net) // Copyright (C) 2010 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license. // License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_LAPACk_ES_H__ #ifndef DLIB_LAPACk_ES_Hh_
#define DLIB_LAPACk_ES_H__ #define DLIB_LAPACk_ES_Hh_
#include "fortran_id.h" #include "fortran_id.h"
#include "../matrix.h" #include "../matrix.h"
...@@ -260,5 +260,5 @@ namespace dlib ...@@ -260,5 +260,5 @@ namespace dlib
// ---------------------------------------------------------------------------------------- // ----------------------------------------------------------------------------------------
#endif // DLIB_LAPACk_ES_H__ #endif // DLIB_LAPACk_ES_Hh_
// Copyright (C) 2010 Davis E. King (davis@dlib.net) // Copyright (C) 2010 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license. // License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_LAPACk_GEEV_H__ #ifndef DLIB_LAPACk_GEEV_Hh_
#define DLIB_LAPACk_GEEV_H__ #define DLIB_LAPACk_GEEV_Hh_
#include "fortran_id.h" #include "fortran_id.h"
#include "../matrix.h" #include "../matrix.h"
...@@ -229,6 +229,6 @@ namespace dlib ...@@ -229,6 +229,6 @@ namespace dlib
// ---------------------------------------------------------------------------------------- // ----------------------------------------------------------------------------------------
#endif // DLIB_LAPACk_GEEV_H__ #endif // DLIB_LAPACk_GEEV_Hh_
// Copyright (C) 2010 Davis E. King (davis@dlib.net) // Copyright (C) 2010 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license. // License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_LAPACk_GEQRF_H__ #ifndef DLIB_LAPACk_GEQRF_Hh_
#define DLIB_LAPACk_GEQRF_H__ #define DLIB_LAPACk_GEQRF_Hh_
#include "fortran_id.h" #include "fortran_id.h"
#include "../matrix.h" #include "../matrix.h"
...@@ -162,7 +162,7 @@ namespace dlib ...@@ -162,7 +162,7 @@ namespace dlib
// ---------------------------------------------------------------------------------------- // ----------------------------------------------------------------------------------------
#endif // DLIB_LAPACk_GEQRF_H__ #endif // DLIB_LAPACk_GEQRF_Hh_
// Copyright (C) 2010 Davis E. King (davis@dlib.net) // Copyright (C) 2010 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license. // License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_LAPACk_SDD_H__ #ifndef DLIB_LAPACk_SDD_Hh_
#define DLIB_LAPACk_SDD_H__ #define DLIB_LAPACk_SDD_Hh_
#include "fortran_id.h" #include "fortran_id.h"
#include "../matrix.h" #include "../matrix.h"
...@@ -359,6 +359,6 @@ namespace dlib ...@@ -359,6 +359,6 @@ namespace dlib
// ---------------------------------------------------------------------------------------- // ----------------------------------------------------------------------------------------
#endif // DLIB_LAPACk_SDD_H__ #endif // DLIB_LAPACk_SDD_Hh_
// Copyright (C) 2010 Davis E. King (davis@dlib.net) // Copyright (C) 2010 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license. // License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_LAPACk_SVD_H__ #ifndef DLIB_LAPACk_SVD_Hh_
#define DLIB_LAPACk_SVD_H__ #define DLIB_LAPACk_SVD_Hh_
#include "fortran_id.h" #include "fortran_id.h"
#include "../matrix.h" #include "../matrix.h"
...@@ -319,5 +319,5 @@ namespace dlib ...@@ -319,5 +319,5 @@ namespace dlib
// ---------------------------------------------------------------------------------------- // ----------------------------------------------------------------------------------------
#endif // DLIB_LAPACk_SVD_H__ #endif // DLIB_LAPACk_SVD_Hh_
// Copyright (C) 2010 Davis E. King (davis@dlib.net) // Copyright (C) 2010 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license. // License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_LAPACk_GETRF_H__ #ifndef DLIB_LAPACk_GETRF_Hh_
#define DLIB_LAPACk_GETRF_H__ #define DLIB_LAPACk_GETRF_Hh_
#include "fortran_id.h" #include "fortran_id.h"
#include "../matrix.h" #include "../matrix.h"
...@@ -128,5 +128,5 @@ namespace dlib ...@@ -128,5 +128,5 @@ namespace dlib
// ---------------------------------------------------------------------------------------- // ----------------------------------------------------------------------------------------
#endif // DLIB_LAPACk_GETRF_H__ #endif // DLIB_LAPACk_GETRF_Hh_
// Copyright (C) 2010 Davis E. King (davis@dlib.net) // Copyright (C) 2010 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license. // License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_LAPACk_ORMQR_H__ #ifndef DLIB_LAPACk_ORMQR_Hh_
#define DLIB_LAPACk_ORMQR_H__ #define DLIB_LAPACk_ORMQR_Hh_
#include "fortran_id.h" #include "fortran_id.h"
#include "../matrix.h" #include "../matrix.h"
...@@ -220,5 +220,5 @@ namespace dlib ...@@ -220,5 +220,5 @@ namespace dlib
// ---------------------------------------------------------------------------------------- // ----------------------------------------------------------------------------------------
#endif // DLIB_LAPACk_ORMQR_H__ #endif // DLIB_LAPACk_ORMQR_Hh_
// Copyright (C) 2010 Davis E. King (davis@dlib.net) // Copyright (C) 2010 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license. // License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_LAPACk_POTRF_H__ #ifndef DLIB_LAPACk_POTRF_Hh_
#define DLIB_LAPACk_POTRF_H__ #define DLIB_LAPACk_POTRF_Hh_
#include "fortran_id.h" #include "fortran_id.h"
#include "../matrix.h" #include "../matrix.h"
...@@ -169,6 +169,6 @@ namespace dlib ...@@ -169,6 +169,6 @@ namespace dlib
// ---------------------------------------------------------------------------------------- // ----------------------------------------------------------------------------------------
#endif // DLIB_LAPACk_POTRF_H__ #endif // DLIB_LAPACk_POTRF_Hh_
// Copyright (C) 2010 Davis E. King (davis@dlib.net) // Copyright (C) 2010 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license. // License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_LAPACk_EV_H__ #ifndef DLIB_LAPACk_EV_Hh_
#define DLIB_LAPACk_EV_H__ #define DLIB_LAPACk_EV_Hh_
#include "fortran_id.h" #include "fortran_id.h"
#include "../matrix.h" #include "../matrix.h"
...@@ -211,7 +211,7 @@ namespace dlib ...@@ -211,7 +211,7 @@ namespace dlib
// ---------------------------------------------------------------------------------------- // ----------------------------------------------------------------------------------------
#endif // DLIB_LAPACk_EV_H__ #endif // DLIB_LAPACk_EV_Hh_
......
// Copyright (C) 2010 Davis E. King (davis@dlib.net) // Copyright (C) 2010 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license. // License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_LAPACk_EVR_H__ #ifndef DLIB_LAPACk_EVR_Hh_
#define DLIB_LAPACk_EVR_H__ #define DLIB_LAPACk_EVR_Hh_
#include "fortran_id.h" #include "fortran_id.h"
#include "../matrix.h" #include "../matrix.h"
...@@ -439,7 +439,7 @@ namespace dlib ...@@ -439,7 +439,7 @@ namespace dlib
// ---------------------------------------------------------------------------------------- // ----------------------------------------------------------------------------------------
#endif // DLIB_LAPACk_EVR_H__ #endif // DLIB_LAPACk_EVR_Hh_
// Copyright (C) 2011 Davis E. King (davis@dlib.net) // Copyright (C) 2011 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license. // License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_MATRIx_CONV_H__ #ifndef DLIB_MATRIx_CONV_Hh_
#define DLIB_MATRIx_CONV_H__ #define DLIB_MATRIx_CONV_Hh_
#include "matrix_conv_abstract.h" #include "matrix_conv_abstract.h"
#include "matrix.h" #include "matrix.h"
...@@ -304,5 +304,5 @@ namespace dlib ...@@ -304,5 +304,5 @@ namespace dlib
} }
#endif // DLIB_MATRIx_CONV_H__ #endif // DLIB_MATRIx_CONV_Hh_
// Copyright (C) 2011 Davis E. King (davis@dlib.net) // Copyright (C) 2011 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license. // License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_MATRIx_CONV_ABSTRACT_H__ #undef DLIB_MATRIx_CONV_ABSTRACT_Hh_
#ifdef DLIB_MATRIx_CONV_ABSTRACT_H__ #ifdef DLIB_MATRIx_CONV_ABSTRACT_Hh_
#include "matrix_abstract.h" #include "matrix_abstract.h"
...@@ -136,6 +136,6 @@ namespace dlib ...@@ -136,6 +136,6 @@ namespace dlib
} }
#endif // DLIB_MATRIx_CONV_ABSTRACT_H__ #endif // DLIB_MATRIx_CONV_ABSTRACT_Hh_
// Copyright (C) 2013 Davis E. King (davis@dlib.net) // Copyright (C) 2013 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license. // License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_FFt_H__ #ifndef DLIB_FFt_Hh_
#define DLIB_FFt_H__ #define DLIB_FFt_Hh_
#include "matrix_fft_abstract.h" #include "matrix_fft_abstract.h"
#include "matrix_utilities.h" #include "matrix_utilities.h"
...@@ -274,5 +274,5 @@ namespace dlib ...@@ -274,5 +274,5 @@ namespace dlib
} }
#endif // DLIB_FFt_H__ #endif // DLIB_FFt_Hh_
// Copyright (C) 2013 Davis E. King (davis@dlib.net) // Copyright (C) 2013 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license. // License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_FFt_ABSTRACT_H__ #undef DLIB_FFt_ABSTRACT_Hh_
#ifdef DLIB_FFt_ABSTRACT_H__ #ifdef DLIB_FFt_ABSTRACT_Hh_
#include "matrix_abstract.h" #include "matrix_abstract.h"
#include "../algs.h" #include "../algs.h"
...@@ -73,5 +73,5 @@ namespace dlib ...@@ -73,5 +73,5 @@ namespace dlib
} }
#endif // DLIB_FFt_ABSTRACT_H__ #endif // DLIB_FFt_ABSTRACT_Hh_
// Copyright (C) 2014 Davis E. King (davis@dlib.net) // Copyright (C) 2014 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license. // License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_MATRIX_GENERIC_iMAGE_H__ #ifndef DLIB_MATRIX_GENERIC_iMAGE_Hh_
#define DLIB_MATRIX_GENERIC_iMAGE_H__ #define DLIB_MATRIX_GENERIC_iMAGE_Hh_
#include "matrix.h" #include "matrix.h"
#include "../image_processing/generic_image.h" #include "../image_processing/generic_image.h"
...@@ -94,6 +94,6 @@ namespace dlib ...@@ -94,6 +94,6 @@ namespace dlib
} }
#endif // DLIB_MATRIX_GENERIC_iMAGE_H__ #endif // DLIB_MATRIX_GENERIC_iMAGE_Hh_
// Copyright (C) 2006 Davis E. King (davis@dlib.net) // Copyright (C) 2006 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license. // License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_MATRIx_MAT_H__ #ifndef DLIB_MATRIx_MAT_Hh_
#define DLIB_MATRIx_MAT_H__ #define DLIB_MATRIx_MAT_Hh_
#include "matrix_mat_abstract.h" #include "matrix_mat_abstract.h"
#include "../stl_checked.h" #include "../stl_checked.h"
...@@ -612,6 +612,6 @@ namespace dlib ...@@ -612,6 +612,6 @@ namespace dlib
} }
#endif // DLIB_MATRIx_MAT_H__ #endif // DLIB_MATRIx_MAT_Hh_
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