Skip to content
  • scott snyder's avatar
    TileConditions: Avoid copying AttributeList. · fb4b2fc6
    scott snyder authored
    Copying a coral::AttributeList is not thread-safe.
    Change AthenaAttributeList::coralList() to return a reference
    rather than making a copy.
    
    Disable thread-safety checking for the unit test (to prepare for adding
    warnings about unsafe uses of AttributeList).
    fb4b2fc6