Search

July 20, 2007
Issues »
...20 15:45 -------
Why should having a typedef to a function type be an issue...
July 20, 2007
Issues »
...com


typedef int[] func(A,B,C)(int bla); // works with alias instead of typedef...
July 18, 2007
c++.stlsoft »
...iterator<winstl::basic_findfile_sequence<C, T> >
    {
        typedef typename winstl::basic_findfile_sequence<C,
T...
July 17, 2007
Issues »
...com


The following will not compile:
  typedef uint  u32;
  typedef ulong u64;
  void main() {
    uint...
July 14, 2007
c++.stlsoft »
Gabor Fischer Wrote:

That's by design. A collection that represents a file-system cannot...
July 14, 2007
c++.stlsoft »
Hello!


The basic_findfile_sequence in winstl has no iterator type defined, only a const...
July 12, 2007
Issues »
http://d.puremagic.com/issues/show_bug.cgi?id=1335


bugzilla@digitalmars.com changed:

           What...
July 12, 2007
Issues »
...can be considered subsets of what they typedef

For the little I've thought of...
July 11, 2007
Issues »
...the typedef."

You could even consider allowing math between numeric typedefs and non-typedef variables...
July 11, 2007
Issues »
...54 -------
Free conversion to and from a typedef might have some issues with overloading of...
234 235 236 237 238 239 240 241 242 243 244
Next ›   Last »