Actions

icon Post
text/html Subscribe
text/html Unsubscribe

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

C++0x recal: variadic templates and rvalue references mangling


  • To: cxx-abi-dev@xxxxxxxxxxxxxxxx
  • Subject: C++0x recal: variadic templates and rvalue references mangling
  • From: "Doug Gregor" <doug.gregor@xxxxxxxxx>
  • Date: Wed, 11 Jul 2007 09:03:39 -0400

It's been a little over a week since I sent out proposed mangling
rules for rvalue references and variadic templates. Does anyone object
to these manglings or need more time to consider them, or can we go
ahead?

Rvalue references:
http://www.codesourcery.com/archives/cxx-abi-dev/msg01907.html
Variadic templates:
http://www.codesourcery.com/archives/cxx-abi-dev/msg01908.html

 - Doug