Skip to content

chaotic_system.cpp compile error under MSVC 2022 17.14.16 #93

Description

@LegalizeAdulthood

The example code assumes that x.begin() is implicitly convertible to const double *, but instead x.begin() returns a const_iterator type that can't be implicitly (or explicitly) converted to a pointer. Using x.data() instead of x.begin() corrects the problem.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions