David Ferguson wrote: > Ops, I wasn't clear that Debug and Release are for C#.
> C# builds > ____________/ > / \ >> > | Debug Release Release >> > Boxing Initial Capacity | ms ms C++ ms >> > ------ ---------------- | ----- ------- ------- >> > A No Yes | 300 260 1061 >> > B No No | 1271 1281 981 >> > C Yes Yes | 7590 7701 3144 >> > D Yes No | 6889 7010 2954 In your previous message, you mentioned you were using unmanaged C++. How, then, are you "boxing" anything in C++? Brad -- Read my web log at http://www.quality.nu/dotnetguy/ You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.
