Menu

#544 Padding is added to dereference operator (->)

closed-fixed
None
2023-01-24
2020-09-14
Ramon F
No

Configuration used (Astyle 3.1):
astyle -n --style=linux --indent=tab --attach-namespaces --attach-classes --attach-extern-c --attach-closing-while --indent-classes --indent-modifiers --pad-oper --pad-comma --pad-header --unpad-paren --align-pointer=name --align-reference=name --max-code-length=120 --lineend=linux

Before astyle:

auto ThreadPool::enqueue(F&& f, Args&&... args)
-> std::future<typename std::result_of<F(Args...)>::type>
After astyle:
auto ThreadPool::enqueue(F &&f, Args &&... args)

- > std::future<typename std::result_of<F(Args...)>::type>

Discussion

  • André Simon

    André Simon - 2022-12-05
    • status: open --> open-accepted
    • assigned_to: Jim Pattee --> André Simon
     
  • André Simon

    André Simon - 2023-01-24
    • status: open-accepted --> closed-fixed
     
  • André Simon

    André Simon - 2023-01-24

    This issue was resolved in the latest 3.2 beta release.

     

Log in to post a comment.

MongoDB Logo MongoDB