Skip to content
This repository has been archived by the owner on Jul 30, 2020. It is now read-only.

Commit

Permalink
Another try to fix #390. (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
scturtle authored and MaskRay committed Feb 3, 2018
1 parent ae0323a commit dfffa43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/string_view.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#endif

#if defined(__has_include) && !defined(STX_NO_STD_STRING_VIEW)
#if __has_include(<string_view>) && (__cplusplus > 201402)
#if __has_include(<string_view>)
#include <string_view>
#define STX_HAVE_STD_STRING_VIEW 1
namespace STX_NAMESPACE_NAME {
Expand Down

0 comments on commit dfffa43

Please sign in to comment.