Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
OpenWalnut Core OpenWalnut Core
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 86
    • Issues 86
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • OpenWalnut
  • OpenWalnut CoreOpenWalnut Core
  • Issues
  • #304

Closed
Open
Created May 08, 2017 by Sebastian Eichelbaum@ebaumMaintainer

-RM-114-MR-[STYLECHECKER] stylechecker NOLINT command does not work for mpl::vector

The stylechecker thinks we use a std::vector in this line:


BOOST_MPL_ASSERT( ( boost::is_same< TestStruct::TypeVector,
                                    boost::mpl::vector<  WPropInt, WPropBool > > // NOLINT
                ) );

But we don't. Its a compile time vector from boost::mpl. A NOLINT comment does not silent the stylechecker.

Either make stylechecker smarter to know about mpl::vector != std::vector or make it accept the NOLINT

If this is fixed, remove the unneeded include in source:src/core/common/test/WPropertyStruct_test.h

(from redmine: created on 2011-12-02, closed on 2011-12-13)

Assignee
Assign to
OpenWalnut 1.3
Milestone
OpenWalnut 1.3
Assign milestone
Time tracking