Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
capnproto
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
capnproto
Commits
3097f779
Commit
3097f779
authored
Nov 12, 2013
by
Kenton Varda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mollify GCC.
parent
0c2fa6b7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
common.h
c++/src/kj/common.h
+2
-2
mega-test-quick.cfg
mega-test-quick.cfg
+1
-1
No files found.
c++/src/kj/common.h
View file @
3097f779
...
...
@@ -429,8 +429,8 @@ static constexpr MinValue_ minValue = MinValue_();
//
// `char` is not supported, but `signed char` and `unsigned char` are.
inline
double
inf
()
{
return
1
.
0
/
0
.
0
;
}
inline
double
nan
()
{
return
0
.
0
/
0
.
0
;
}
inline
float
inf
()
{
return
1
.
0
f
/
0
.
0
f
;
}
inline
float
nan
()
{
return
0
.
0
f
/
0
.
0
f
;
}
// =======================================================================================
// Useful fake containers
...
...
mega-test-quick.cfg
View file @
3097f779
linux-gcc-4.7 1704 ./super-test.sh tmpdir capnp-gcc-4.7 quick
linux-gcc-4.8 1707 ./super-test.sh tmpdir capnp-gcc-4.8 quick gcc-4.8
linux-clang 17
24
./super-test.sh tmpdir capnp-clang quick clang
linux-clang 17
45
./super-test.sh tmpdir capnp-clang quick clang
mac 791 ./super-test.sh remote beat caffeinate quick
cygwin 795 ./super-test.sh remote Kenton@flashman quick
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