Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
gcc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
redox-os
gcc
Merge requests
!6
Duplicate definitions of least32 workaround
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Duplicate definitions of least32 workaround
jD91mZM2/gcc:redox
into
redox
Overview
3
Commits
1
Pipelines
0
Changes
1
Closed
jD91mZM2
requested to merge
jD91mZM2/gcc:redox
into
redox
6 years ago
Overview
3
Commits
1
Pipelines
0
Changes
1
Expand
See
this patch
0
0
Merge request reports
Compare
redox
redox (base)
and
latest version
latest version
1a303c0f
1 commit,
6 years ago
1 file
+
1
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
libstdc++-v3/include/std/type_traits
+
1
−
1
Options
@@ -38,7 +38,7 @@
@@ -38,7 +38,7 @@
#include <bits/c++config.h>
#include <bits/c++config.h>
#ifdef _GLIBCXX_USE_C99_STDINT_TR1
#ifdef _GLIBCXX_USE_C99_STDINT_TR1
# if defined (__UINT_LEAST16_TYPE__) && defined(__UINT_LEAST32_TYPE__)
# if defined (__UINT_LEAST16_TYPE__) && defined(__UINT_LEAST32_TYPE__)
&& 0
namespace std
namespace std
{
{
typedef __UINT_LEAST16_TYPE__ uint_least16_t;
typedef __UINT_LEAST16_TYPE__ uint_least16_t;
Loading