mirror of
https://github.com/ScrelliCopter/tmx2gba.git
synced 2025-02-21 03:29:25 +11:00
fix accidental constexpr
This commit is contained in:
@@ -35,7 +35,7 @@ namespace ArgParse
|
|||||||
{
|
{
|
||||||
const std::vector<Option> options;
|
const std::vector<Option> options;
|
||||||
|
|
||||||
inline constexpr Options(const std::initializer_list<Option>&& rhs)
|
inline Options(const std::initializer_list<Option>&& rhs)
|
||||||
: options(std::move(rhs)) {}
|
: options(std::move(rhs)) {}
|
||||||
|
|
||||||
void ShowShortUsage(const std::string_view name, std::ostream& out) const;
|
void ShowShortUsage(const std::string_view name, std::ostream& out) const;
|
||||||
|
|||||||
Reference in New Issue
Block a user