Hi, all,
Below cannot be compiled with clang 5.0 (SVN r298093) on Visual Studio 2017.
#include
using namespace std;
int main()
{
tuple t{ 1, 3.14 };
}
The error message are as follows:
1>-- Build started: Project: cpptest, Configuration: Debug x64 --
1>main.cpp(19,8): error : no
Hi.
Thank you for the reply.
I looked at the bat file.
But it seems that the script is not portable.
The path is absolute.
Hans Wennborg wrote:
On Sun, Mar 26, 2017 at 1:06 AM, Masaru Tsuchiyama via cfe-users
wrote:
Hi
I want to compile clang windows installer.
Could you tell me how?
Do