mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-29 12:18:01 +01:00
moved format into Keywords namespace
This commit is contained in:
@@ -134,6 +134,9 @@ inline const std::string& RowFormatter::postfix() const
|
||||
}
|
||||
|
||||
|
||||
namespace Keywords {
|
||||
|
||||
|
||||
template <typename T>
|
||||
inline T* format(const T& formatter)
|
||||
/// Utility function used to pass formatter to the statement.
|
||||
@@ -143,6 +146,9 @@ inline T* format(const T& formatter)
|
||||
}
|
||||
|
||||
|
||||
} // namespace Keywords
|
||||
|
||||
|
||||
typedef SharedPtr<RowFormatter> RowFormatterPtr;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user