commit | e3bfdc4e14bedf433b838963d6936dcc2fceb511 | [log] [tgz] |
---|---|---|
author | Justin Bogner <mail@justinbogner.com> | Sat Mar 15 04:05:59 2014 +0000 |
committer | Justin Bogner <mail@justinbogner.com> | Sat Mar 15 04:05:59 2014 +0000 |
tree | 565d2840dc7e39cc455a8fabed5d974e023335df | |
parent | 64587433cee773f0d08601b77bf634509ef05a42 [diff] |
Support: Make error_category's constructor public Since our error_category is based on the std one, we should have the same visibility for the constructor. This also allows us to avoid using the _do_message implementation detail in our own categories. llvm-svn: 203998