mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-07 02:36:47 +00:00
chore: Enable clang-tidy modernize checks (#6975)
Co-authored-by: Bart <11445373+bthomee@users.noreply.github.com> Co-authored-by: Bart <bthomee@users.noreply.github.com>
This commit is contained in:
@@ -155,9 +155,7 @@ ValueIterator::ValueIterator(ValueConstIterator const& other) : ValueIteratorBas
|
||||
{
|
||||
}
|
||||
|
||||
ValueIterator::ValueIterator(ValueIterator const& other) : ValueIteratorBase(other)
|
||||
{
|
||||
}
|
||||
ValueIterator::ValueIterator(ValueIterator const& other) = default;
|
||||
|
||||
ValueIterator&
|
||||
ValueIterator::operator=(SelfType const& other)
|
||||
|
||||
Reference in New Issue
Block a user