Allow aliasing between different descriptor types silently

* Also make the error about duplicate keys less severe - this can happen in
  practice as different views boil down to the same descriptor bytes and
  applications don't use only one view.
This commit is contained in:
baldurk
2025-09-08 16:35:41 +01:00
parent 5eaac6c03f
commit c25161a759
3 changed files with 41 additions and 5 deletions
+2
View File
@@ -2585,6 +2585,8 @@ TEST_CASE("Test rdcbytetrie type", "[basictypes][rdcbytetrie]")
{
rdcbytetrie<TrieValue> trie;
trie.SetStrictErrorChecking(true);
SECTION("Simple lookups")
{
KV keyVals[] = {