forked from boostorg/unordered
Get unordered working on Visual C++ 6.5
[SVN r2992]
This commit is contained in:
@@ -16,6 +16,9 @@ namespace test
|
||||
float generate(float const*);
|
||||
template <class T1, class T2>
|
||||
std::pair<T1, T2> generate(std::pair<T1, T2>*);
|
||||
|
||||
struct base_type {} base;
|
||||
struct derived_type : base_type {} derived;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user