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
parent 4970b7e793
commit 0333b277a5

View File

@ -115,6 +115,7 @@ public:
typedef typename DefaultArgTrait<T, hasTrait>::ValueCategory ValueCategory;
};
} // namespace
#endif
} // namespace