Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Begin to systematically remove direct use of lexical_cast in favour o… #742

Merged
merged 5 commits into from
Jan 19, 2022

Commits on Jan 16, 2022

  1. Begin to systematically remove direct use of lexical_cast in favour o…

    …f existing abstractions.
    jzmaddock committed Jan 16, 2022
    Configuration menu
    Copy the full SHA
    81cfd85 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2022

  1. Complete removal of direct use of lexical_cast.

    Correct silly typo in unchecked_factorial.hpp.
    Remove TEST_STD define in config.hpp as it needlessly breaks the TR1 tests.
    Remove lexical_cast.hpp workaround file.
    Correct #pragma in tr1.hpp.
    jzmaddock committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    192888e View commit details
    Browse the repository at this point in the history
  2. Correct some CI test failures.

    Stop referencing boost::lexical_cast even in templates which aren't instantiated.
    Fix missing macro definition in tr1.hpp.
    Correct include order in some tests so we get consistent definitions for BOOST_HAS_FLOAT128.
    jzmaddock committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    7850b8c View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2022

  1. Configuration menu
    Copy the full SHA
    9d8f5b1 View commit details
    Browse the repository at this point in the history
  2. Improve comments around static_assert's

    [CI SKIP]
    jzmaddock committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    cfc1973 View commit details
    Browse the repository at this point in the history