Files
rdkit/Code/Geometry
Dan N b98f79fc99 Remove and from C++ headers (#6003)
`and` is a C++ keyword, but it isn't supported by default on
some compilers (msvc). I'd like to disable it on _all_ platforms
in Schrodinger builds so that people don't accidentally post
code that fails on a single platform.

However, that means external headers need to use `&&` and `||`
instead of `and` and `or`, even in platform-specific code.
2023-01-25 13:44:24 +01:00
..
2023-01-24 18:16:26 +01:00
2021-07-13 06:57:29 +02:00
2019-04-16 12:05:47 -04:00
2023-01-25 13:44:24 +01:00
2020-03-10 17:33:59 +01:00
2018-07-25 09:14:17 +02:00
2022-07-11 13:55:35 +02:00