ame24924
Results
1
issues of
ame24924
"033-vector-implementation"に関してです。 `std::string * s = traits::construct( a, p, "hello") ;` と、traits::constructの戻り値を定義していますが、[c++ reference](https://cpprefjp.github.io/reference/memory/allocator_traits/construct.html)を見るとtraits::constructの戻り値はvoidですし、`std::string *s`と定義する必要はないのではないでしょうか?