November 23, 2010 c++ » Constant expression expected? | |||
|---|---|---|---|
| |||
...initializer expected --- errorlevel 1 #include <windows.h> typedef __declspec(dllimport) BOOL __stdcall (*WriteFile_funptr) ( HANDLE... | |||
November 22, 2010 General » Template performance | |||
|---|---|---|---|
| |||
...typedef State state_type;
};
template <int Niv, int Dx, typename State = state<> >
struct solve {
typedef... | |||
November 16, 2010 Issues » [Issue 2828] Typedef'ed template struct incorrectly recognized as an inner struct | |||
|---|---|---|---|
| |||
http://d.puremagic.com/issues/show_bug.cgi?id=2828 Don <clugdbug@yahoo.com.au... | |||
November 14, 2010 c++.stlsoft » Pantheios 1.0.1 (beta 200) released | |||
|---|---|---|---|
| |||
...be.file * added pantheios::b shorthand inserter typedef (for pantheios::boolean) * added implicit link headers... | |||
November 13, 2010 General » Re: Basic standard graphics | |||
|---|---|---|---|
| |||
...in practice. Or maybe inventing a new typedef or struct just for C is the... | |||
November 12, 2010 General » Help for .h to D pain? | |||
|---|---|---|---|
| |||
...d
typedef __signed__ char
^
asm-generic/int-ll64.h(19) : Error: '=', ';' or ',' expected
typedef __signed... | |||
November 09, 2010 c++ » Compiling a DLL using DMC for use with MSVC program | |||
|---|---|---|---|
| |||
...with VS):
***********************************
#include <iostream>
#include <windows.h>
typedef int (*AddFunc)(int,int);
int main() {
HINSTANCE... | |||
November 09, 2010 DMD » [dmd-internals] More ICE patches | |||
|---|---|---|---|
| |||
...people using VisualD. 190 Cannot forward reference typedef/alias in default value for function parameter... | |||
November 08, 2010 Issues » [Issue 632] Typedef/enum promotions spec ambiguous - ultimate base type or lowest common denominator? | |||
|---|---|---|---|
| |||
http://d.puremagic.com/issues/show_bug.cgi?id=632 Walter Bright <bugzilla@digitalmars.com... | |||
November 08, 2010 Phobos » [phobos] phobos commit, revision 2137 | |||
|---|---|---|---|
| |||
...revision 2137 user: walter msg: bugzilla 632 Typedef/enum promotions spec ambiguous - ultimate base type... | |||
Copyright © 1999-2021 by the D Language Foundation