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

include inline keyword in inline macros

    • Type: Icon: Task Task
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 0.1.0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None

      These warnings are fixed by including the inline keyword in our inline macros, as we had some instances of BSONCXX_INLINE without the inline keyword present.

      Was: During skunkworks I compiled the driver with GCC 4.8 and got a number of warnings about not being able to inline some functions marked always_inline.

      We should audit these and de-inline them if they truly cannot be inlined.

            Assignee:
            adam.midvidy Adam Midvidy
            Reporter:
            adam.midvidy Adam Midvidy
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: