tuple: make nullary 'ignore' inline
works around multiple symbol definition errors at link time.
This commit is contained in:
parent
825102a328
commit
af3dcbb418
@ -174,7 +174,7 @@ namespace util::tuple {
|
|||||||
/// it is guaranteed that this function will never be defined out in
|
/// it is guaranteed that this function will never be defined out in
|
||||||
/// debug/release/whatever builds. so it is safe to use to guarantee
|
/// debug/release/whatever builds. so it is safe to use to guarantee
|
||||||
/// parameter evaluation.
|
/// parameter evaluation.
|
||||||
void
|
inline void
|
||||||
ignore (void)
|
ignore (void)
|
||||||
{ ; }
|
{ ; }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user