You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pdal/JsonFwd.hpp
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,13 @@
1
1
#ifndef INCLUDE_NLOHMANN_JSON_FWD_HPP_
2
2
#defineINCLUDE_NLOHMANN_JSON_FWD_HPP_
3
3
4
+
// PDAL no longer exposes nlohmann in its public
5
+
// headers due to it changing its type definitions. See
6
+
// https://github.com/PDAL/PDAL/pull/4706 for more details. If you have
7
+
// this file included in your pdal::Stage definition, you should update
8
+
// your code so you no longer need the forward definitions.
9
+
#warning "PDAL no longer exposes nlohmann types in its public headers. You can stop including this file and use the nlohmann complete definitions if you need them"
0 commit comments