Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
json
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
json
Commits
8a0490a0
Commit
8a0490a0
authored
Jan 24, 2016
by
Niels
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleanup
parent
e00b00fe
Changes
2
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
test/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.
-
[
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.
-
[
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!
...
...
test/unit.cpp
View file @
8a0490a0
...
...
@@ -27,7 +27,7 @@ using nlohmann::json;
// disable float-equal warnings on GCC/clang
#if defined(__clang__) || defined(__GNUC__) || defined(__GNUG__)
#pragma GCC diagnostic ignored "-Wfloat-equal"
#pragma GCC diagnostic ignored "-Wfloat-equal"
#endif
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