Quuxplusone / LLVMBugzillaTest

0 stars 0 forks source link

check to migrate Boost any, filesystem, optional and variant in C++17 #28557

Open Quuxplusone opened 8 years ago

Quuxplusone commented 8 years ago
Bugzilla Link PR28558
Status NEW
Importance P enhancement
Reported by Eugene Zelenko (eugene.zelenko@gmail.com)
Reported on 2016-07-14 17:56:46 -0700
Last modified on 2016-07-14 20:28:24 -0700
Version unspecified
Hardware All All
CC alexfh@google.com, djasper@google.com, klimek@google.com, prazek@google.com
Fixed by commit(s)
Attachments
Blocks
Blocked by
See also

Will be great to have check to migrate Boost any, filesystem, optional and variant to their C++17 equivalents.

Quuxplusone commented 8 years ago
Yes, this one would be very usefull.
The differences between boost and stl in c++17 are not so huge so it would be
very easy.

What I would also like to see is a check for replacing boost::shared_ptrs, but
this is much harder problem.