Update IntervalTree.h dependency (#14148)

This was the last update since 2021
This commit is contained in:
Rose
2022-10-06 19:42:20 -04:00
committed by GitHub
parent 5608cf15a3
commit a63f060f72
3 changed files with 3 additions and 2 deletions

View File

@@ -6,6 +6,7 @@
#include <iostream> #include <iostream>
#include <memory> #include <memory>
#include <cassert> #include <cassert>
#include <limits>
#ifdef USE_INTERVAL_TREE_NAMESPACE #ifdef USE_INTERVAL_TREE_NAMESPACE
namespace interval_tree namespace interval_tree

View File

@@ -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? ## 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. 2. Take the file IntervalTree.h wholesale and drop it into the directory here.
3. Don't change anything about it. 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. 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.

View File

@@ -6,7 +6,7 @@
"type": "git", "type": "git",
"git": { "git": {
"repositoryUrl": "https://github.com/ekg/intervaltree", "repositoryUrl": "https://github.com/ekg/intervaltree",
"commitHash": "b90527f9e6d51cd36ecbb50429e4524d3a418ea5" "commitHash": "aa5937755000f1cd007402d03b6f7ce4427c5d21"
} }
} }
} }