Displaying 4 results from an estimated 4 matches for "_period2".
2013 Oct 16
3
[LLVMdev] Unable to evaluate clang on linux or windows
...ng, std::ratio<1, 1000000000> >]
enable_if<is_convertible<_Rep2, rep>::value
^
/usr/lib/gcc/x86_64-linux-gnu/4.6/../../../../include/c++/4.6/chrono:244:19:
note: candidate template ignored: disabled by 'enable_if' [with _Rep2 =
long, _Period2
= std::ratio<1, 1000000000>]
enable_if<treat_as_floating_point<rep>::value
^
/usr/lib/gcc/x86_64-linux-gnu/4.6/../../../../include/c++/4.6/chrono:232:12:
note: candidate constructor not viable: requires 0 arguments, but 1 was
provided...
2013 Oct 18
0
[LLVMdev] Unable to evaluate clang on linux or windows
...000000> >]
> enable_if<is_convertible<_Rep2, rep>::value
> ^
> /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../../include/c++/4.6/chrono:244:19:
> note: candidate template ignored: disabled by 'enable_if' [with _Rep2 =
> long, _Period2
> = std::ratio<1, 1000000000>]
> enable_if<treat_as_floating_point<rep>::value
> ^
> /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../../include/c++/4.6/chrono:232:12:
> note: candidate constructor not viable: requires 0 argument...
2013 Oct 16
0
[LLVMdev] Unable to evaluate clang on linux or windows
On 15/10/13 22:22, C K Kashyap wrote:
> Hi,
> I'd like to try out the new c++11 features using clang. However, I am
> running into some issue or the other on both Windows and Linux. In both
> cases, it looks like the problem is due to headers from VC/g++.
> I was wondering if someone can point me to some steps on setting up a
> Windows or Linux(ubuntu 12.04 LTS) box for
2013 Oct 15
2
[LLVMdev] Unable to evaluate clang on linux or windows
Hi,
I'd like to try out the new c++11 features using clang. However, I am
running into some issue or the other on both Windows and Linux. In both
cases, it looks like the problem is due to headers from VC/g++.
I was wondering if someone can point me to some steps on setting up a
Windows or Linux(ubuntu 12.04 LTS) box for exploring clang.
I was able to successfully build clang on my ubuntu but