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

Used imports are deleted in CLion (unsupported product) #180

Open
dubreuia opened this issue Aug 13, 2018 · 0 comments
Open

Used imports are deleted in CLion (unsupported product) #180

dubreuia opened this issue Aug 13, 2018 · 0 comments

Comments

@dubreuia
Copy link
Owner

The code

#include <math.h>

int main() {
    double test = fmin(-0.0, 0.0);
    return static_cast<int>(test);
}

is cleaned as

int main() {
    double test = fmin(-0.0, 0.0);
    return static_cast<int>(test);
}

which makes the compilation fail because fmin is used.

@dubreuia dubreuia added the bug label Aug 13, 2018
@dubreuia dubreuia changed the title Used imports are deleted in CLion Used imports are deleted in CLion (unsupported product) Dec 13, 2019
@dubreuia dubreuia added this to specs in Save Actions - Board Sep 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

No branches or pull requests

1 participant