~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/registry.h

Merging Monty's build fixes from jay-captain-fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
namespace internal {
31
31
 
32
 
using namespace std;
33
 
 
34
32
template<class T>
35
33
struct RegistryMapCompare
36
34
{