]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/third_party/nlohmann-json/doc/mkdocs/docs/integration/vcpkg/example.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / third_party / nlohmann-json / doc / mkdocs / docs / integration / vcpkg / example.cpp
1 #include <nlohmann/json.hpp>
2 #include <iostream>
3
4 using json = nlohmann::json;
5
6 int main()
7 {
8 std::cout << json::meta() << std::endl;
9 }