irods / irods_rule_engine_plugin_metadata_guard

BSD 3-Clause "New" or "Revised" License
0 stars 7 forks source link

Fix `using log` #56

Closed SwooshyCueb closed 1 year ago

SwooshyCueb commented 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.