Search:
Login
Help/Guide
About Trac
Preferences
Wiki
Timeline
Roadmap
View Tickets
Search
Context Navigation
Back to Ticket #1673
Ticket #1673
: test.cc
File test.cc,
93 bytes
(added by
Stefan Seefeld
,
15 years ago
)
input
Line
1
#define BAZ(T, E) T E
2
3
struct
foo
4
{
5
BAZ
6
(
bool
,
7
value
=
true
8
);
9
};
10
11
struct
bar
{};
Download in other formats:
Original Format