/home/zhangfq/Chem/gemmi/prog/options.h:93:24: warning: elaborated-type-specifier for a scoped enum must not use the ‘class’ keyword
93
namespace gemmi { enum class CoorFormat : std::uint8_t; }
~~ ^~~
/home/zhangfq/Chem/gemmi/prog/options.h:93:30: error: use of enum ‘CoorFormat’ without previous declaration
93 | namespace gemmi { enum class CoorFormat : std::uint8_t; }
| ^~~~~~
/home/zhangfq/Chem/gemmi/prog/options.h:93:41: error: expected unqualified-id before ‘:’ token
93 | namespace gemmi { enum class CoorFormat : std::uint8_t; }
| ^
/home/zhangfq/Chem/gemmi/prog/options.h:97:8: error: ‘CoorFormat’ in namespace ‘gemmi’ does not name a type
97 | gemmi::CoorFormat coor_format_as_enum(const option::Option& format_in);
(1) How to fill all the sites inside the cell? for example, from (0,0,0) to all the eight sites.
(2) How to patch the bond across the border for those organic molecule fragment?
~~ ^~~/home/zhangfq/Chem/gemmi/prog/options.h:93:30: error: use of enum ‘CoorFormat’ without previous declaration 93 | namespace gemmi { enum class CoorFormat : std::uint8_t; } | ^
~~~~~ /home/zhangfq/Chem/gemmi/prog/options.h:93:41: error: expected unqualified-id before ‘:’ token 93 | namespace gemmi { enum class CoorFormat : std::uint8_t; } | ^ /home/zhangfq/Chem/gemmi/prog/options.h:97:8: error: ‘CoorFormat’ in namespace ‘gemmi’ does not name a type 97 | gemmi::CoorFormat coor_format_as_enum(const option::Option& format_in);