Skip to content

Commit

Permalink
Cleaner fix for removing _USE macro.
Browse files Browse the repository at this point in the history
  • Loading branch information
laug committed Sep 24, 2018
1 parent 71bbdba commit 111584d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tools/StdString.h
Original file line number Diff line number Diff line change
Expand Up @@ -754,9 +754,9 @@ inline const Type& SSMAX(const Type& arg1, const Type& arg2)
#endif
#define SS_USE_FACET(loc, fac) std::use_facet<fac >(loc)

#elif defined(_MSC_VER )
//#elif defined(_MSC_VER )

#define SS_USE_FACET(loc, fac) std::use_facet<fac>(loc)
// #define SS_USE_FACET(loc, fac) std::_USE(loc, fac)

// ...and
#elif defined(_RWSTD_NO_TEMPLATE_ON_RETURN_TYPE)
Expand Down

0 comments on commit 111584d

Please sign in to comment.