Re: [Wormux-dev] Code janitoring

2007-07-16 Par sujet Kurosu
Good evening, Martin Wilke a écrit : > |> In order to continue this, I'm thinking of using uint32_t instead of > |> Uint32 in include/action.{cpp,h}. However, this is C99, and I'm not > |sure > all environments (*BSD) have it included as automatically as > |for gnu > systems. > | > |C++ has been d

Re: [Wormux-dev] Code janitoring

2007-07-15 Par sujet Martin Wilke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, 15 Jul 2007 18:21:16 +0200 Matthieu Fertré <[EMAIL PROTECTED]> wrote: |Kurosu a écrit : |> Kurosu a écrit : |> |>> I've spent some time "cleaning" the includes by using forward |>> declarations. This means that not all headers are automatic

Re: [Wormux-dev] Code janitoring

2007-07-15 Par sujet Matthieu Fertré
Kurosu a écrit : > Kurosu a écrit : > >> I've spent some time "cleaning" the includes by using forward >> declarations. This means that not all headers are automatically >> > > In order to continue this, I'm thinking of using uint32_t instead of > Uint32 in include/action.{cpp,h}. However,

Re: [Wormux-dev] Code janitoring

2007-07-14 Par sujet Kurosu
Kurosu a écrit : > I've spent some time "cleaning" the includes by using forward > declarations. This means that not all headers are automatically In order to continue this, I'm thinking of using uint32_t instead of Uint32 in include/action.{cpp,h}. However, this is C99, and I'm not sure all envir

Re: [Wormux-dev] Code janitoring

2007-07-12 Par sujet Matthieu Fertré
Hi! > I've spent some time "cleaning" the includes by using forward > declarations. This means that not all headers are automatically > included, and that the .cpp should include the appropriate header if it > ever uses (by allocation/destruction or use of a method) something known > through a for