Search

July 07, 2006
c++.beta »
...private:
    T::result_type n;
};


struct ccc
{
    typedef int result_type;
    int min() { return 0...
July 06, 2006
c++.beta »
...typename Block = unsigned long>
class dynamic_bitset
{
    typedef ::boost::static_assert_test
    <
        sizeof(::boost::STATIC...
July 01, 2006
Issues »
http://d.puremagic.com/issues/show_bug.cgi?id=184


bugzilla@digitalmars.com changed:

           What...
June 27, 2006
General »
...wouldn't be necessary when using a typedef'ed version of hash_t, but it...
June 26, 2006
General »
...marked as not being covariant.
If a typedef was used, hash_t could still be...
June 23, 2006
Issues »
...echidna = 1;
}

// Must be 'typedef', can be any function or delegate
typedef int function (int...
June 22, 2006
c++ »
...Select
{
    typedef T Result;
};
template <typename T, typename U>
struct Select<false, T, U>
{
    typedef...
June 22, 2006
c++ »
...A
{
  typedef int a;
};

template<typename T>
struct B
{
  typedef A<T> c;
  typedef c...
June 21, 2006
General »
...to ensure consistency is to use a typedef instead of an alias ... but will that...
June 21, 2006
c++ »
...release).
This small program compiles:

------------
namespace a
{
   typedef int aa;
}

template<typename T>
::a::aa...
265 266 267 268 269 270 271 272 273 274 275
Next ›   Last »