Subject: [Boost-users] Boost or Standard when there is the choice?
From: Paolo Bolzoni (paolo.bolzoni.brown_at_[hidden])
Date: 2014-02-11 14:23:15


Dear list,
I was wondering, what is the best pratice when you can select between
a standard solution or a boost one?
For example, std::tie or boost::tie? std::unordered_map or boost::unordered_map?

Personally I tend to use std solutions, but does it make sense?

Yours sincerely,
Paolo Bolzoni