Files
toml11/toml
Sergey Vidyuk 78ae165096 Fix for case when vector iterator is raw pointer
We are using patched libc++ which uses raw pointers for vector itrators
to improve code compilation speed. This commit fixed two compilation
issues in toml11:
 * location::const_iterator deinition assumes that vector const_iterator
   is struct or class type rather than raw pointer.
 * `const const_itetr foo()` triggers `-Wignored-qualifiers` for primitive
   types and `void` which breaks `-Wextra -Werror` compilation.
2023-03-16 23:02:19 +07:00
..
2022-05-29 00:37:39 +09:00
2021-10-09 11:12:58 +09:00
2021-05-25 21:40:41 +09:00
2021-05-25 21:40:41 +09:00
2023-02-12 20:27:14 +09:00
2021-08-27 19:52:45 -04:00