Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.std.c++ > #611

Re: Variadic template parameter pack matching non-pack parameters

Message-ID <kjj2v1$2j9$1@dont-email.me> (permalink)
Newsgroups comp.std.c++
From Daniel Krügler <daniel.kruegler@googlemail.com>
Subject Re: Variadic template parameter pack matching non-pack parameters
Organization A noiseless patient Spider
References <kcd5vj$n3k$1@dont-email.me> <d2f98f98-841a-4c18-851b-4b8abfc40769@googlegroups.com>
Date 2013-04-04 19:05 -0600

Show all headers | View raw


On 2013-04-03 00:56, terminator(jam) wrote:
> Daniel Krügler wrote:
>> I would suggest to submit a bug report to VC++.
>
> I wouldn`t recommend that.

Why? If you don't report it, how will you expect it to be fixed?

> They once said they`d have variadic templates in VS2012 but later they
> said it`s ** too hard and you can use tuple ... ** and just didn`t do
> it. I don`t remember the address but you can check the MS official
> page.

There can be reasons to be unsatisfied with your vendor, but I don't
think that this group should be used to make your complains public.

Just for the record: I have reported this issue and it seems to be fixed
now:

https://connect.microsoft.com/VisualStudio/feedback/details/776438/codename-milan-failing-template-deduction-for-variadics

> Can any one suggest a good alternative IDE to VS on Windows?

I'm quite happy with the CodeBlocks IDE:

http://www.codeblocks.org

> I am bored of them spending lots of time on none-standard extensions
> ignoring standards features accepted bye the committee.

Keep in mind that most compiler vendors (including gcc) do provide some
extensions of the core language and you usually need to perform extra
steps to ensure that they are not active.

HTH & Greetings from Bremen,

Daniel Krügler




-- 
[ 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                      ]

Back to comp.std.c++ | Previous | NextPrevious in thread | Find similar


Thread

Variadic template parameter pack matching non-pack parameters Sylvester Hesp <usenet@oisyn.nl> - 2013-01-12 11:23 -0800
  Re: Variadic template parameter pack matching non-pack parameters Daniel Krügler <daniel.kruegler@googlemail.com> - 2013-01-13 14:33 -0600
  Re: Variadic template parameter pack matching non-pack parameters "terminator(jam)" <farid.mehrabi@googlemail.com> - 2013-04-02 15:56 -0700
    Re: Variadic template parameter pack matching non-pack parameters Daniel Krügler <daniel.kruegler@googlemail.com> - 2013-04-04 19:05 -0600

csiph-web