commit | 1fce5584cfd7c9cc36388b9d250f03d56ee9b254 | [log] [tgz] |
---|---|---|
author | bungeman <bungeman@google.com> | Mon Jan 25 13:00:33 2016 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Mon Jan 25 13:00:34 2016 -0800 |
tree | a8061ced3cf7f28fbbb0ae68d83673ac79814053 | |
parent | 7869bbff26b75a34ff8f56c9dfdaa98476adb6cb [diff] |
Work around vs2013sp2-3 bug in skstd::unique_ptr. When compiling skstd::unique_ptr::compressed_base with the vc++ in some intermediate service pack versions of Visual Studio 2013 the compiler will crash with an internal compiler error. In the interest of reducing headaches, work around this issue in skstd::unique_ptr until std::unique_ptr can be used. BUG=skia:4564 Review URL: https://codereview.chromium.org/1636503002