Skip to content

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

Description

@garengllc
  • 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)

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

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions