Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
ca498ac2
Commit
ca498ac2
authored
Jul 18, 2014
by
Davis King
Browse files
Just removed double __ from the inclusion guard names.
parent
7ce265f5
Changes
306
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
16 additions
and
16 deletions
+16
-16
dlib/timing.h
dlib/timing.h
+3
-3
dlib/tuple.h
dlib/tuple.h
+1
-1
dlib/unordered_pair.h
dlib/unordered_pair.h
+3
-3
dlib/vectorstream.h
dlib/vectorstream.h
+3
-3
dlib/vectorstream/vectorstream.h
dlib/vectorstream/vectorstream.h
+3
-3
dlib/vectorstream/vectorstream_abstract.h
dlib/vectorstream/vectorstream_abstract.h
+3
-3
No files found.
dlib/timing.h
View file @
ca498ac2
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_TImING_H
_
_
#define DLIB_TImING_H
_
_
#ifndef DLIB_TImING_H
h
_
#define DLIB_TImING_H
h
_
#include "misc_api.h"
#include <cstring>
...
...
@@ -191,5 +191,5 @@ namespace dlib
}
#endif // DLIB_TImING_H
_
_
#endif // DLIB_TImING_H
h
_
dlib/tuple.h
View file @
ca498ac2
...
...
@@ -5,6 +5,6 @@
#include "tuple/tuple.h"
#endif // DLIB_TUPLe_TOP
_
_
#endif // DLIB_TUPLe_TOP
h
_
dlib/unordered_pair.h
View file @
ca498ac2
// Copyright (C) 2010 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_UNORDERED_PAiR_H
_
_
#define DLIB_UNORDERED_PAiR_H
_
_
#ifndef DLIB_UNORDERED_PAiR_H
h
_
#define DLIB_UNORDERED_PAiR_H
h
_
#include "serialize.h"
...
...
@@ -172,5 +172,5 @@ namespace dlib
}
#endif // DLIB_UNORDERED_PAiR_H
_
_
#endif // DLIB_UNORDERED_PAiR_H
h
_
dlib/vectorstream.h
View file @
ca498ac2
// Copyright (C) 2012 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_VECTORSTReAM
_
_
#define DLIB_VECTORSTReAM
_
_
#ifndef DLIB_VECTORSTReAM
h
_
#define DLIB_VECTORSTReAM
h
_
#include "vectorstream/vectorstream.h"
#endif // DLIB_VECTORSTReAM
_
_
#endif // DLIB_VECTORSTReAM
h
_
dlib/vectorstream/vectorstream.h
View file @
ca498ac2
// Copyright (C) 2012 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_VECTORStREAM_H
_
_
#define DLIB_VECTORStREAM_H
_
_
#ifndef DLIB_VECTORStREAM_H
h
_
#define DLIB_VECTORStREAM_H
h
_
#include "vectorstream_abstract.h"
...
...
@@ -134,5 +134,5 @@ namespace dlib
};
}
#endif // DLIB_VECTORStREAM_H
_
_
#endif // DLIB_VECTORStREAM_H
h
_
dlib/vectorstream/vectorstream_abstract.h
View file @
ca498ac2
// Copyright (C) 2012 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_VECTORStREAM_ABSTRACT_H
_
_
#ifdef DLIB_VECTORStREAM_ABSTRACT_H
_
_
#undef DLIB_VECTORStREAM_ABSTRACT_H
h
_
#ifdef DLIB_VECTORStREAM_ABSTRACT_H
h
_
#include <iostream>
#include <vector>
...
...
@@ -57,6 +57,6 @@ namespace dlib
};
}
#endif // DLIB_VECTORStREAM_ABSTRACT_H
_
_
#endif // DLIB_VECTORStREAM_ABSTRACT_H
h
_
Prev
1
…
12
13
14
15
16
Next
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