https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99528
Nathan Sidwell changed:
What|Removed |Added
CC||alexander.lelyakin@googlema
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99528
Nathan Sidwell changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99528
--- Comment #2 from CVS Commits ---
The master branch has been updated by Nathan Sidwell :
https://gcc.gnu.org/g:edc61d34eb4212d5547e9f628b5f7f4d15ee0060
commit r11-7626-gedc61d34eb4212d5547e9f628b5f7f4d15ee0060
Author: Nathan Sidwell
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99528
--- Comment #1 from Nathan Sidwell ---
// bug.h
template
class new_allocator
{
public:
template
new_allocator(const new_allocator<_Tp1>&) noexcept { }
};
extern template class new_allocator;
// bug_a.H
#include "bug.h"
// bug_b.H
#include "b
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99528
Nathan Sidwell changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Assignee|unassigned