Uploaded image for project: 'C++ Driver'
  1. C++ Driver
  2. CXX-49

Fix strict aliasing warnings so that headers are useable for all consumers

      The BSON library in the driver currently assumes that it is being compiled with -fno-strict-aliasing. However several of the aliasing violations are in headers, which means that they inflict the same penalty on consumers of the library. We should fix the strict aliasing warnings so that clients can consume the library without needing special flags.

            Assignee:
            andrew.morrow@mongodb.com Andrew Morrow (Inactive)
            Reporter:
            andrew.morrow@mongodb.com Andrew Morrow (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: