comparison dmd/CppMangleState.d @ 0:10317f0c89a5

Initial commit
author korDen
date Sat, 24 Oct 2009 08:42:06 +0400
parents
children e28b18c23469
comparison
equal deleted inserted replaced
-1:000000000000 0:10317f0c89a5
1 module dmd.CppMangleState;
2
3 import dmd.Array;
4 import dmd.OutBuffer;
5
6 struct CppMangleState
7 {
8 static __gshared Array components;
9
10 int substitute(OutBuffer buf, void* p)
11 {
12 assert(false);
13 }
14 }