mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-21 06:10:58 +00:00
chore: Enable clang-tidy misc checks (#6655)
This commit is contained in:
@@ -189,13 +189,13 @@ public:
|
||||
check_container()
|
||||
{
|
||||
{
|
||||
C<detail::test_user_type_member<std::string>> c;
|
||||
C<detail::test_user_type_member<std::string>> const c;
|
||||
}
|
||||
|
||||
pass();
|
||||
|
||||
{
|
||||
C<detail::test_user_type_free<std::string>> c;
|
||||
C<detail::test_user_type_free<std::string>> const c;
|
||||
}
|
||||
|
||||
pass();
|
||||
|
||||
Reference in New Issue
Block a user