Skip to content

Commit

Permalink
- json: auto without trailing return type
Browse files Browse the repository at this point in the history
  • Loading branch information
oknenavin committed Jun 24, 2024
1 parent 3c68e35 commit db2c679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cxon/lang/common/cio/class.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ namespace cxon { namespace cio { namespace cls { // bare object support structur
#if __cplusplus < 202002L // use of function template name with no prior declaration in function call with explicit template arguments is a C++20 extension [-Wc++20-extensions]
namespace cxon {
template <typename X, typename T, typename II, typename Cx> // read_field in cxon namespace
inline auto read_field(T& t, const char* name, std::size_t nale, II& i, II e, Cx& cx);
inline bool read_field(T& t, const char* name, std::size_t nale, II& i, II e, Cx& cx);
}
#endif

Expand Down

0 comments on commit db2c679

Please sign in to comment.