diff options
author | Mike Buland <eichlan@xagasoft.com> | 2014-02-03 07:02:42 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2014-02-03 07:02:42 +0000 |
commit | 0520eadabd18a1e21929002a66885f91856f8a02 (patch) | |
tree | 27230839fe02b20f89c43edeeed6b57d48dfc8f0 /src/stable/string.h | |
parent | 3769f85c80ffeb403c5310aa4a1e1914f90219a3 (diff) | |
download | libbu++-0520eadabd18a1e21929002a66885f91856f8a02.tar.gz libbu++-0520eadabd18a1e21929002a66885f91856f8a02.tar.bz2 libbu++-0520eadabd18a1e21929002a66885f91856f8a02.tar.xz libbu++-0520eadabd18a1e21929002a66885f91856f8a02.zip |
Compiles with LLVM 3.4 as well now.
Diffstat (limited to 'src/stable/string.h')
-rw-r--r-- | src/stable/string.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/stable/string.h b/src/stable/string.h index 420f40c..b4252c6 100644 --- a/src/stable/string.h +++ b/src/stable/string.h | |||
@@ -88,12 +88,6 @@ namespace Bu | |||
88 | iPos( i.iPos ) | 88 | iPos( i.iPos ) |
89 | { | 89 | { |
90 | } | 90 | } |
91 | |||
92 | const_iterator( const struct iterator &i ) : | ||
93 | pChunk( i.pChunk ), | ||
94 | iPos( i.iPos ) | ||
95 | { | ||
96 | } | ||
97 | 91 | ||
98 | const_iterator() : | 92 | const_iterator() : |
99 | pChunk( NULL ), | 93 | pChunk( NULL ), |