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
All of the parameters seen in these code snippets are being implicitly cast from nlohmann::json objects to the respective types of the receiving parameters:
All of the parameters seen in these code snippets are being implicitly cast from
nlohmann::json
objects to the respective types of the receiving parameters:irods_capability_storage_tiering/src/main.cpp
Lines 761 to 772 in 4c759d6
irods_capability_storage_tiering/src/main.cpp
Lines 776 to 785 in 4c759d6
These should be using the
nlohmann::json::get
ornlohmann::json::get_ref
template functions with the explicit types specified.The text was updated successfully, but these errors were encountered: