Skip to content

Commit

Permalink
Merge branch 'pull-request/#849-fix-string_stream-add-missing-initial…
Browse files Browse the repository at this point in the history
…izations-of-const-format-specifiers' into development

# Conflicts:
#	support/Release notes.txt
  • Loading branch information
John Wellbelove committed Mar 9, 2024
2 parents b6db419 + 7c24f66 commit 9a520a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/etl/basic_format_spec.h
Original file line number Diff line number Diff line change
Expand Up @@ -172,10 +172,10 @@ namespace etl
static ETL_CONSTANT private_basic_format_spec::base_spec hex(16U);

//*********************************
static ETL_CONSTANT private_basic_format_spec::left_spec left;
static ETL_CONSTANT private_basic_format_spec::left_spec left = private_basic_format_spec::left_spec();

//*********************************
static ETL_CONSTANT private_basic_format_spec::right_spec right;
static ETL_CONSTANT private_basic_format_spec::right_spec right = private_basic_format_spec::right_spec();

//*********************************
static ETL_CONSTANT private_basic_format_spec::boolalpha_spec boolalpha(true);
Expand Down

0 comments on commit 9a520a3

Please sign in to comment.