Skip to content

Commit

Permalink
static to inline
Browse files Browse the repository at this point in the history
  • Loading branch information
qicosmos committed Oct 31, 2022
1 parent fc4b979 commit 982e109
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion iguana/detail/itoa.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ template<typename I> char* itoa_fwd (I i,char *p) {
return dec_::convert<dec_::Fwd>::itoa(i,p);
}

static char *
inline char *
xtoa (long long sval,
char * str,
int radix,
Expand Down
2 changes: 1 addition & 1 deletion iguana/reflection.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ namespace iguana::detail {
MACRO_CONCAT(CON_STR, GET_ARG_COUNT(__VA_ARGS__))(__VA_ARGS__)

#define MAKE_META_DATA_IMPL(STRUCT_NAME, ...) \
static auto iguana_reflect_members(STRUCT_NAME const&) \
inline auto iguana_reflect_members(STRUCT_NAME const&) \
{ \
struct reflect_members \
{ \
Expand Down

0 comments on commit 982e109

Please sign in to comment.