Replacing Boost data structures with STL #6458
Replies: 3 comments
-
In places where it is an implementation detail, it would make sense to change it. Some implementations of std::tuple store objects in the reverse order of boost::tuple, so there is a slight risk that it impacts memory or performance, but it doesn't seem too likely. |
Beta Was this translation helpful? Give feedback.
-
Thanks. Ill try changing in a few instances. |
Beta Was this translation helpful? Give feedback.
-
In the Kernel it won't be easy as |
Beta Was this translation helpful? Give feedback.
-
Many files still use boost::tuple, even though std::tuple provides similar features. Would it be worthwhile to change it?
Beta Was this translation helpful? Give feedback.
All reactions