2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-24 06:02:14 +00:00

instantiation hacks for tru64cxx6.5

[SVN r13265]
This commit is contained in:
Dave Abrahams
2002-03-24 21:31:21 +00:00
parent 6004a35e23
commit 8d88a92fe4
5 changed files with 29 additions and 24 deletions

View File

@@ -52,4 +52,4 @@ int main()
assert_mf_cast<int, Y>(3);
assert_mf_cast<X, Y>(X());
return 0;
};
}