mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
Core: Workaround for gcc 4.8.x compilation issue
git-svn-id: svn://ultimatepp.org/upp/trunk@7624 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
3fbee42a50
commit
f5d59c52a4
1 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
template <class T> struct Slaved_InVector__;
|
||||
template <class T> struct Slaved_InArray__;
|
||||
template <class K, class TT, class Lss, class Data> class SortedAMap;
|
||||
template <class K, class TT, class Less> class SortedVectorMap;
|
||||
|
||||
struct InVectorSlave__ {
|
||||
virtual void Clear() = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue