mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-04 14:14:09 +00:00
fix string for ICC 15
This commit is contained in:
parent
755ebf4311
commit
882d6a8a50
3 changed files with 53 additions and 56 deletions
|
@ -20,7 +20,7 @@
|
|||
# define SPROUT_ENABLE_IF_WITH_ARRAY_IN_PARAMS(EXPR) , typename std::enable_if<(EXPR)>::type* = 0
|
||||
#else
|
||||
# define SPROUT_ENABLE_IF_WITH_ARRAY_IN_TEMPLATE_PARAMS(EXPR) , typename = typename std::enable_if<(EXPR)>::type
|
||||
# define SPROUT_SFINAE_WITH_ARRAY_IN_PARAMS(EXPR)
|
||||
# define SPROUT_ENABLE_IF_WITH_ARRAY_IN_PARAMS(EXPR)
|
||||
#endif
|
||||
|
||||
#endif // #ifndef SPROUT_WORKAROUND_ENABLE_IF_WITH_ARRAY_HPP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue