E588 Update nlohmann/json (#252) · DataDog/dd-opentracing-cpp@1581754 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1581754

Browse files
authored
Update nlohmann/json (#252)
* Update nlohmann/json This fixes warnings produced by gcc on arm64 machines. This was pulled from the latest release https://github.com/nlohmann/json/releases/tag/v3.11.2 * Add Makefile for downloading
1 parent 515c445 commit 1581754

File tree

3 files changed

+13428
-11699
lines changed

3 files changed

+13428
-11699
lines changed

3rd_party/include/nlohmann/LICENSE.MIT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2013-2018 Niels Lohmann
3+
Copyright (c) 2013-2022 Niels Lohmann
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
.PHONY: all
2+
all: json.hpp LICENSE.MIT
3+
4+
json.hpp:
5+
wget 'https://github.com/nlohmann/json/releases/download/v3.11.2/json.hpp'
6+
7+
LICENSE.MIT:
8+
wget 'https://raw.githubusercontent.com/nlohmann/json/v3.11.2/LICENSE.MIT'

0 commit comments

Comments
 (0)
0