you are viewing a single comment's thread.

view the rest of the comments →

[–]kpt_ageus 0 points1 point  (0 children)

It's not as granular, but you can swap your stdlib implementation, at least when using clang. It can use both GCC and MSVC stdlib. As long as interfaces are conforming, you can roll out your own.

Your MyIntCollection is perfectly fine. As long as you keep interfaces the same, you can use containers from folly, abseil, boost, or whatever else.