Skip to content
  • David Thompson's avatar
    Fix some namespace issues noted by Rob Maynard. · 7807c562
    David Thompson authored
    SMTK incorrectly assumed that std::bind, std::bind2nd,
    and std::placeholders were available even though these
    features are sometimes only available via boost.
    Use boost for these in lock-step with std::function vs.
    boost::function.
    7807c562