mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
support for VC++2015
This commit is contained in:
parent
f2c09dd3af
commit
b9440c0e9c
33 changed files with 353 additions and 253 deletions
|
@ -44,7 +44,7 @@ namespace sprout {
|
|||
//
|
||||
// SPROUT_FORWARD
|
||||
//
|
||||
#if SPROUT_PP_VARIADICS
|
||||
#if SPROUT_PP_VARIADICS && !defined(_MSC_VER)
|
||||
# define SPROUT_FORWARD_1(VAR) \
|
||||
SPROUT_AUTO_FORWARD(VAR)
|
||||
# define SPROUT_FORWARD(...) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue