Just curious why the following does not work under Visual Studio (it does under gcc).
// ConsoleApplication1.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include
// ***********************************************************
/** Macro to count the number of items in an array */
#define m_COUNT1(x) (sizeof(x)/sizeof(x[0]))
// ***********************************************************
template
std::size_t GetArr...
Status: Closed, Resolution: Deferred, 4 Up-Votes, 0 Down-Votes, 2 validations, 0 workarounds, 4 comments, feedback id: 759407
Status: Closed, Resolution: Deferred, 4 Up-Votes, 0 Down-Votes, 2 validations, 0 workarounds, 4 comments, feedback id: 759407