LibGC: Add GC::Ptr and GC::Ref to Forward header
This commit is contained in:
parent
da64588e72
commit
45f1b18263
1 changed files with 6 additions and 0 deletions
|
|
@ -31,6 +31,12 @@ class HeapHashTable;
|
|||
template<class T>
|
||||
class Root;
|
||||
|
||||
template<class T>
|
||||
class Ref;
|
||||
|
||||
template<class T>
|
||||
class Ptr;
|
||||
|
||||
template<class T, size_t inline_capacity = 0>
|
||||
class ConservativeVector;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue