Internalize format_part

This commit is contained in:
Victor Zverovich
2019-07-26 09:02:45 +03:00
parent bbf0bada33
commit ee36257469
2 changed files with 19 additions and 17 deletions

View File

@@ -12,6 +12,7 @@
#include "format.h"
FMT_BEGIN_NAMESPACE
namespace internal {
template <typename Char> struct format_part {
public:
@@ -96,7 +97,6 @@ template <typename Char> struct format_part {
} val;
};
namespace internal {
template <typename Char, typename PartsContainer>
class format_preparation_handler : public internal::error_handler {
private: