Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
emper
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lehrstuhl für Informatik 4 (Systemsoftware)
manycore
emper
Merge requests
!8
declare die() as noreturn
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
declare die() as noreturn
mark_die_no_return
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Florian Fischer
requested to merge
mark_die_no_return
into
master
4 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
master
version 1
8568246e
4 years ago
master (base)
and
latest version
latest version
2c0a5c76
1 commit,
4 years ago
version 1
8568246e
1 commit,
4 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
emper/Common.hpp
+
1
−
1
Options
@@ -20,6 +20,6 @@ typedef std::function<void(void)> func_t;
#define ALIGN_TO_CACHE_LINE alignas(64)
void
die
(
const
char
*
message
,
bool
usePerror
);
[[
noreturn
]]
void
die
(
const
char
*
message
,
bool
usePerror
);
typedef
unsigned
int
WORD
;
Loading