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

emplace_back does not seems to work with the int 0 #1925

Closed
garengllc opened this issue Feb 3, 2020 · 1 comment
Closed

emplace_back does not seems to work with the int 0 #1925

garengllc opened this issue Feb 3, 2020 · 1 comment

Comments

@garengllc
Copy link

  • Describe what you want to achieve.
    When I emplace_back, I don't see anything with the value of 0 printed.

  • Describe what you tried.
    I tried emplace_back(foo) and push_back(foo), but neither worked. If I set the value to 1, it seems to work fine, so I know that everything else is OK.

  • Describe which system (OS, compiler) you are using.
    Ubuntu 18.04
    g++ (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0

  • Describe which version of the library you are using (release version, develop branch).
    Branch: * (HEAD detached at 68ec3eb)
    (I am using libsigmf which pulls this in as a submodule)

@garengllc
Copy link
Author

This isn't your problem, it is an issue with how libsigmf handles what it thinks is an empty field, so closing.

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

No branches or pull requests

1 participant