You're correct. I missed that sentence. But that makes the replication a LOT less useful. Shalom > -----Original Message----- > From: Rich, Dave [mailto:Dave_Rich@mentor.com] > Sent: Thursday, January 05, 2006 4:48 PM > To: Bresticker, Shalom; Krishanu Debnath; sv-bc@eda.org > Subject: RE: [sv-bc] structure literal example in standard > > > Similarly, > > > > > int a[4] = '{b, b, 2{b}}; > > > > Here also, each replication requires ' before it. > > So you need > > > > > int a[4] = '{b, b, '{2{b}}}; > > > > Shalom > [DR>] > Incorrect. The above pattern is only three elements. The first > two > elements are singular, and the third elements is an array of > two > elements. Perhaps the sentence should read: "Each replication > represents > a^n entire^ single dimension."Received on Thu Jan 5 06:57:34 2006
This archive was generated by hypermail 2.1.8 : Thu Jan 05 2006 - 06:57:48 PST