Closed SwooshyCueb closed 1 year ago
This causes the build to fail https://github.com/irods/irods_rule_engine_plugin_metadata_guard/blob/e4f11e33a3d81cd85bfe5eb074d9b69aa18ee6e8/src/main.cpp#L30
irods::experimental::log is a namespace now, and the symbol name log should not be used due to overlap with the math function.
irods::experimental::log
log
This causes the build to fail https://github.com/irods/irods_rule_engine_plugin_metadata_guard/blob/e4f11e33a3d81cd85bfe5eb074d9b69aa18ee6e8/src/main.cpp#L30
irods::experimental::log
is a namespace now, and the symbol namelog
should not be used due to overlap with the math function.