diff options
author | John Hodge <tpg@mutabah.net> | 2016-12-02 19:23:20 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2016-12-02 19:23:20 +0800 |
commit | 466023a1520cddcfae6fd8a971eb6845d19a15c5 (patch) | |
tree | adac53f695bf623b4f53636d100212370be1d30f /src/hir/generic_params.hpp | |
parent | 35142acbe2deacf0cee3f92ed28e3beb01c22cd5 (diff) | |
download | mrust-466023a1520cddcfae6fd8a971eb6845d19a15c5.tar.gz |
HIR Specialistion - Rough up bound support in specialistion
Diffstat (limited to 'src/hir/generic_params.hpp')
-rw-r--r-- | src/hir/generic_params.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/hir/generic_params.hpp b/src/hir/generic_params.hpp index 9b2e2456..79ce2cb9 100644 --- a/src/hir/generic_params.hpp +++ b/src/hir/generic_params.hpp @@ -67,3 +67,5 @@ public: } // namespace HIR +extern Ordering ord(const HIR::GenericBound& a, const HIR::GenericBound& b); + |