mirror of
https://git.mirrors.martin98.com/https://github.com/google/draco
synced 2025-08-12 07:19:01 +08:00
Merge pull request #375 from shehzan10/master
Remove multi-line comment from macros.h
This commit is contained in:
commit
9edbac7a86
@ -81,8 +81,7 @@ namespace draco {
|
||||
// #define FUNC_2(x, y) x + y
|
||||
// #define FUNC_3(x, y, z) x + y + z
|
||||
//
|
||||
// #define VARIADIC_MACRO(...) \
|
||||
// DRACO_SELECT_NTH_FROM_3(__VA_ARGS__, FUNC_3, FUNC_2, FUNC_1) __VA_ARGS__
|
||||
// #define VARIADIC_MACRO(...) DRACO_SELECT_NTH_FROM_3(__VA_ARGS__, FUNC_3, FUNC_2, FUNC_1) __VA_ARGS__
|
||||
//
|
||||
#define DRACO_SELECT_NTH_FROM_2(_1, _2, NAME) NAME
|
||||
#define DRACO_SELECT_NTH_FROM_3(_1, _2, _3, NAME) NAME
|
||||
|
Loading…
x
Reference in New Issue
Block a user