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


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

Defect report: missing cases from value-dependence

From "Richard Smith"<richard@metafoo.co.uk>
Newsgroups comp.std.c++
Subject Defect report: missing cases from value-dependence
Date 2011-11-08 11:31 -0800
Organization unknown
Message-ID <55926.10.0.7.178.1320716310.squirrel@webmail.secure.aluminati.net> (permalink)

Show all headers | View raw


Hi,

[temp.dep.expr]/3 is missing some cases which should be value-dependent but
are not considered to be. The implementation in clang adds the following to
the list of bullets in that paragraph:

[An identifier is value-dependent if it is: ...]
  - an entity with reference type and is initialized with an expression that is
value-dependent
  - a member function or a static data member of the current instantiation

-- 
Richard


[ 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 | NextNext in thread | Find similar


Thread

Defect report: missing cases from value-dependence "Richard Smith"<richard@metafoo.co.uk> - 2011-11-08 11:31 -0800
  Re: Defect report: missing cases from value-dependence Daniel Krügler<daniel.kruegler@googlemail.com> - 2011-11-11 13:04 -0800

csiph-web