mirror of
https://github.com/Tencent/rapidjson.git
synced 2025-10-27 11:06:53 +01:00
tabs to 4 spaces (following 0dbcc1cf)
This commit is contained in:
@@ -127,6 +127,8 @@ template<typename Encoding = UTF8<>, typename Derived = void>
|
||||
struct BaseReaderHandler {
|
||||
typedef typename Encoding::Ch Ch;
|
||||
|
||||
typedef typename internal::SelectIf<internal::IsSame<Derived, void>, BaseReaderHandler, Derived>::Type Override;
|
||||
|
||||
bool Default() { return true; }
|
||||
bool Null() { return static_cast<Override&>(*this).Default(); }
|
||||
bool Bool(bool) { return static_cast<Override&>(*this).Default(); }
|
||||
|
||||
Reference in New Issue
Block a user