Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

typo N3337 : scoped_allocator_adaptor

32 views
Skip to first unread message

Akira Takahashi

unread,
Feb 9, 2012, 1:07:09 PM2/9/12
to
Hi,
I found typo in Draft (N3337).

20.12.1 Header<scoped_allocator> synopsis

template<class T, class... Args>
void construct(T* p, Args&& args);

missing "...". shoule be:

template<class T, class... Args>
void construct(T* p, Args&&... args);

Thanks,
Akira

>>========================
Akira Takahashi

mailto:faitha...@gmail.com
site : https://sites.google.com/site/faithandbrave/about/en


--
[ comp.std.c++ is moderated. To submit articles, try posting with your ]
[ newsreader. If that fails, use mailto:std-cpp...@vandevoorde.com ]
[ --- Please see the FAQ before posting. --- ]
[ FAQ: http://www.comeaucomputing.com/csc/faq.html ]
0 new messages