Skip to content

possible bug with msgpack map #695

@danpf

Description

@danpf

I'm not entirely sure that this is a bug, maybe just something wrong with my environment, but figured I'd ask.

I'm on a new install of kubuntu 18.04, with

g++ --version
g++ (Ubuntu 7.3.0-16ubuntu3) 7.3.0
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

this is the stdout of wandbox
https://wandbox.org/permlink/XhQJQKvUIAB4euAh

Hello
myobj
{"int1":12,"string2":"string_two"}
obj_TWO!!
null

But on my computer:

Hello

{"int1":12,"string2":"string_two"}
obj_TWO!!
null

For some reason I'm missing that 'myobj' print statement.... Any ideas of what could be happening?

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