On Mon, Dec 08, 2008 at 03:40:38PM -0800, Lee Bieber wrote:
> I was just talking with Brian about this and he suggested I open this up  
> to the mailing list. I'm currently pulling out functions from  
> drizzled/item.cc/.h and moving them into the drizzled/item directory.   
> For all Item_* routines, I create a .cc and .h file using the last part  
> of the name, for example, Item_decimal now is split into  
> drizzled/item/decimal.cc and drizzled/item/decimal.h.  Works  
> great....most of the time.  What about Item_float, doesn't work to have  
> float.h as the compiler picks up the system float.h instead of the  
> intended float.h  Brian suggested for these conflicts name them  
> ifloat.h, istring.h when there is a conflict.  Anyone else have a better  
> suggestion or method to deal with system naming conflicts??

I'd prefer item_X.h where needed
-- 
Stewart Smith

_______________________________________________
Mailing list: https://launchpad.net/~drizzle-discuss
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~drizzle-discuss
More help   : https://help.launchpad.net/ListHelp

Reply via email to