ganmodokix / ysn

Template tools for competitive programming
Creative Commons Zero v1.0 Universal
0 stars 0 forks source link

Template dump optional #44

Closed ganmodokix closed 5 months ago

ganmodokix commented 5 months ago
auto hoge = std::optional<int>{};
auto piyo = std::optional<int>{42};
DUMP(hoge);
DUMP(piyo);

is expected to yield

nullopt
42
ganmodokix commented 5 months ago

commits 1659d1e and 603f2e9 are mistakenly pushed X(

ganmodokix commented 5 months ago

commits 1659d1e and 603f2e9 are mistakenly pushed X(

resolved