~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/util/string.h

updating

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
  Some sections of this code came from the Boost examples.
34
34
*/
35
35
 
36
 
#ifndef DRIZZLED_UTIL_STRING_H
37
 
#define DRIZZLED_UTIL_STRING_H
 
36
#pragma once
38
37
 
39
38
#include <utility>
40
39
#include <string>
99
98
} /* namespace util */
100
99
} /* namespace drizzled */
101
100
 
102
 
#endif /* DRIZZLED_UTIL_STRING_H */