mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-19 08:46:41 +01:00
moved format into Keywords namespace
This commit is contained in:
parent
6827e13c0f
commit
1d7188d78e
@ -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;
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user