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

Box sequence ctors #2633

Closed
jschueller opened this issue Apr 29, 2024 · 0 comments
Closed

Box sequence ctors #2633

jschueller opened this issue Apr 29, 2024 · 0 comments
Labels

Comments

@jschueller
Copy link
Member

What happened?

Box has two ctors with a sequence:

  explicit Box(const Point & levels);

  explicit Box(const Indices & levels);

  Box(const Indices & levels,
      const Interval & bounds);

this can be ambiguous

How to reproduce the issue?

lib/src/Base/Experiments/openturns/Box.hxx

Version

master

Operating System

unknown

Installation media

unknown

Additional Context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant