Uploaded image for project: 'ORC'
  1. ORC
  2. ORC-1352

Remove ORC_[NOEXCEPT|NULLPTR|OVERRIDE|UNIQUE_PTR] macro usages

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • 1.9.0
    • 1.9.0
    • C++
    • None

    Description

      the following macros could be removed from the main source code to make the code neat.

      ```

      #define ORC_NOEXCEPT noexcept
      #define ORC_NULLPTR nullptr
      #define ORC_OVERRIDE override
      #define ORC_UNIQUE_PTR std::unique_ptr

      ```

      These macros should only be keeped in the `orc-config.hh.in` for backward compatiblity(in case any user use these marcros).

      Attachments

        Issue Links

          Activity

            People

              zhjwpku Junwang Zhao
              zhjwpku Junwang Zhao
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: