~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/functions/str/format.cc

  • Committer: Monty Taylor
  • Date: 2008-11-15 18:23:14 UTC
  • mto: (589.1.3 devel)
  • mto: This revision was merged to the branch mainline in revision 586.
  • Revision ID: monty@inaugust.com-20081115182314-nn1sli7zz3t0japq
Added namespace call.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#include CMATH_H
23
23
#include <drizzled/functions/str/format.h>
24
24
 
 
25
#if defined(CMATH_NAMESPACE)
 
26
using namespace CMATH_NAMESPACE;
 
27
#endif
 
28
 
25
29
/**
26
30
  Change a number to format '3,333,333,333.000'.
27
31