1
Fork 0

stdlib: Export match type from std::getopts

This commit is contained in:
Brian Anderson 2011-05-22 16:41:06 -04:00
parent 65ec38c096
commit 837dff9226

View file

@ -23,6 +23,8 @@ export result;
export success;
export failure;
export match;
export fail_;
export fail_str;