mirror of
https://github.com/cuberite/TCLAP.git
synced 2025-08-04 02:06:29 -04:00
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:
parent
4970b7e793
commit
0333b277a5
@ -115,6 +115,7 @@ public:
|
|||||||
typedef typename DefaultArgTrait<T, hasTrait>::ValueCategory ValueCategory;
|
typedef typename DefaultArgTrait<T, hasTrait>::ValueCategory ValueCategory;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
} // namespace
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
} // namespace
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user