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
gaoqiong
MIGraphX
Commits
5188c062
Commit
5188c062
authored
Apr 23, 2018
by
Paul
Browse files
Fix broken include guards
parent
70f81961
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
9 additions
and
9 deletions
+9
-9
include/rtg/argument.hpp
include/rtg/argument.hpp
+1
-1
include/rtg/float_equal.hpp
include/rtg/float_equal.hpp
+1
-1
include/rtg/instruction.hpp
include/rtg/instruction.hpp
+1
-1
include/rtg/literal.hpp
include/rtg/literal.hpp
+1
-1
include/rtg/operand.hpp
include/rtg/operand.hpp
+1
-1
include/rtg/program.hpp
include/rtg/program.hpp
+1
-1
include/rtg/shape.hpp
include/rtg/shape.hpp
+1
-1
include/rtg/stringutils.hpp
include/rtg/stringutils.hpp
+1
-1
test/test.hpp
test/test.hpp
+1
-1
No files found.
include/rtg/argument.hpp
View file @
5188c062
#ifndef GUARD_RTGLIB_ARGUMENT_HPP
#ifndef
RTG_
GUARD_RTGLIB_ARGUMENT_HPP
#define RTG_GUARD_RTGLIB_ARGUMENT_HPP
#include <rtg/shape.hpp>
...
...
include/rtg/float_equal.hpp
View file @
5188c062
#ifndef GUARD_RTGLIB_FLOAT_EQUAL_HPP
#ifndef
RTG_
GUARD_RTGLIB_FLOAT_EQUAL_HPP
#define RTG_GUARD_RTGLIB_FLOAT_EQUAL_HPP
#include <algorithm>
...
...
include/rtg/instruction.hpp
View file @
5188c062
#ifndef GUARD_RTGLIB_INSTRUCTION_HPP
#ifndef
RTG_
GUARD_RTGLIB_INSTRUCTION_HPP
#define RTG_GUARD_RTGLIB_INSTRUCTION_HPP
#include <rtg/literal.hpp>
...
...
include/rtg/literal.hpp
View file @
5188c062
#ifndef GUARD_RTGLIB_LITERAL_HPP
#ifndef
RTG_
GUARD_RTGLIB_LITERAL_HPP
#define RTG_GUARD_RTGLIB_LITERAL_HPP
#include <rtg/shape.hpp>
...
...
include/rtg/operand.hpp
View file @
5188c062
#ifndef GUARD_RTGLIB_OPERAND_HPP
#ifndef
RTG_
GUARD_RTGLIB_OPERAND_HPP
#define RTG_GUARD_RTGLIB_OPERAND_HPP
#include <string>
...
...
include/rtg/program.hpp
View file @
5188c062
#ifndef GUARD_RTGLIB_PROGRAM_HPP
#ifndef
RTG_
GUARD_RTGLIB_PROGRAM_HPP
#define RTG_GUARD_RTGLIB_PROGRAM_HPP
#include <list>
...
...
include/rtg/shape.hpp
View file @
5188c062
#ifndef GUARD_RTGLIB_SHAPE_HPP
#ifndef
RTG_
GUARD_RTGLIB_SHAPE_HPP
#define RTG_GUARD_RTGLIB_SHAPE_HPP
#include <vector>
...
...
include/rtg/stringutils.hpp
View file @
5188c062
#ifndef GUARD_RTGLIB_STRINGUTILS_HPP
#ifndef
RTG_
GUARD_RTGLIB_STRINGUTILS_HPP
#define RTG_GUARD_RTGLIB_STRINGUTILS_HPP
#include <algorithm>
...
...
test/test.hpp
View file @
5188c062
...
...
@@ -4,7 +4,7 @@
#include <cstdlib>
#include <iostream>
#ifndef GUARD_TEST_TEST_HPP
#ifndef
RTG_
GUARD_TEST_TEST_HPP
#define RTG_GUARD_TEST_TEST_HPP
inline
void
failed
(
const
char
*
msg
,
const
char
*
file
,
int
line
)
...
...
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