Skip to content

JP008 20.12.1 Missing default template argument in synopsis #384

Closed
@jensmaurer

Description

@jensmaurer

In the following definition, Tp should have byte value.
template<class Tp> class polymorphic_allocator;

Change the example as follows:
template<class Tp = byte> class polymorphic_allocator;

JP10

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions