mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-29 20:59:45 +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>
|
template <typename T>
|
||||||
inline T* format(const T& formatter)
|
inline T* format(const T& formatter)
|
||||||
/// Utility function used to pass formatter to the statement.
|
/// 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;
|
typedef SharedPtr<RowFormatter> RowFormatterPtr;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user