cplusplus / nbballot

Handling of NB comments in response to ballots
14 stars 4 forks source link

JP008 20.12.1 Missing default template argument in synopsis #384

Closed jensmaurer closed 3 years ago

jensmaurer commented 3 years ago

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

tkoeppe commented 3 years ago

Final disposition: Accepted.