July 07, 2006 c++.beta » Re: [bug 8.49.2] switching ADL off failure? | |||
|---|---|---|---|
| |||
...private:
T::result_type n;
};
struct ccc
{
typedef int result_type;
int min() { return 0... | |||
July 06, 2006 c++.beta » [bug 8.49.2] | |||
|---|---|---|---|
| |||
...typename Block = unsigned long>
class dynamic_bitset
{
typedef ::boost::static_assert_test
<
sizeof(::boost::STATIC... | |||
July 01, 2006 Issues » [Issue 184] Cannot forward reference typedef within struct | |||
|---|---|---|---|
| |||
http://d.puremagic.com/issues/show_bug.cgi?id=184
bugzilla@digitalmars.com changed:
What... | |||
June 27, 2006 General » Re: object.d and hash_t confusion? | |||
|---|---|---|---|
| |||
...wouldn't be necessary when using a typedef'ed version of hash_t, but it... | |||
June 26, 2006 General » Re: object.d and hash_t confusion? | |||
|---|---|---|---|
| |||
...marked as not being covariant. If a typedef was used, hash_t could still be... | |||
June 23, 2006 Issues » [Issue 220] New: ICE with template and mangleof | |||
|---|---|---|---|
| |||
...echidna = 1; } // Must be 'typedef', can be any function or delegate typedef int function (int... | |||
June 22, 2006 c++ » Re: [8.49.1 bug] - nested types not visible in parent? | |||
|---|---|---|---|
| |||
...Select
{
typedef T Result;
};
template <typename T, typename U>
struct Select<false, T, U>
{
typedef... | |||
June 22, 2006 c++ » [8.49.1 bug] another frontend bug, nested typedefs | |||
|---|---|---|---|
| |||
...A
{
typedef int a;
};
template<typename T>
struct B
{
typedef A<T> c;
typedef c... | |||
June 21, 2006 General » object.d and hash_t confusion? | |||
|---|---|---|---|
| |||
...to ensure consistency is to use a typedef instead of an alias ... but will that... | |||
June 21, 2006 c++ » [8.49.1 bug] leading :: before namespace | |||
|---|---|---|---|
| |||
...release).
This small program compiles:
------------
namespace a
{
typedef int aa;
}
template<typename T>
::a::aa... | |||
Copyright © 1999-2021 by the D Language Foundation