Topic: typo N3337 : scoped_allocator_adaptor


Author: Akira Takahashi<faithandbrave@gmail.com>
Date: Thu, 9 Feb 2012 10:07:09 -0800 (PST)
Raw View
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:faithandbrave@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-submit@vandevoorde.com ]
[              --- Please see the FAQ before posting. ---               ]
[ FAQ: http://www.comeaucomputing.com/csc/faq.html                      ]