Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
json
Project
Overview
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
json
Commits
8a0490a0
Commit
8a0490a0
authored
Jan 24, 2016
by
Niels
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleanup
parent
e00b00fe
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
README.md
README.md
+1
-1
unit.cpp
test/unit.cpp
+1
-1
No files found.
README.md
View file @
8a0490a0
...
@@ -388,7 +388,7 @@ I deeply appreciate the help of the following people.
...
@@ -388,7 +388,7 @@ I deeply appreciate the help of the following people.
-
[
406345
](
https://github.com/406345
)
fixed two small warnings.
-
[
406345
](
https://github.com/406345
)
fixed two small warnings.
-
[
Glen Fernandes
](
https://github.com/glenfe
)
noted a potential portability problem in the
`has_mapped_type`
function.
-
[
Glen Fernandes
](
https://github.com/glenfe
)
noted a potential portability problem in the
`has_mapped_type`
function.
-
[
Corbin Hughes
](
https://github.com/nibroc
)
fixed some typos in the contribution guidelines.
-
[
Corbin Hughes
](
https://github.com/nibroc
)
fixed some typos in the contribution guidelines.
-
[
twelsby
](
https://github.com/twelsby
)
fixed the array subscript operator.
-
[
twelsby
](
https://github.com/twelsby
)
fixed the array subscript operator
and an issue that failed the MSVC build
.
Thanks a lot for helping out!
Thanks a lot for helping out!
...
...
test/unit.cpp
View file @
8a0490a0
...
@@ -27,7 +27,7 @@ using nlohmann::json;
...
@@ -27,7 +27,7 @@ using nlohmann::json;
// disable float-equal warnings on GCC/clang
// disable float-equal warnings on GCC/clang
#if defined(__clang__) || defined(__GNUC__) || defined(__GNUG__)
#if defined(__clang__) || defined(__GNUC__) || defined(__GNUG__)
#pragma GCC diagnostic ignored "-Wfloat-equal"
#pragma GCC diagnostic ignored "-Wfloat-equal"
#endif
#endif
TEST_CASE
(
"constructors"
)
TEST_CASE
(
"constructors"
)
...
...
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