mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-28 00:15:23 +08:00
template31.C: Remove templates for classes std::__malloc_alloc_template<0> and...
* g++.old-deja/g++.jason/template31.C: Remove templates for classes std::__malloc_alloc_template<0> and std::__default_alloc_template<false, 0>. From-SVN: r47977
This commit is contained in:
parent
4a90862e3a
commit
72dd53af50
@ -1,3 +1,9 @@
|
||||
2001-12-13 John David Anglin <dave@hiauly1.hia.nrc.ca>
|
||||
|
||||
* g++.old-deja/g++.jason/template31.C: Remove templates for classes
|
||||
std::__malloc_alloc_template<0> and
|
||||
std::__default_alloc_template<false, 0>.
|
||||
|
||||
Thu Dec 13 10:35:33 2001 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* objc/execute/bf-21.m: New test.
|
||||
|
@ -36,13 +36,3 @@ int main(int argc, char**argv) {
|
||||
IncludeIt* bar;
|
||||
std::exit(0);
|
||||
}
|
||||
|
||||
template class std::__malloc_alloc_template<0>;
|
||||
#ifndef __USE_MALLOC
|
||||
template class std::__default_alloc_template<false, 0>;
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user