Displaying 5 results from an estimated 5 matches for "_forwarditerator".
2018 Aug 01
2
LLJVM make error
That source file was removed from LLVM in r232397 on March 16, 2015.
It looks like lljvm hasn't been updated in a long time. LLVM's C++ APIs are not stable, so there is no expectation that a project built against LLVM's C++ API in 2015 would build or reasonably function against LLVM trunk.
The project probably works against LLVM 3.6.2 which was (I believe) the last LLVM release to
2007 Jan 04
7
Hi: New SUNWqemu cvs20070102tue in the works .... rgds. -Martin
²Š'
2019 Sep 03
2
SourceMgr vs EXPENSIVE_CHECKS
...__l.begin(), __l.end()); }
> ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/c++/8/bits/stl_algo.h:5610:12: note: ‘constexpr _FIter std::min_element(_FIter, _FIter) [with _FIter = const int*]’ is not usable as a ‘constexpr’ function because:
> inline min_element(_ForwardIterator __first, _ForwardIterator __last)
> ^~~~~~~~~~~
> In file included from /usr/include/c++/8/bits/move.h:34,
> from /usr/include/c++/8/bits/stl_pair.h:59,
> from /usr/include/c++/8/utility:70,
> from /usr/include/c++/8/algo...
2019 Oct 02
2
SourceMgr vs EXPENSIVE_CHECKS
...>> > ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
>> > /usr/include/c++/8/bits/stl_algo.h:5610:12: note: ‘constexpr _FIter std::min_element(_FIter, _FIter) [with _FIter = const int*]’ is not usable as a ‘constexpr’ function because:
>> > inline min_element(_ForwardIterator __first, _ForwardIterator __last)
>> > ^~~~~~~~~~~
>> > In file included from /usr/include/c++/8/bits/move.h:34,
>> > from /usr/include/c++/8/bits/stl_pair.h:59,
>> > from /usr/include/c++/8/utility:70,
>> >...
2019 Sep 03
2
SourceMgr vs EXPENSIVE_CHECKS
...d::min_element(__l.begin(), __l.end()); }
~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:5610:12: note: ‘constexpr _FIter
std::min_element(_FIter, _FIter) [with _FIter = const int*]’ is not
usable as a ‘constexpr’ function because:
inline min_element(_ForwardIterator __first, _ForwardIterator __last)
^~~~~~~~~~~
In file included from /usr/include/c++/8/debug/debug.h:84,
from /usr/include/c++/8/bits/stl_algobase.h:69,
from /usr/include/c++/8/memory:62,
from
/home/jayfoad2/git/llvm-project/llvm/includ...