Qing Wang

Results 1 issues of Qing Wang

``` using std::string; mystl::vector v3; ``` 如上代码所示,当定义v3变量时,编译器报错: ``` In template: call to function 'destroy' that is neither visible in the template definition nor found by argument-dependent lookup ``` 即在如下位置: https://github.com/Alinshans/MyTinySTL/blob/acc07e025f521a28773ff82c4d11e249911ddcb2/MyTinySTL/construct.h#L62...