jarro2783 / cxxopts

Lightweight C++ command line option parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An attribute list can not appear here

maidamai0 opened this issue · comments

clang complains about the An attribute list can not appear here:

CXXOPTS_NODISCARD

move the CXXOPTS_NODISCARD before inline can make clang quiet

Same problem as #353

Duplicate of #353