]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/third_party/nlohmann-json/include/nlohmann/detail/meta/identity_tag.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / third_party / nlohmann-json / include / nlohmann / detail / meta / identity_tag.hpp
1 #pragma once
2
3 namespace nlohmann
4 {
5 namespace detail
6 {
7 // dispatching helper struct
8 template <class T> struct identity_tag {};
9 } // namespace detail
10 } // namespace nlohmann