added 'using FlatExpression::esc' to JSONExpression in order to suppress clang warning:
'morm::JSONExpression::esc' hides overloaded virtual function [-Woverloaded-virtual]
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2018, Tomasz Sowa
|
* Copyright (c) 2018-2021, Tomasz Sowa
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
@@ -67,6 +67,9 @@ protected:
|
|||||||
void before_field_value_list();
|
void before_field_value_list();
|
||||||
void after_field_value_list();
|
void after_field_value_list();
|
||||||
|
|
||||||
|
// using FlatExpression::esc to suppress clang warning:
|
||||||
|
// 'morm::JSONExpression::esc' hides overloaded virtual function [-Woverloaded-virtual]
|
||||||
|
using FlatExpression::esc;
|
||||||
|
|
||||||
void esc(char val, PT::TextStream & stream);
|
void esc(char val, PT::TextStream & stream);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user