diff options
author | 2018-02-19 10:23:04 -0500 | |
---|---|---|
committer | 2018-02-19 10:23:04 -0500 | |
commit | 968530a9c69a6d2c061c7a0d37f0442795a669e8 (patch) | |
tree | 1dd77962e36d2f4ec54a7cb838b92e402675b6cc /src/scintilla_backports/revs | |
parent | 0a4b24bf54063fabaabcb24e67f471f90f51b2c4 (diff) | |
download | textadept-968530a9c69a6d2c061c7a0d37f0442795a669e8.tar.gz textadept-968530a9c69a6d2c061c7a0d37f0442795a669e8.zip |
Fixed backports to compile on build server.
Diffstat (limited to 'src/scintilla_backports/revs')
-rw-r--r-- | src/scintilla_backports/revs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/scintilla_backports/revs b/src/scintilla_backports/revs index e5f85299..51649e3e 100644 --- a/src/scintilla_backports/revs +++ b/src/scintilla_backports/revs @@ -67,7 +67,6 @@ b44bb3627bbd Moved *StyleBits* APIs into deprecated category. fd2f856b8d58 Use explicit typedefs instead of deprecated derivation from std::iterator. 73343682cbda Start of bidirectional code - implement SCI_SETBIDIRECTIONAL. ed27432729c3 Use std::abs in preference to abs as std::abs is generic and abs casts to int -a366ce1a811e Use std::end when filling arrays as reduces chance of mistake. 92c8f0f1b3e6 Add documentOption argument to SCI_CREATELOADER. 3e3bfe29a819 Extend SplitVector to allow more than 2 billion elements on 64-bit systems. 1bd57324aa36 Templatize Partitioning so it can hold different types. |