Open ahurta92 opened 8 months ago
If using au or bohr the set_derived_value would fail when type checking bare "atomic" in function call. std::string("atomic") ensures type checking will not fail.
@robertjharrison Quick change
@ahurta92 Rebase onto master so tests pass.
If using au or bohr the set_derived_value would fail when type checking bare "atomic" in function call. std::string("atomic") ensures type checking will not fail.