mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
* add test export heder to gitignore * define export macros in separate file * install new header * patch GA with the new macros * fix struct declarations * fix conformerparser exports * fix MolSGroupParsing ParseV3000Array export * fix java wrappers * export exceptions * remove duplicated exports * Build RDGeneral exceptions into lib * export queries, only for *nix * fix RingDecomposerLib header manipulation * fix CIP labeler test issues
This commit is contained in:
@@ -22,7 +22,7 @@ namespace Queries {
|
||||
//!
|
||||
template <class MatchFuncArgType, class DataFuncArgType = MatchFuncArgType,
|
||||
bool needsConversion = false>
|
||||
class SetQuery
|
||||
class RDKIT_QUERY_EXPORT SetQuery
|
||||
: public Query<MatchFuncArgType, DataFuncArgType, needsConversion> {
|
||||
public:
|
||||
typedef std::set<MatchFuncArgType> CONTAINER_TYPE;
|
||||
|
||||
Reference in New Issue
Block a user