mirror of
https://github.com/znc/znc.git
synced 2026-06-24 20:11:51 +02:00
Some minor stuff, again found via icc's "remarks"
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1436 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ struct array_size_helper {
|
||||
};
|
||||
|
||||
template<class T, std::size_t N>
|
||||
array_size_helper<N> array_size(T (&)[N]) {
|
||||
static array_size_helper<N> array_size(T (&)[N]) {
|
||||
return array_size_helper<N>();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user