mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-11-14 10:39:05 +00:00
変数名を変更
This commit is contained in:
parent
19eb367ebd
commit
83eb1531ad
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ main(){
|
|||
//
|
||||
// parse __TIME__
|
||||
//
|
||||
constexpr auto parser = w::int_ >> ':' >> w::int_ >> ':' >> w::int_;
|
||||
constexpr auto expr = w::int_ >> ':' >> w::int_ >> ':' >> w::int_;
|
||||
static constexpr auto result = w::parse(time.begin(), time.end(), parser);
|
||||
static_assert(result.success(), "failed parse");
|
||||
|
||||
|
|
Loading…
Reference in a new issue