Fix } outside of include guards

You get an extra brace if ArgTraits.h ends up included more than once

https://sourceforge.net/p/tclap/patches/13/
This commit is contained in:
Daniel Aarno 2017-08-24 21:44:33 +01:00 committed by Daniel Aarno
parent ad5345dfb7
commit 221a79bf17

View File

@ -82,6 +82,7 @@ struct ArgTraits {
//typedef ValueLike ValueCategory;
};
} // namespace
#endif
} // namespace