Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
steinbac
compass-github-pull
Commits
0211b011
Commit
0211b011
authored
Apr 30, 2018
by
steinbac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed include statement in tests
parent
43b10f67
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
4 deletions
+7
-4
include/detail/definitions.hpp
include/detail/definitions.hpp
+2
-2
single_include/compass.hpp
single_include/compass.hpp
+4
-1
tests/test_bitview.cpp
tests/test_bitview.cpp
+1
-1
No files found.
include/detail/definitions.hpp
View file @
0211b011
#ifndef COMPASS_DEFINITIONS_H
#define COMPASS_DEFINITIONS_H
#include "ct/preprocessor_impl.hpp"
namespace
compass
{
namespace
compiletime
{
...
...
@@ -26,4 +24,6 @@ namespace compass {
};
//#include "ct/preprocessor_impl.hpp"
#endif
/* DEFINITIONS_H */
single_include/compass.hpp
View file @
0211b011
...
...
@@ -47,6 +47,8 @@ namespace compass {
};
#endif
namespace
compass
{
...
...
@@ -261,6 +263,7 @@ namespace compass {
#ifndef COMPASS_X86_CPUID_COMMON_H
#define COMPASS_X86_CPUID_COMMON_H
#ifndef COMPASS_CT_COMP_MSVC
#include "cpuid.h"
namespace
compass
{
...
...
@@ -299,7 +302,7 @@ namespace compass {
};
};
#endif
#endif
#ifndef COMPASS_RT_X86_LLVM_CPUID_H_
#define COMPASS_RT_X86_LLVM_CPUID_H_
...
...
tests/test_bitview.cpp
View file @
0211b011
#include "catch.hpp"
#include "
detail/bit_view
.hpp"
#include "
compass
.hpp"
#include <bitset>
...
...
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