Skip to content

Commit

Permalink
Update IntervalTree.h dependency (#14148)
Browse files Browse the repository at this point in the history
This was the last update since 2021

(cherry picked from commit a63f060)
Service-Card-Id: 87207154
Service-Version: 1.16
  • Loading branch information
AtariDreams authored and DHowett committed Dec 12, 2022
1 parent 9657a88 commit 47ba4b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions oss/interval_tree/IntervalTree.h
Expand Up @@ -6,6 +6,7 @@
#include <iostream>
#include <memory>
#include <cassert>
#include <limits>

#ifdef USE_INTERVAL_TREE_NAMESPACE
namespace interval_tree
Expand Down
2 changes: 1 addition & 1 deletion oss/interval_tree/MAINTAINER_README.md
Expand Up @@ -8,7 +8,7 @@ That provenance file is automatically read and inventoried by Microsoft systems

## What should be done to update this in the future?

1. Go to ekg/intervaltreerepository on GitHub.
1. Go to the ekg/intervaltree repository on GitHub.
2. Take the file IntervalTree.h wholesale and drop it into the directory here.
3. Don't change anything about it.
4. Validate that the license in the root of the repository didn't change and update it if so. It is sitting in the same directory as this readme.
Expand Down
2 changes: 1 addition & 1 deletion oss/interval_tree/cgmanifest.json
Expand Up @@ -6,7 +6,7 @@
"type": "git",
"git": {
"repositoryUrl": "https://github.com/ekg/intervaltree",
"commitHash": "b90527f9e6d51cd36ecbb50429e4524d3a418ea5"
"commitHash": "aa5937755000f1cd007402d03b6f7ce4427c5d21"
}
}
}
Expand Down

0 comments on commit 47ba4b2

Please sign in to comment.