Created
October 3, 2023 17:05
-
-
Save xrl/91d94c3bef8b04a64985d4444c8604f2 to your computer and use it in GitHub Desktop.
rdkit-autocxx-repro on mac
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% cargo clean; cargo build | |
Compiling libc v0.2.148 | |
Compiling proc-macro2 v1.0.67 | |
Compiling unicode-ident v1.0.12 | |
Compiling memchr v2.6.3 | |
Compiling syn v1.0.109 | |
Compiling rustix v0.38.14 | |
Compiling version_check v0.9.4 | |
Compiling bitflags v2.4.0 | |
Compiling either v1.9.0 | |
Compiling serde v1.0.188 | |
Compiling cfg-if v1.0.0 | |
Compiling thiserror v1.0.49 | |
Compiling autocfg v1.1.0 | |
Compiling glob v0.3.1 | |
Compiling proc-macro-error-attr v1.0.4 | |
Compiling proc-macro-error v1.0.4 | |
Compiling indexmap v1.9.3 | |
Compiling log v0.4.20 | |
Compiling serde_json v1.0.107 | |
Compiling clang-sys v1.6.1 | |
Compiling aho-corasick v1.1.1 | |
Compiling itertools v0.10.5 | |
Compiling ryu v1.0.15 | |
Compiling hashbrown v0.12.3 | |
Compiling unicode-width v0.1.11 | |
Compiling gimli v0.28.0 | |
Compiling once_cell v1.18.0 | |
Compiling quote v1.0.33 | |
Compiling syn v2.0.37 | |
Compiling cc v1.0.83 | |
Compiling errno v0.3.3 | |
Compiling adler v1.0.2 | |
Compiling itoa v1.0.9 | |
Compiling regex-syntax v0.7.5 | |
Compiling miniz_oxide v0.7.1 | |
Compiling object v0.32.1 | |
Compiling minimal-lexical v0.2.1 | |
Compiling rustversion v1.0.14 | |
Compiling rustc-demangle v0.1.23 | |
Compiling backtrace v0.3.69 | |
Compiling is-terminal v0.4.9 | |
Compiling link-cplusplus v1.0.9 | |
Compiling termcolor v1.3.0 | |
Compiling addr2line v0.21.0 | |
Compiling nom v7.1.3 | |
Compiling libloading v0.7.4 | |
Compiling itertools v0.9.0 | |
Compiling cxxbridge-flags v1.0.107 | |
Compiling prettyplease v0.1.25 | |
Compiling regex-automata v0.3.8 | |
Compiling is_ci v1.1.1 | |
Compiling autocxx-bindgen v0.62.1 | |
Compiling unicode-linebreak v0.1.5 | |
Compiling home v0.5.5 | |
Compiling smawk v0.3.2 | |
Compiling cexpr v0.6.0 | |
Compiling which v4.4.2 | |
Compiling textwrap v0.15.2 | |
Compiling serde_derive v1.0.188 | |
Compiling thiserror-impl v1.0.49 | |
Compiling backtrace-ext v0.2.1 | |
Compiling miette-derive v5.10.0 | |
Compiling supports-color v2.1.0 | |
Compiling cxx v1.0.107 | |
Compiling regex v1.9.5 | |
Compiling codespan-reporting v0.11.1 | |
Compiling aquamarine v0.1.12 | |
Compiling supports-hyperlinks v2.1.0 | |
Compiling supports-unicode v2.0.0 | |
Compiling terminal_size v0.1.17 | |
Compiling owo-colors v3.5.0 | |
Compiling lazycell v1.3.0 | |
Compiling fastrand v2.0.1 | |
Compiling rustc-hash v1.1.0 | |
Compiling heck v0.4.1 | |
Compiling bitflags v1.3.2 | |
Compiling shlex v1.2.0 | |
Compiling lazy_static v1.4.0 | |
Compiling peeking_take_while v0.1.2 | |
Compiling tempfile v3.8.0 | |
Compiling cxx-gen v0.7.107 | |
Compiling strum_macros v0.24.3 | |
Compiling atty v0.2.14 | |
Compiling humantime v2.1.0 | |
Compiling indoc v1.0.9 | |
Compiling miette v5.10.0 | |
Compiling env_logger v0.9.3 | |
Compiling cxxbridge-macro v1.0.107 | |
Compiling autocxx-parser v0.25.0 | |
Compiling autocxx-engine v0.25.0 | |
Compiling autocxx-macro v0.25.0 | |
Compiling autocxx-build v0.25.0 | |
Compiling rdkit-autocxx-repro v0.1.0 (/Users/xlange/code/assaydepot/rdkit-autocxx-repro) | |
Compiling moveit v0.5.1 | |
Compiling autocxx v0.25.0 | |
The following warnings were emitted during compilation: | |
warning: In file included from /Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-af359ecff0c3ad28/out/autocxx-build-dir/cxx/gen0.cxx:3: | |
warning: /Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-af359ecff0c3ad28/out/autocxx-build-dir/include/autocxxgen_ffi.h:37:31: error: use of undeclared identifier 'iterator'; did you mean 'boost_swap_impl::iterator'? | |
warning: typedef std::reverse_iterator<iterator> std_reverse_iterator_iterator_AutocxxConcrete; | |
warning: ^~~~~~~~ | |
warning: boost_swap_impl::iterator | |
warning: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__iterator/iterator.h:24:57: note: 'boost_swap_impl::iterator' declared here | |
warning: struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator | |
warning: ^ | |
warning: In file included from /Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-af359ecff0c3ad28/out/autocxx-build-dir/cxx/gen0.cxx:3: | |
warning: /Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-af359ecff0c3ad28/out/autocxx-build-dir/include/autocxxgen_ffi.h:37:31: error: use of undeclared identifier 'iterator' | |
warning: typedef std::reverse_iterator<iterator> std_reverse_iterator_iterator_AutocxxConcrete; | |
warning: ^ | |
warning: /Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-af359ecff0c3ad28/out/autocxx-build-dir/include/autocxxgen_ffi.h:71:117: error: no matching function for call to 'valuePtrCast' | |
warning: inline boost::any* valuePtrCast_autocxx_wrapper_0x7001b89d03cdd863(RDKit::RDTypeTag::detail::Value* arg0) { return RDKit::RDTypeTag::detail::valuePtrCast(std::move(*arg0)); } | |
warning: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
warning: /opt/homebrew/include/rdkit/RDGeneral/RDValue-taggedunion.h:180:11: note: candidate template ignored: couldn't infer template argument 'T' | |
warning: inline T *valuePtrCast(Value value) { | |
warning: ^ | |
warning: In file included from /Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-af359ecff0c3ad28/out/autocxx-build-dir/cxx/gen0.cxx:3: | |
warning: /Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-af359ecff0c3ad28/out/autocxx-build-dir/include/autocxxgen_ffi.h:72:119: error: no matching function for call to 'valuePtrCast' | |
warning: inline std::string* valuePtrCast1_autocxx_wrapper_0x7001b89d03cdd863(RDKit::RDTypeTag::detail::Value* arg0) { return RDKit::RDTypeTag::detail::valuePtrCast(std::move(*arg0)); } | |
warning: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
warning: /opt/homebrew/include/rdkit/RDGeneral/RDValue-taggedunion.h:180:11: note: candidate template ignored: couldn't infer template argument 'T' | |
warning: inline T *valuePtrCast(Value value) { | |
warning: ^ | |
warning: In file included from /Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-af359ecff0c3ad28/out/autocxx-build-dir/cxx/gen0.cxx:3: | |
warning: /Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-af359ecff0c3ad28/out/autocxx-build-dir/include/autocxxgen_ffi.h:73:127: error: no matching function for call to 'valuePtrCast' | |
warning: inline std::vector<double>* valuePtrCast2_autocxx_wrapper_0x7001b89d03cdd863(RDKit::RDTypeTag::detail::Value* arg0) { return RDKit::RDTypeTag::detail::valuePtrCast(std::move(*arg0)); } | |
warning: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
warning: /opt/homebrew/include/rdkit/RDGeneral/RDValue-taggedunion.h:180:11: note: candidate template ignored: couldn't infer template argument 'T' | |
warning: inline T *valuePtrCast(Value value) { | |
warning: ^ | |
warning: In file included from /Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-af359ecff0c3ad28/out/autocxx-build-dir/cxx/gen0.cxx:3: | |
warning: /Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-af359ecff0c3ad28/out/autocxx-build-dir/include/autocxxgen_ffi.h:74:126: error: no matching function for call to 'valuePtrCast' | |
warning: inline std::vector<float>* valuePtrCast3_autocxx_wrapper_0x7001b89d03cdd863(RDKit::RDTypeTag::detail::Value* arg0) { return RDKit::RDTypeTag::detail::valuePtrCast(std::move(*arg0)); } | |
warning: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
warning: /opt/homebrew/include/rdkit/RDGeneral/RDValue-taggedunion.h:180:11: note: candidate template ignored: couldn't infer template argument 'T' | |
warning: inline T *valuePtrCast(Value value) { | |
warning: ^ | |
warning: In file included from /Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-af359ecff0c3ad28/out/autocxx-build-dir/cxx/gen0.cxx:3: | |
warning: /Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-af359ecff0c3ad28/out/autocxx-build-dir/include/autocxxgen_ffi.h:75:132: error: no matching function for call to 'valuePtrCast' | |
warning: inline std::vector<std::string>* valuePtrCast6_autocxx_wrapper_0x7001b89d03cdd863(RDKit::RDTypeTag::detail::Value* arg0) { return RDKit::RDTypeTag::detail::valuePtrCast(std::move(*arg0)); } | |
warning: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
warning: /opt/homebrew/include/rdkit/RDGeneral/RDValue-taggedunion.h:180:11: note: candidate template ignored: couldn't infer template argument 'T' | |
warning: inline T *valuePtrCast(Value value) { | |
warning: ^ | |
warning: In file included from /Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-af359ecff0c3ad28/out/autocxx-build-dir/cxx/gen0.cxx:3: | |
warning: /Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-af359ecff0c3ad28/out/autocxx-build-dir/include/autocxxgen_ffi.h:131:91: error: no matching function for call to 'rdvalue_is' | |
warning: inline bool rdvalue_is_autocxx_wrapper_0x7001b89d03cdd863(RDKit::RDValue* arg0) { return RDKit::rdvalue_is(std::move(*arg0)); } | |
warning: ^~~~~~~~~~~~~~~~~ | |
warning: /opt/homebrew/include/rdkit/RDGeneral/RDValue-taggedunion.h:350:13: note: candidate template ignored: couldn't infer template argument 'T' | |
warning: inline bool rdvalue_is(RDValue_cast_t v) { | |
warning: ^ | |
warning: In file included from /Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-af359ecff0c3ad28/out/autocxx-build-dir/cxx/gen0.cxx:3: | |
warning: /Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-af359ecff0c3ad28/out/autocxx-build-dir/include/autocxxgen_ffi.h:132:95: error: no matching function for call to 'rdvalue_cast' | |
warning: inline double rdvalue_cast_autocxx_wrapper_0x7001b89d03cdd863(RDKit::RDValue* arg0) { return RDKit::rdvalue_cast(std::move(*arg0)); } | |
warning: ^~~~~~~~~~~~~~~~~~~ | |
warning: /opt/homebrew/include/rdkit/RDGeneral/RDValue-taggedunion.h:384:10: note: candidate template ignored: couldn't infer template argument 'T' | |
warning: inline T rdvalue_cast(RDValue_cast_t v) { | |
warning: ^ | |
warning: In file included from /Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-af359ecff0c3ad28/out/autocxx-build-dir/cxx/gen0.cxx:3: | |
warning: /Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-af359ecff0c3ad28/out/autocxx-build-dir/include/autocxxgen_ffi.h:133:95: error: no matching function for call to 'rdvalue_cast' | |
warning: inline float rdvalue_cast1_autocxx_wrapper_0x7001b89d03cdd863(RDKit::RDValue* arg0) { return RDKit::rdvalue_cast(std::move(*arg0)); } | |
warning: ^~~~~~~~~~~~~~~~~~~ | |
warning: /opt/homebrew/include/rdkit/RDGeneral/RDValue-taggedunion.h:384:10: note: candidate template ignored: couldn't infer template argument 'T' | |
warning: inline T rdvalue_cast(RDValue_cast_t v) { | |
warning: ^ | |
warning: In file included from /Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-af359ecff0c3ad28/out/autocxx-build-dir/cxx/gen0.cxx:3: | |
warning: /Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-af359ecff0c3ad28/out/autocxx-build-dir/include/autocxxgen_ffi.h:134:93: error: no matching function for call to 'rdvalue_cast' | |
warning: inline int rdvalue_cast2_autocxx_wrapper_0x7001b89d03cdd863(RDKit::RDValue* arg0) { return RDKit::rdvalue_cast(std::move(*arg0)); } | |
warning: ^~~~~~~~~~~~~~~~~~~ | |
warning: /opt/homebrew/include/rdkit/RDGeneral/RDValue-taggedunion.h:384:10: note: candidate template ignored: couldn't infer template argument 'T' | |
warning: inline T rdvalue_cast(RDValue_cast_t v) { | |
warning: ^ | |
warning: In file included from /Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-af359ecff0c3ad28/out/autocxx-build-dir/cxx/gen0.cxx:3: | |
warning: /Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-af359ecff0c3ad28/out/autocxx-build-dir/include/autocxxgen_ffi.h:135:96: error: no matching function for call to 'rdvalue_cast' | |
warning: inline int8_t rdvalue_cast3_autocxx_wrapper_0x7001b89d03cdd863(RDKit::RDValue* arg0) { return RDKit::rdvalue_cast(std::move(*arg0)); } | |
warning: ^~~~~~~~~~~~~~~~~~~ | |
warning: /opt/homebrew/include/rdkit/RDGeneral/RDValue-taggedunion.h:384:10: note: candidate template ignored: couldn't infer template argument 'T' | |
warning: inline T rdvalue_cast(RDValue_cast_t v) { | |
warning: ^ | |
warning: In file included from /Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-af359ecff0c3ad28/out/autocxx-build-dir/cxx/gen0.cxx:3: | |
warning: /Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-af359ecff0c3ad28/out/autocxx-build-dir/include/autocxxgen_ffi.h:136:95: error: no matching function for call to 'rdvalue_cast' | |
warning: inline short rdvalue_cast4_autocxx_wrapper_0x7001b89d03cdd863(RDKit::RDValue* arg0) { return RDKit::rdvalue_cast(std::move(*arg0)); } | |
warning: ^~~~~~~~~~~~~~~~~~~ | |
warning: /opt/homebrew/include/rdkit/RDGeneral/RDValue-taggedunion.h:384:10: note: candidate template ignored: couldn't infer template argument 'T' | |
warning: inline T rdvalue_cast(RDValue_cast_t v) { | |
warning: ^ | |
warning: In file included from /Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-af359ecff0c3ad28/out/autocxx-build-dir/cxx/gen0.cxx:3: | |
warning: /Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-af359ecff0c3ad28/out/autocxx-build-dir/include/autocxxgen_ffi.h:137:99: error: no matching function for call to 'rdvalue_cast' | |
warning: inline long long rdvalue_cast5_autocxx_wrapper_0x7001b89d03cdd863(RDKit::RDValue* arg0) { return RDKit::rdvalue_cast(std::move(*arg0)); } | |
warning: ^~~~~~~~~~~~~~~~~~~ | |
warning: /opt/homebrew/include/rdkit/RDGeneral/RDValue-taggedunion.h:384:10: note: candidate template ignored: couldn't infer template argument 'T' | |
warning: inline T rdvalue_cast(RDValue_cast_t v) { | |
warning: ^ | |
warning: In file included from /Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-af359ecff0c3ad28/out/autocxx-build-dir/cxx/gen0.cxx:3: | |
warning: /Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-af359ecff0c3ad28/out/autocxx-build-dir/include/autocxxgen_ffi.h:138:102: error: no matching function for call to 'rdvalue_cast' | |
warning: inline unsigned int rdvalue_cast6_autocxx_wrapper_0x7001b89d03cdd863(RDKit::RDValue* arg0) { return RDKit::rdvalue_cast(std::move(*arg0)); } | |
warning: ^~~~~~~~~~~~~~~~~~~ | |
warning: /opt/homebrew/include/rdkit/RDGeneral/RDValue-taggedunion.h:384:10: note: candidate template ignored: couldn't infer template argument 'T' | |
warning: inline T rdvalue_cast(RDValue_cast_t v) { | |
warning: ^ | |
warning: In file included from /Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-af359ecff0c3ad28/out/autocxx-build-dir/cxx/gen0.cxx:3: | |
warning: /Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-af359ecff0c3ad28/out/autocxx-build-dir/include/autocxxgen_ffi.h:139:97: error: no matching function for call to 'rdvalue_cast' | |
warning: inline uint8_t rdvalue_cast7_autocxx_wrapper_0x7001b89d03cdd863(RDKit::RDValue* arg0) { return RDKit::rdvalue_cast(std::move(*arg0)); } | |
warning: ^~~~~~~~~~~~~~~~~~~ | |
warning: /opt/homebrew/include/rdkit/RDGeneral/RDValue-taggedunion.h:384:10: note: candidate template ignored: couldn't infer template argument 'T' | |
warning: inline T rdvalue_cast(RDValue_cast_t v) { | |
warning: ^ | |
warning: In file included from /Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-af359ecff0c3ad28/out/autocxx-build-dir/cxx/gen0.cxx:3: | |
warning: /Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-af359ecff0c3ad28/out/autocxx-build-dir/include/autocxxgen_ffi.h:140:104: error: no matching function for call to 'rdvalue_cast' | |
warning: inline unsigned short rdvalue_cast8_autocxx_wrapper_0x7001b89d03cdd863(RDKit::RDValue* arg0) { return RDKit::rdvalue_cast(std::move(*arg0)); } | |
warning: ^~~~~~~~~~~~~~~~~~~ | |
warning: /opt/homebrew/include/rdkit/RDGeneral/RDValue-taggedunion.h:384:10: note: candidate template ignored: couldn't infer template argument 'T' | |
warning: inline T rdvalue_cast(RDValue_cast_t v) { | |
warning: ^ | |
warning: In file included from /Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-af359ecff0c3ad28/out/autocxx-build-dir/cxx/gen0.cxx:3: | |
warning: /Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-af359ecff0c3ad28/out/autocxx-build-dir/include/autocxxgen_ffi.h:141:108: error: no matching function for call to 'rdvalue_cast' | |
warning: inline unsigned long long rdvalue_cast9_autocxx_wrapper_0x7001b89d03cdd863(RDKit::RDValue* arg0) { return RDKit::rdvalue_cast(std::move(*arg0)); } | |
warning: ^~~~~~~~~~~~~~~~~~~ | |
warning: /opt/homebrew/include/rdkit/RDGeneral/RDValue-taggedunion.h:384:10: note: candidate template ignored: couldn't infer template argument 'T' | |
warning: inline T rdvalue_cast(RDValue_cast_t v) { | |
warning: ^ | |
warning: In file included from /Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-af359ecff0c3ad28/out/autocxx-build-dir/cxx/gen0.cxx:3: | |
warning: /Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-af359ecff0c3ad28/out/autocxx-build-dir/include/autocxxgen_ffi.h:142:95: error: no matching function for call to 'rdvalue_cast' | |
warning: inline bool rdvalue_cast10_autocxx_wrapper_0x7001b89d03cdd863(RDKit::RDValue* arg0) { return RDKit::rdvalue_cast(std::move(*arg0)); } | |
warning: ^~~~~~~~~~~~~~~~~~~ | |
warning: /opt/homebrew/include/rdkit/RDGeneral/RDValue-taggedunion.h:384:10: note: candidate template ignored: couldn't infer template argument 'T' | |
warning: inline T rdvalue_cast(RDValue_cast_t v) { | |
warning: ^ | |
warning: fatal error: too many errors emitted, stopping now [-ferror-limit=] | |
warning: 20 errors generated. | |
error: failed to run custom build command for `rdkit-autocxx-repro v0.1.0 (/Users/xlange/code/assaydepot/rdkit-autocxx-repro)` | |
Caused by: | |
process didn't exit successfully: `/Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-5a3ed6f6d2e086c0/build-script-build` (exit status: 1) | |
--- stdout | |
cargo:rerun-if-changed=/opt/homebrew/include/rdkit/RDGeneral/RDAny.h | |
cargo:rerun-if-changed=/opt/homebrew/include/rdkit/RDGeneral/export.h | |
cargo:rerun-if-changed=/opt/homebrew/include/rdkit/RDGeneral/RDExportMacros.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/config.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/config/user.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/config/detail/select_compiler_config.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/config/compiler/clang.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/config/compiler/clang_version.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/config/detail/select_stdlib_config.hpp | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/version | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__assert | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__config | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__config_site | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__verbose_abort | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__availability | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/config/stdlib/libcpp.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/config/detail/select_platform_config.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/config/platform/macos.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/config/detail/posix_features.hpp | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/unistd.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_types.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/machine/_types.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/arm/_types.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/unistd.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_posix_vdisable.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/machine/types.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/arm/types.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/Availability.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_gid_t.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_useconds_t.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_ctermid.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/select.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_def.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_suseconds_t.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_setsize.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_set.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_clr.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_isset.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_zero.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_copy.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_select.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_uuid_t.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/gethostuuid.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/config/detail/suffix.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/config/helper_macros.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/config/detail/cxx_composite.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/rdkit/RDGeneral/BoostStartInclude.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/any.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/any/bad_any_cast.hpp | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/typeinfo | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/cstddef | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/enable_if.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/integral_constant.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/is_integral.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/remove_cv.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/remove_const.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/remove_volatile.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/stddef.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/14.0.3/include/stddef.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/14.0.3/include/__stddef_max_align_t.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/cstdint | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/stdint.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/14.0.3/include/stdint.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdint.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/exception | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__memory/addressof.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/cstdlib | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/stdlib.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdlib.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/wait.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/signal.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/machine/signal.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/arm/signal.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/resource.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/machine/endian.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/arm/endian.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_endian.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/libkern/arm/OSByteOrder.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/arm/arch.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/alloca.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/type_traits | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__functional/invoke.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/add_lvalue_reference.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/is_referenceable.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/is_same.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/apply_cv.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/is_const.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/is_volatile.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/remove_reference.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/conditional.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/decay.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/add_pointer.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/is_array.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/is_function.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/is_reference.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/remove_extent.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/is_base_of.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/is_core_convertible.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/is_member_function_pointer.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/is_member_object_pointer.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/is_reference_wrapper.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/is_void.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/nat.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__utility/declval.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__utility/forward.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/add_const.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/add_cv.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/add_rvalue_reference.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/add_volatile.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/aligned_storage.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/type_list.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/aligned_union.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/alignment_of.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/common_reference.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/common_type.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/remove_cvref.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/void_t.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/copy_cv.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/copy_cvref.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/is_convertible.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/conjunction.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/disjunction.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/extent.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/has_unique_object_representation.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/remove_all_extents.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/has_virtual_destructor.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/is_abstract.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/is_aggregate.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/is_arithmetic.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/is_floating_point.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/is_assignable.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/is_bounded_array.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/is_callable.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/is_class.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/is_union.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/is_compound.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/is_fundamental.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/is_null_pointer.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/is_constant_evaluated.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/is_constructible.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/is_copy_assignable.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/is_copy_constructible.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/is_default_constructible.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/is_destructible.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/is_empty.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/is_enum.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/is_final.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/is_literal_type.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/is_member_pointer.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/is_move_assignable.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/is_move_constructible.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/is_nothrow_assignable.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/is_nothrow_constructible.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/is_nothrow_convertible.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/lazy.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/is_nothrow_copy_assignable.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/is_nothrow_copy_constructible.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/is_nothrow_default_constructible.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/is_nothrow_destructible.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/is_scalar.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/is_pointer.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/is_nothrow_move_assignable.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/is_nothrow_move_constructible.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/is_object.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/is_pod.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/is_polymorphic.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/is_scoped_enum.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/underlying_type.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/is_signed.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/is_standard_layout.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/is_trivial.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/is_trivially_assignable.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/is_trivially_constructible.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/is_trivially_copy_assignable.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/is_trivially_copy_constructible.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/is_trivially_copyable.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/is_trivially_default_constructible.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/is_trivially_destructible.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/is_trivially_move_assignable.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/is_trivially_move_constructible.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/is_unbounded_array.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/is_unsigned.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/make_signed.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/make_unsigned.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/negation.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/rank.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/remove_pointer.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/type_identity.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/stdexcept | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/iosfwd | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__mbstate_t.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/wchar.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/wchar.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_mbstate_t.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/14.0.3/include/stdarg.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/stdio.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdio.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/stdio.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/time.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_wctype.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/__wctype.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_wint_t.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_types/_wctype_t.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/ctype.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/ctype.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_ctype.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/runetype.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/any/fwd.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/alignment_of.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/intrinsics.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/detail/config.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/version.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/config/workaround.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/integral_constant.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/detail/workaround.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_index.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_index/stl_type_index.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_index/type_index_facade.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/container_hash/hash_fwd.hpp | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/string | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/max.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/comp.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/comp_ref_type.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__debug | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/max_element.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__iterator/iterator_traits.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__iterator/incrementable_traits.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/is_primary_template.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/is_valid_expansion.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/concepts | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__concepts/arithmetic.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/is_signed_integer.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/is_unsigned_integer.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__concepts/assignable.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__concepts/common_reference_with.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__concepts/convertible_to.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__concepts/same_as.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__concepts/boolean_testable.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__concepts/class_or_enum.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__concepts/common_with.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__concepts/constructible.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__concepts/destructible.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__concepts/copyable.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__concepts/movable.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__concepts/swappable.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__utility/exchange.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__utility/move.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__concepts/derived_from.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__concepts/different_from.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__concepts/equality_comparable.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__concepts/invocable.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__concepts/predicate.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__concepts/regular.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__concepts/semiregular.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__concepts/relation.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__concepts/totally_ordered.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__iterator/readable_traits.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/initializer_list | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__undef_macros | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/min.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/min_element.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__functional/identity.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/remove.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/find.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/find_if.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/remove_if.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/enable_insertable.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__functional/hash.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__functional/unary_function.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__tuple | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__utility/pair.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__compare/common_comparison_category.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__compare/ordering.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__compare/synth_three_way.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__compare/three_way_comparable.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__functional/unwrap_ref.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__utility/piecewise_construct.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__utility/swap.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/cstring | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/string.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/string.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/strings.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/limits | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__ios/fpos.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__iterator/distance.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__iterator/concepts.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__iterator/iter_move.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__memory/pointer_traits.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__ranges/access.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__ranges/enable_borrowed_range.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__utility/auto_cast.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__ranges/concepts.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__ranges/data.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__ranges/enable_view.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__ranges/size.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__iterator/reverse_iterator.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/unwrap_iter.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__compare/compare_three_way_result.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__iterator/advance.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__utility/unreachable.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__iterator/iter_swap.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__iterator/iterator.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__iterator/next.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__iterator/prev.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__ranges/subrange.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__ranges/dangling.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__ranges/view_interface.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__ranges/empty.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__iterator/wrap_iter.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__memory/allocate_at_least.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__memory/allocator_traits.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__memory/construct_at.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__iterator/access.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__memory/voidify.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__memory/swap_allocator.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__string/char_traits.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/copy_n.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/copy.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/unwrap_range.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/fill_n.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/find_end.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/iterator_operations.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/iter_swap.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_iterator_concept.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/search.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/find_first_of.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/cstdio | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/cwchar | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/cwctype | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/cctype | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/wctype.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/wctype.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_types/_wctrans_t.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__string/extern_template_lists.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/climits | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/limits.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/14.0.3/include/limits.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/limits.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/machine/limits.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/arm/limits.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/arm/_limits.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/syslimits.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/memory | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/move.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__memory/allocation_guard.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__memory/allocator.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/new | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__memory/allocator_arg_t.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__memory/uses_allocator.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__memory/assume_aligned.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__memory/auto_ptr.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__memory/compressed_pair.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/tuple | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__utility/integer_sequence.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/utility | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__utility/as_const.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__utility/cmp.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__utility/in_place.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__utility/priority_tag.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__utility/rel_ops.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__utility/to_underlying.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__utility/transaction.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/compare | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__compare/compare_partial_order_fallback.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__compare/partial_order.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__compare/compare_three_way.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__compare/weak_order.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__compare/strong_order.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__bit/bit_cast.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/cmath | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/math.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/math.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/promote.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__compare/compare_strong_order_fallback.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__compare/compare_weak_order_fallback.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__compare/is_eq.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__memory/concepts.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__memory/ranges_construct_at.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__memory/ranges_uninitialized_algorithms.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/in_out_result.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__memory/uninitialized_algorithms.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__memory/raw_storage_iterator.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__memory/shared_ptr.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__functional/binary_function.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__functional/operations.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__functional/reference_wrapper.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__functional/weak_result_type.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__memory/unique_ptr.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/atomic | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__chrono/duration.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/ratio | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__thread/poll_with_backoff.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__chrono/high_resolution_clock.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__chrono/steady_clock.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__chrono/time_point.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__chrono/system_clock.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/ctime | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__filesystem/file_time_type.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__chrono/file_clock.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__thread/timed_backoff_policy.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__threading_support | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__chrono/convert_to_timespec.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/errno.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/errno.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/errno.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/pthread.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sched.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/pthread/pthread_impl.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_cond_t.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_key_t.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_once_t.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_t.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/pthread/qos.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/qos.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_mach_port_t.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/chrono | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__chrono/calendar.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__chrono/day.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__chrono/hh_mm_ss.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__chrono/literals.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__chrono/year.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__chrono/month.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__chrono/month_weekday.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__chrono/weekday.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__chrono/monthday.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__chrono/year_month.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__chrono/year_month_day.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__chrono/year_month_weekday.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__memory/temporary_buffer.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/iterator | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__iterator/back_insert_iterator.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__iterator/bounded_iter.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__iterator/common_iterator.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/variant | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__variant/monostate.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__iterator/counted_iterator.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__iterator/default_sentinel.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__iterator/data.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__iterator/empty.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__iterator/erase_if_container.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__iterator/front_insert_iterator.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__iterator/indirectly_comparable.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__iterator/projected.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__iterator/insert_iterator.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__iterator/istream_iterator.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__iterator/istreambuf_iterator.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__iterator/mergeable.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__functional/ranges_operations.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__iterator/move_iterator.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__iterator/move_sentinel.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__iterator/ostream_iterator.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__iterator/ostreambuf_iterator.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__iterator/permutable.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__iterator/reverse_access.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__iterator/size.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__iterator/sortable.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__iterator/unreachable_sentinel.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/cassert | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/assert.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/string_view | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__fwd/string_view.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/algorithm | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__bits | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/adjacent_find.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/all_of.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/any_of.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/binary_search.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/lower_bound.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/half_positive.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/clamp.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/copy_backward.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_copy.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/copy_if.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/count.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/count_if.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/equal.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/equal_range.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/upper_bound.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/fill.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/find_if_not.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/for_each.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/for_each_n.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/generate.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/generate_n.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/in_found_result.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/in_fun_result.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/in_in_out_result.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/in_in_result.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/in_out_out_result.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/includes.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/inplace_merge.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/rotate.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/move_backward.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/swap_ranges.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/is_heap.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/is_heap_until.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/is_partitioned.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/is_permutation.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/is_sorted.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/is_sorted_until.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/lexicographical_compare.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/make_heap.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/sift_down.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/merge.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/min_max_result.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/minmax.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/minmax_element.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/mismatch.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/next_permutation.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/reverse.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/none_of.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/nth_element.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/sort.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/partial_sort.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/sort_heap.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/pop_heap.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/push_heap.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__debug_utils/randomize_range.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/partial_sort_copy.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/make_projected.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/partition.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/partition_copy.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/partition_point.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/prev_permutation.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_adjacent_find.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_all_of.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_any_of.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_binary_search.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_clamp.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_copy_backward.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_copy_if.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_copy_n.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_count.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_count_if.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_equal.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_equal_range.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_fill.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_fill_n.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_find.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_find_if.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_find_end.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_find_first_of.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_find_if_not.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_for_each.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_for_each_n.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_generate.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_generate_n.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_includes.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_inplace_merge.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_is_heap.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_is_heap_until.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_is_partitioned.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_is_permutation.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_is_sorted.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_is_sorted_until.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_lexicographical_compare.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_lower_bound.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_make_heap.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_max.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_min_element.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_max_element.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_merge.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_min.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_minmax.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_minmax_element.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_mismatch.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_move.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_move_backward.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_next_permutation.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_none_of.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_nth_element.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_partial_sort.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_partial_sort_copy.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_partition.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_partition_copy.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_partition_point.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_pop_heap.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_prev_permutation.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_push_heap.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_remove.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_remove_if.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_remove_copy.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_remove_copy_if.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/remove_copy_if.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_replace.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_replace_if.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_replace_copy.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_replace_copy_if.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_reverse.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_reverse_copy.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_rotate.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_rotate_copy.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_sample.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/sample.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__random/uniform_int_distribution.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__random/is_valid.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__random/log2.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/bit | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__bit/byteswap.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/uniform_random_bit_generator_adaptor.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__random/uniform_random_bit_generator.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_search.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_search_n.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/search_n.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_set_difference.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/set_difference.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_set_intersection.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/set_intersection.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_set_symmetric_difference.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/set_symmetric_difference.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_set_union.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/set_union.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_shuffle.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/shuffle.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_sort.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_sort_heap.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_stable_partition.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/stable_partition.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_stable_sort.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/stable_sort.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_swap_ranges.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_transform.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_unique.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/unique.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_unique_copy.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/unique_copy.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/ranges_upper_bound.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/remove_copy.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/replace.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/replace_copy.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/replace_copy_if.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/replace_if.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/reverse_copy.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/rotate_copy.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/shift_left.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/shift_right.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/transform.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/functional | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__functional/binary_negate.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__functional/bind.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__functional/bind_back.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__functional/perfect_forward.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__functional/bind_front.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__functional/binder1st.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__functional/binder2nd.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__functional/boyer_moore_searcher.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/array | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/unordered_map | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__functional/is_transparent.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__hash_table | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__node_handle | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/optional | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/vector | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__bit_reference | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__split_buffer | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__functional/compose.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__functional/default_searcher.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__functional/function.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__functional/mem_fn.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__functional/mem_fun_ref.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__functional/not_fn.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__functional/pointer_to_binary_function.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__functional/pointer_to_unary_function.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__functional/unary_negate.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/static_assert.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/throw_exception.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/exception/exception.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/assert/source_location.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/current_function.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/cstdint.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/core/demangle.hpp | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/cxxabi.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__cxxabi_config.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/conditional.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/is_const.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/is_reference.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/is_lvalue_reference.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/is_rvalue_reference.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/is_volatile.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/remove_cv.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/remove_reference.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/container_hash/hash.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/container_hash/detail/requires_cxx11.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/config/pragma_message.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/container_hash/is_range.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/is_integral.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/declval.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/add_rvalue_reference.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/is_void.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/is_same.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/container_hash/is_contiguous_range.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/container_hash/is_unordered_range.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/container_hash/is_described_class.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/is_union.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/describe/bases.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/describe/modifiers.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/describe/detail/config.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/describe/detail/void_t.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mp11/algorithm.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mp11/list.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mp11/integral.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mp11/version.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mp11/detail/mp_list.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mp11/detail/mp_is_list.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mp11/detail/mp_append.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mp11/utility.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mp11/detail/mp_fold.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mp11/detail/config.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mp11/detail/mp_front.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mp11/detail/mp_rename.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mp11/set.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mp11/function.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mp11/detail/mp_count.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mp11/detail/mp_plus.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mp11/detail/mp_min_element.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mp11/detail/mp_void.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mp11/detail/mp_copy_if.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mp11/detail/mp_remove_if.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mp11/detail/mp_map_find.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mp11/detail/mp_with_index.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mp11/integer_sequence.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/describe/members.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/describe/detail/cx_streq.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mp11/bind.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/container_hash/detail/hash_tuple_like.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/container_hash/is_tuple_like.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/enable_if.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/container_hash/detail/hash_mix.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/container_hash/detail/hash_range.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/container_hash/detail/mulx.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/is_enum.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/is_floating_point.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/is_signed.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/is_unsigned.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/make_unsigned.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/add_const.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/add_volatile.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/conjunction.hpp | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/complex | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/sstream | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/istream | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/ostream | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/bitset | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/ios | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__locale | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/locale.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/locale.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_locale.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/mutex | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__mutex_base | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/system_error | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__errc | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/cerrno | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/xlocale.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_xlocale.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/xlocale/_ctype.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/xlocale/__wctype.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/xlocale/_stdio.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/xlocale/_stdlib.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/xlocale/_string.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/xlocale/_time.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/xlocale/_wchar.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/xlocale/_wctype.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/locale | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/cstdarg | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/streambuf | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/nl_types.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/types.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_char.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_short.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_caddr_t.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_blkcnt_t.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_blksize_t.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_addr_t.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_port_t.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino_t.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino64_t.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_key_t.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_nlink_t.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsblkcnt_t.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsfilcnt_t.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_types/_nl_item.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__bsd_locale_defaults.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/typeindex | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/decay.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/is_array.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/is_function.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/detail/is_function_cxx_11.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/remove_bounds.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/remove_extent.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/add_pointer.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/add_reference.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/core/enable_if.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/core/addressof.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/utility.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/utility/base_from_member.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/arithmetic/inc.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/config/config.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/config/limits.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/arithmetic/limits/inc_256.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/repetition/enum_binary_params.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/cat.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/punctuation/comma_if.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/control/if.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/control/iif.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/logical/bool.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/logical/limits/bool_256.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/facilities/empty.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/punctuation/comma.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/repetition/repeat.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/debug/error.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/detail/auto_rec.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/detail/limits/auto_rec_256.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/tuple/eat.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/repetition/limits/repeat_256.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/tuple/elem.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/facilities/expand.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/facilities/overload.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/variadic/size.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/facilities/check_empty.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/variadic/has_opt.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/variadic/detail/has_opt.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/facilities/is_empty_variadic.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/punctuation/is_begin_parens.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/punctuation/detail/is_begin_parens.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/facilities/detail/is_empty.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/variadic/limits/size_64.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/tuple/rem.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/tuple/detail/is_single_return.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/variadic/elem.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/variadic/limits/elem_64.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/repetition/enum_params.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/repetition/repeat_from_to.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/arithmetic/add.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/arithmetic/dec.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/arithmetic/limits/dec_256.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/control/while.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/list/fold_left.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/list/detail/fold_left.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/control/expr_iif.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/list/adt.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/detail/is_binary.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/detail/check.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/logical/compl.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/list/detail/limits/fold_left_256.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/list/limits/fold_left_256.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/list/fold_right.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/list/detail/fold_right.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/list/reverse.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/facilities/identity.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/list/detail/limits/fold_right_256.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/logical/bitand.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/control/detail/while.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/control/detail/limits/while_256.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/control/limits/while_256.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/logical/bitor.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/arithmetic/detail/is_maximum_number.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/comparison/equal.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/comparison/not_equal.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/comparison/limits/not_equal_256.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/arithmetic/detail/maximum_number.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/arithmetic/detail/is_minimum_number.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/logical/not.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/arithmetic/sub.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/logical/and.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/utility/enable_if.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/utility/binary.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/control/deduce_d.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/seq/cat.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/seq/fold_left.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/seq/seq.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/seq/elem.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/seq/limits/elem_256.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/seq/size.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/seq/limits/size_256.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/seq/limits/fold_left_256.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/seq/transform.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/arithmetic/mod.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/arithmetic/detail/div_base.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/comparison/less_equal.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/arithmetic/detail/is_1_number.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/utility/identity_type.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/function_traits.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/core/checked_delete.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/core/noncopyable.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/lexical_cast.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/range/iterator_range_core.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/assert.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iterator/iterator_traits.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iterator/iterator_facade.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iterator/interoperable.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/bool.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/bool_fwd.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/adl_barrier.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/config/adl.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/config/msvc.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/config/intel.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/config/gcc.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/config/workaround.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/integral_c_tag.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/config/static_constant.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/or.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/config/use_preprocessed.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/nested_type_wknd.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/na_spec.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/lambda_fwd.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/void_fwd.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/na.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/na_fwd.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/config/ctps.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/config/lambda.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/config/ttp.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/int.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/int_fwd.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/nttp_decl.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/config/nttp.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/integral_wrapper.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/static_cast.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/lambda_arity_param.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/template_arity_fwd.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/arity.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/config/dtp.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/preprocessor/params.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/config/preprocessor.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/comma_if.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/repeat.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/inc.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/preprocessor/enum.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/preprocessor/def_params_tail.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/limits/arity.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/identity.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/empty.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/config/eti.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/config/overload_resolution.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/lambda_support.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/include_preprocessed.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/config/compiler.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/stringize.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/preprocessed/gcc/or.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/is_convertible.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/is_complete.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/detail/yes_no_type.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iterator/detail/config_def.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iterator/detail/config_undef.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iterator/iterator_categories.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/eval_if.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/if.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/value_wknd.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/config/integral.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/identity.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/placeholders.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/arg.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/arg_fwd.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/na_assert.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/assert.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/not.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/yes_no.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/config/arrays.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/config/gpu.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/config/pp_counter.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/arity_spec.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/arg_typedef.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/preprocessed/gcc/arg.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/preprocessed/gcc/placeholders.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iterator/detail/facade_iterator_category.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/core/use_default.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/and.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/preprocessed/gcc/and.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/detail/indirect_traits.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/is_pointer.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/is_class.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/is_member_function_pointer.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/detail/is_member_function_pointer_cxx_11.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/is_member_pointer.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/remove_pointer.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/detail/select_type.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iterator/detail/enable_if.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/add_lvalue_reference.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/remove_const.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/is_pod.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/is_scalar.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/is_arithmetic.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/always.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/preprocessor/default_params.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/apply.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/apply_fwd.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/preprocessed/gcc/apply_fwd.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/apply_wrap.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/has_apply.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/has_xxx.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/type_wrapper.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/config/has_xxx.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/config/msvc_typename.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/array/elem.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/array/data.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/array/size.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/repetition/enum_trailing_params.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/config/has_apply.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/msvc_never_true.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/preprocessed/gcc/apply_wrap.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/lambda.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/bind.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/bind_fwd.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/config/bind.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/preprocessed/gcc/bind_fwd.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/next.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/next_prior.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/common_name_wknd.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/protect.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/preprocessed/gcc/bind.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/full_lambda.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/quote.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/void.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/has_type.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/config/bcc.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/preprocessed/gcc/quote.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/template_arity.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/preprocessed/gcc/template_arity.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/preprocessed/gcc/full_lambda.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/preprocessed/gcc/apply.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/is_abstract.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/is_base_and_derived.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/range/functions.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/range/begin.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/range/config.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/range/iterator.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/range/range_fwd.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/range/mutable_iterator.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/range/detail/extract_optional_type.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/range/detail/msvc_has_iterator_workaround.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/range/const_iterator.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/range/end.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/range/detail/implementation_help.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/range/detail/common.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/range/detail/sfinae.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/range/size.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/range/size_type.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/range/difference_type.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/range/has_range_iterator.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/range/concepts.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/concept_check.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/concept/assert.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/concept/detail/general.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/concept/detail/backward_compatibility.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/concept/detail/has_constraints.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/conversion_traits.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/concept/usage.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/concept/detail/concept_def.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/seq/for_each_i.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/repetition/for.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/repetition/detail/for.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/repetition/detail/limits/for_256.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/repetition/limits/for_256.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/seq/detail/is_empty.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/seq/enum.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/seq/limits/enum_256.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/concept/detail/concept_undef.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iterator/iterator_concepts.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/limits.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/range/value_type.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/range/detail/misc_concept.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/range/detail/has_member_size.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/range/distance.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iterator/distance.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/range/empty.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/range/rbegin.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/range/reverse_iterator.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iterator/reverse_iterator.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iterator/iterator_adaptor.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/range/rend.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/range/algorithm/equal.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/range/detail/safe_bool.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/next_prior.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/has_plus.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/detail/has_binary_operator.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/make_void.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/has_plus_assign.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/has_minus.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/has_minus_assign.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iterator/advance.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/lexical_cast/bad_lexical_cast.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/lexical_cast/try_lexical_convert.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/type_identity.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/lexical_cast/detail/is_character.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/lexical_cast/detail/converter_numeric.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/is_base_of.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/is_float.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/remove_volatile.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/numeric/conversion/cast.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/numeric/conversion/converter.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/numeric/conversion/conversion_traits.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/numeric/conversion/detail/conversion_traits.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/numeric/conversion/detail/meta.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/equal_to.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/comparison_op.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/numeric_op.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/numeric_cast.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/tag.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/has_tag.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/numeric_cast_utils.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/config/forwarding.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/msvc_eti_base.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/is_msvc_eti_arg.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/preprocessed/gcc/equal_to.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/numeric/conversion/detail/int_float_mixture.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/numeric/conversion/int_float_mixture_enum.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/numeric/conversion/detail/sign_mixture.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/numeric/conversion/sign_mixture_enum.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/numeric/conversion/detail/udt_builtin_mixture.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/numeric/conversion/udt_builtin_mixture_enum.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/numeric/conversion/detail/is_subranged.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/multiplies.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/times.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/arithmetic_op.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/integral_c.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/integral_c_fwd.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/largest_int.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/preprocessed/gcc/times.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/less.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/preprocessed/gcc/less.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/numeric/conversion/converter_policies.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/config/no_tr1/cmath.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/numeric/conversion/detail/converter.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/numeric/conversion/bounds.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/numeric/conversion/detail/bounds.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/numeric/conversion/numeric_cast_traits.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/numeric/conversion/detail/numeric_cast_traits.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_common.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_long_long.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/lexical_cast/detail/converter_lexical.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/has_left_shift.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/has_right_shift.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/detail/lcast_precision.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/integer_traits.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/lexical_cast/detail/widest_char.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/array.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/core/swap.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/container/container_fwd.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/container/detail/std_fwd.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/move/detail/std_ns_begin.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/move/detail/std_ns_end.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/lexical_cast/detail/converter_lexical_streams.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/core/snprintf.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/lexical_cast/detail/lcast_char_constants.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/lexical_cast/detail/lcast_unsigned_converters.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/lexical_cast/detail/inf_nan.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/core/cmath.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/integer.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/integer_fwd.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/detail/basic_pointerbuf.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/rdkit/RDGeneral/BoostEndInclude.h | |
cargo:rerun-if-changed=/opt/homebrew/include/rdkit/RDGeneral/LocaleSwitcher.h | |
cargo:rerun-if-changed=/opt/homebrew/include/rdkit/RDGeneral/RDValue.h | |
cargo:rerun-if-changed=/opt/homebrew/include/rdkit/RDGeneral/RDValue-taggedunion.h | |
cargo:rerun-if-changed=/opt/homebrew/include/rdkit/RDGeneral/Invariant.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/iostream | |
cargo:rerun-if-changed=/opt/homebrew/include/rdkit/RDGeneral/RDLog.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iostreams/tee.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iostreams/categories.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iostreams/detail/adapter/device_adapter.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iostreams/detail/call_traits.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iostreams/traits.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iostreams/detail/bool_trait_def.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iostreams/detail/template_params.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/control/expr_if.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iostreams/detail/config/wide_streams.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iostreams/detail/is_iterator_range.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iostreams/detail/config/disable_warnings.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iostreams/detail/config/enable_warnings.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iostreams/detail/select.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iostreams/detail/select_by_size.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/iteration/local.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/slot/slot.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/slot/detail/def.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/iteration/detail/local.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/iteration/detail/limits/local_256.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iostreams/detail/wrap_unwrap.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iostreams/detail/enable_if_stream.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iostreams/traits_fwd.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/ref.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/core/ref.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/range/iterator_range.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/range/iterator_range_io.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iostreams/detail/ios.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iostreams/operations.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iostreams/operations_fwd.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iostreams/close.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iostreams/flush.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iostreams/detail/dispatch.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iostreams/detail/streambuf.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iostreams/detail/adapter/non_blocking_adapter.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iostreams/read.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iostreams/char_traits.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iostreams/detail/char_traits.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iostreams/seek.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iostreams/positioning.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iostreams/detail/config/codecvt.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iostreams/detail/config/fpos.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iostreams/write.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iostreams/imbue.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iostreams/input_sequence.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iostreams/optimal_buffer_size.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iostreams/constants.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iostreams/output_sequence.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iostreams/detail/adapter/filter_adapter.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iostreams/detail/execute.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iostreams/detail/config/limits.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/utility/result_of.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/utility/detail/result_of_variadic.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iostreams/detail/functional.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iostreams/pipeline.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iostreams/stream.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iostreams/detail/config/overload_resolution.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iostreams/detail/config/gcc.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iostreams/detail/forward.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iostreams/detail/push_params.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iostreams/detail/iostream.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iostreams/stream_buffer.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iostreams/detail/streambuf/direct_streambuf.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/core/typeinfo.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iostreams/detail/error.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iostreams/detail/optional.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/aligned_storage.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/type_with_alignment.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iostreams/detail/streambuf/linked_streambuf.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iostreams/detail/streambuf/indirect_streambuf.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iostreams/detail/adapter/concept_adapter.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iostreams/concepts.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iostreams/detail/default_arg.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iostreams/detail/config/unreachable_return.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iostreams/device/null.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iostreams/detail/buffer.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iostreams/checked_operations.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iostreams/get.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iostreams/put.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iostreams/detail/double_object.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/call_traits.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/detail/call_traits.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iostreams/detail/push.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iostreams/detail/adapter/range_adapter.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iostreams/detail/resolve.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/detail/is_incrementable.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/detail/bool_trait_undef.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iostreams/detail/adapter/mode_adapter.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iostreams/detail/adapter/output_iterator_adapter.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iostreams/detail/is_dereferenceable.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/iostreams/device/array.hpp | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/fstream | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/filesystem | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__filesystem/copy_options.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__filesystem/directory_entry.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__filesystem/file_status.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__filesystem/file_type.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__filesystem/perms.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__filesystem/filesystem_error.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__filesystem/path.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/iomanip | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__filesystem/operations.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__filesystem/perm_options.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__filesystem/space_info.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__filesystem/directory_iterator.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__filesystem/directory_options.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__filesystem/path_iterator.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__filesystem/recursive_directory_iterator.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__filesystem/u8path.h | |
cargo:rerun-if-changed=/opt/homebrew/include/rdkit/GraphMol/ROMol.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/map | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__tree | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/graph/adjacency_list.hpp | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/list | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/set | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/unordered_set.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/unordered/unordered_set.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/unordered/detail/requires_cxx11.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/core/explicit_operator_bool.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/functional/hash.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/move/move.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/move/detail/config_begin.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/move/utility.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/move/detail/workaround.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/move/utility_core.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/move/core.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/move/detail/config_end.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/move/detail/meta_utils.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/move/detail/meta_utils_core.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/move/detail/addressof.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/move/traits.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/move/detail/type_traits.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/move/iterator.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/move/detail/iterator_traits.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/move/algorithm.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/move/algo/move.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/move/detail/iterator_to_raw_pointer.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/move/detail/to_raw_pointer.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/move/detail/pointer_element.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/unordered/detail/set.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/unordered/detail/implementation.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/core/allocator_traits.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/core/allocator_access.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/core/pointer_traits.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/core/bit.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/core/no_exceptions_support.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/repetition/enum.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/swap.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/tuple/tuple.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/tuple/detail/tuple_basic.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/cv_traits.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/add_cv.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/utility/swap.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/is_empty.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/is_nothrow_move_assignable.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/has_trivial_move_assign.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/is_assignable.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/has_nothrow_assign.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/is_nothrow_move_constructible.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/is_nothrow_swappable.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/detail/is_swappable_cxx_11.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/unordered/detail/fca.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/unordered/detail/prime_fmod.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/seq/for_each.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/unordered/detail/narrow_cast.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/core/empty_value.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/unordered/detail/type_traits.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/unordered/detail/fwd.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/language.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/language/stdc.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/version_number.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/make.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/detail/test.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/language/stdcpp.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/language/objc.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/language/cuda.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/architecture.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/architecture/alpha.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/architecture/arm.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/architecture/blackfin.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/architecture/convex.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/architecture/e2k.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/architecture/ia64.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/architecture/loongarch.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/architecture/m68k.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/architecture/mips.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/architecture/parisc.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/architecture/ppc.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/architecture/ptx.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/architecture/pyramid.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/architecture/riscv.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/architecture/rs6k.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/architecture/sparc.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/architecture/superh.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/architecture/sys370.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/architecture/sys390.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/architecture/x86.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/architecture/x86/32.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/architecture/x86/64.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/architecture/z.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/compiler.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/compiler/borland.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/compiler/clang.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/detail/comp_detected.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/compiler/comeau.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/compiler/compaq.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/compiler/diab.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/compiler/digitalmars.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/compiler/dignus.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/compiler/edg.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/compiler/ekopath.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/compiler/gcc_xml.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/compiler/gcc.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/compiler/greenhills.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/compiler/hp_acc.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/compiler/iar.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/compiler/ibm.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/compiler/intel.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/compiler/kai.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/compiler/llvm.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/compiler/metaware.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/compiler/metrowerks.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/compiler/microtec.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/compiler/mpw.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/compiler/nvcc.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/compiler/palm.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/compiler/pgi.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/compiler/sgi_mipspro.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/compiler/sunpro.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/compiler/tendra.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/compiler/visualc.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/compiler/watcom.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/library.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/library/c.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/library/c/_prefix.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/detail/_cassert.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/library/c/cloudabi.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/library/c/gnu.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/library/c/uc.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/library/c/vms.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/library/c/zos.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/library/std.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/library/std/_prefix.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/detail/_exception.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/library/std/cxx.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/library/std/dinkumware.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/library/std/libcomo.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/library/std/modena.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/library/std/msl.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/library/std/roguewave.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/library/std/sgi.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/library/std/stdcpp3.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/library/std/stlport.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/library/std/vacpp.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/os.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/os/aix.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/os/amigaos.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/os/beos.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/os/bsd.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/os/macos.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/os/ios.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/detail/os_detected.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/os/bsd/bsdi.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/os/bsd/dragonfly.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/os/bsd/free.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/os/bsd/open.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/os/bsd/net.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/os/cygwin.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/os/haiku.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/os/hpux.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/os/irix.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/os/linux.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/os/os400.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/os/qnxnto.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/os/solaris.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/os/unix.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/os/vms.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/os/windows.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/other.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/other/endian.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/platform/android.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/other/wordsize.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/other/workaround.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/platform.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/platform/cloudabi.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/platform/mingw.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/platform/mingw32.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/platform/mingw64.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/platform/windows_uwp.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/platform/windows_desktop.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/platform/windows_phone.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/platform/windows_server.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/platform/windows_store.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/platform/windows_system.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/platform/windows_runtime.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/platform/ios.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/hardware.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/hardware/simd.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/hardware/simd/x86.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/hardware/simd/x86/versions.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/hardware/simd/x86_amd.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/hardware/simd/x86_amd/versions.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/hardware/simd/arm.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/hardware/simd/arm/versions.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/hardware/simd/ppc.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/hardware/simd/ppc/versions.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/predef/version.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/utility/addressof.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/unordered/unordered_set_fwd.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/functional/hash_fwd.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/scoped_ptr.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/smart_ptr/scoped_ptr.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/smart_ptr/detail/requires_cxx11.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/smart_ptr/detail/sp_nullptr_t.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/smart_ptr/detail/sp_disable_deprecated.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/smart_ptr/detail/sp_noexcept.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/smart_ptr/detail/operator_bool.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/graph/graph_traits.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/pending/property.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/common_type.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/detail/mp_defer.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/copy_cv.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/copy_cv_ref.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/copy_reference.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/disjunction.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/extent.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/floating_point_promotion.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/has_bit_and.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/has_bit_and_assign.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/has_bit_or.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/has_bit_or_assign.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/has_bit_xor.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/has_bit_xor_assign.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/has_complement.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/detail/has_prefix_operator.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/has_dereference.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/has_divides.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/has_divides_assign.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/has_equal_to.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/has_greater.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/has_greater_equal.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/has_left_shift_assign.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/has_less.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/has_less_equal.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/has_logical_and.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/has_logical_not.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/has_logical_or.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/has_modulus.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/has_modulus_assign.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/has_multiplies.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/has_multiplies_assign.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/has_negate.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/has_new_operator.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/has_not_equal_to.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/has_nothrow_constructor.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/is_default_constructible.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/has_nothrow_copy.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/is_copy_constructible.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/is_constructible.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/is_destructible.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/has_nothrow_destructor.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/has_trivial_destructor.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/has_post_decrement.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/detail/has_postfix_operator.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/has_post_increment.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/has_pre_decrement.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/has_pre_increment.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/has_right_shift_assign.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/has_trivial_assign.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/has_trivial_constructor.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/has_trivial_copy.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/has_trivial_move_constructor.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/has_unary_minus.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/has_unary_plus.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/has_virtual_destructor.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/is_complex.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/is_compound.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/is_fundamental.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/is_copy_assignable.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/is_noncopyable.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/is_final.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/is_list_constructible.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/is_member_object_pointer.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/is_object.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/is_polymorphic.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/is_scoped_enum.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/negation.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/is_stateless.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/is_swappable.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/is_trivially_copyable.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/is_unscoped_enum.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/is_virtual_base_of.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/make_signed.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/rank.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/remove_all_extents.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/remove_cv_ref.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/integral_promotion.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/promote.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/pending/detail/property.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/same_traits.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/graph/graph_mutability_traits.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/graph/graph_selectors.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/property_map/property_map.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/concept_archetype.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/property_map/vector_property_map.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/smart_ptr/shared_ptr.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/smart_ptr/detail/shared_count.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/smart_ptr/bad_weak_ptr.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/smart_ptr/detail/sp_counted_base.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/smart_ptr/detail/sp_has_gcc_intrinsics.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/smart_ptr/detail/sp_has_sync_intrinsics.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/smart_ptr/detail/sp_typeinfo_.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/smart_ptr/detail/sp_counted_impl.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/smart_ptr/detail/sp_convertible.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/smart_ptr/detail/spinlock_pool.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/smart_ptr/detail/spinlock.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/smart_ptr/detail/yield_k.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/smart_ptr/detail/sp_thread_pause.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/smart_ptr/detail/sp_thread_sleep.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/smart_ptr/detail/local_sp_deleter.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/smart_ptr/detail/local_counted_base.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/graph/detail/edge.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/graph/properties.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/graph/property_maps/constant_property_map.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/graph/property_maps/null_property_map.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/graph/named_graph.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/multi_index/hashed_index.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/push_front.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/push_front_fwd.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/push_front_impl.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/traits_lambda_spec.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/sequence_tag_fwd.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/sequence_tag.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/has_begin.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/multi_index/detail/access_specifier.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/multi_index/detail/adl_swap.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/multi_index/detail/allocator_traits.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/multi_index/detail/auto_space.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/multi_index/detail/bucket_array.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/multi_index/detail/hash_index_node.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/multi_index/detail/raw_ptr.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/core/serialization.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/core/nvp.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/multi_index/detail/bad_archive_exception.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/multi_index/detail/do_not_copy_elements_tag.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/multi_index/detail/hash_index_iterator.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/operators.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/multi_index/detail/index_node_base.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/multi_index/detail/ignore_wstrict_aliasing.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/multi_index/detail/restore_wstrict_aliasing.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/multi_index/detail/invalidate_iterators.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/multi_index/detail/modify_key_adaptor.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/multi_index/detail/node_handle.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/multi_index_container_fwd.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/multi_index/identity.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/multi_index/identity_fwd.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/multi_index/indexed_by.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/vector.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/limits/vector.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/vector/vector20.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/vector/vector10.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/vector/vector0.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/vector/aux_/at.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/at_fwd.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/vector/aux_/tag.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/config/typeof.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/long.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/long_fwd.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/vector/aux_/front.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/front_fwd.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/vector/aux_/push_front.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/vector/aux_/item.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/vector/aux_/pop_front.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/pop_front_fwd.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/vector/aux_/push_back.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/push_back_fwd.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/vector/aux_/pop_back.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/pop_back_fwd.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/vector/aux_/back.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/back_fwd.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/vector/aux_/clear.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/clear_fwd.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/vector/aux_/vector0.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/vector/aux_/iterator.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/iterator_tags.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/plus.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/preprocessed/gcc/plus.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/minus.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/preprocessed/gcc/minus.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/advance_fwd.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/distance_fwd.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/prior.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/vector/aux_/O1_size.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/O1_size_fwd.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/vector/aux_/size.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/size_fwd.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/vector/aux_/empty.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/empty_fwd.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/vector/aux_/begin_end.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/begin_end_fwd.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/vector/aux_/include_preprocessed.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/vector/aux_/preprocessed/typeof_based/vector10.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/vector/aux_/preprocessed/typeof_based/vector20.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/preprocessed/gcc/vector.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/multi_index/ordered_index_fwd.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/multi_index/detail/ord_index_args.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/multi_index/tag.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/multi_index/detail/no_duplicate_tags.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/fold.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/begin_end.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/begin_end_impl.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/O1_size.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/O1_size_impl.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/has_size.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/fold_impl.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/deref.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/msvc_type.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/preprocessed/gcc/fold_impl.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/set/set0.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/set/aux_/at_impl.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/set/aux_/has_key_impl.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/set/aux_/tag.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/has_key_fwd.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/overload_names.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/ptr_to_ref.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/config/operators.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/set/aux_/clear_impl.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/set/aux_/set0.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/set/aux_/size_impl.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/set/aux_/empty_impl.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/set/aux_/insert_impl.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/insert_fwd.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/set/aux_/item.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/base.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/set/aux_/insert_range_impl.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/insert_range_fwd.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/insert.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/insert_impl.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/reverse_fold.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/reverse_fold_impl.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/preprocessed/gcc/reverse_fold_impl.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/iterator_range.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/clear.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/clear_impl.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/set/aux_/erase_impl.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/erase_fwd.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/set/aux_/erase_key_impl.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/erase_key_fwd.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/set/aux_/key_type_impl.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/key_type_fwd.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/set/aux_/value_type_impl.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/value_type_fwd.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/set/aux_/begin_end_impl.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/set/aux_/iterator.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/has_key.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/has_key_impl.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/transform.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/pair_view.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/iterator_category.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/advance.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/negate.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/advance_forward.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/preprocessed/gcc/advance_forward.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/advance_backward.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/preprocessed/gcc/advance_backward.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/distance.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/iter_fold.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/iter_fold_impl.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/preprocessed/gcc/iter_fold_impl.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/min_max.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/pair.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/is_sequence.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/inserter_algorithm.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/back_inserter.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/push_back.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/push_back_impl.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/inserter.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/front_inserter.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/facilities/intercept.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/preprocessor/facilities/limits/intercept_256.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/multi_index/detail/ord_index_impl_fwd.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/multi_index/detail/define_if_constexpr_macro.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/multi_index/detail/undef_if_constexpr_macro.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/multi_index/detail/promotes_arg.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/multi_index/detail/is_transparent.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/multi_index/detail/safe_mode.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/multi_index/detail/scope_guard.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/multi_index/detail/vartempl_support.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/multi_index/hashed_index_fwd.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/multi_index/detail/hash_index_args.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/multi_index/member.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/multi_index_container.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/at.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/at_impl.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/contains.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/contains_fwd.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/contains_impl.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/find.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/find_if.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/find_if_pred.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/iter_apply.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/iter_fold_if.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/logical.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/iter_fold_if_impl.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/preprocessed/gcc/iter_fold_if_impl.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/same_as.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/lambda_spec.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/size.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/size_impl.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/multi_index/detail/base_type.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/multi_index/detail/index_base.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/multi_index/detail/copy_map.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/multi_index/detail/index_access_sequence.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/multi_index/detail/node_type.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/reverse_iter_fold.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/reverse_iter_fold_impl.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/preprocessed/gcc/reverse_iter_fold_impl.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/multi_index/detail/header_holder.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/multi_index/detail/is_index_list.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/empty.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/mpl/aux_/empty_impl.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/multi_index/detail/index_loader.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/multi_index/detail/index_saver.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/multi_index/detail/index_matcher.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/multi_index/detail/converter.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/multi_index/detail/has_tag.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/multi_index/detail/archive_constructed.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/multi_index/detail/serialization_version.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/optional.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/optional/optional.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/optional/bad_optional_access.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/none.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/none_t.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/utility/compare_pointees.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/optional/optional_fwd.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/optional/detail/optional_config.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/optional/detail/optional_factory_support.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/optional/detail/optional_aligned_storage.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/optional/detail/optional_hash.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/optional/detail/optional_trivially_copyable_base.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/optional/detail/optional_reference_spec.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/optional/detail/optional_relops.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/optional/detail/optional_swap.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/pending/container_traits.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/unordered_map.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/unordered/unordered_map.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/unordered/detail/map.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/unordered/unordered_map_fwd.hpp | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/unordered_set | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/graph/detail/adjacency_list.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/range/irange.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/graph/graph_concepts.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/graph/numeric_values.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/graph/buffer_concepts.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/typeof/typeof.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/typeof/detail/requires_cxx11.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/typeof/message.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/typeof/decltype.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/graph/detail/adj_list_edge_iterator.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/graph/adjacency_iterator.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/smart_ptr.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/scoped_array.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/smart_ptr/scoped_array.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/shared_ptr.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/shared_array.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/smart_ptr/shared_array.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/weak_ptr.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/smart_ptr/weak_ptr.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/intrusive_ptr.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/smart_ptr/intrusive_ptr.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/config/no_tr1/functional.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/enable_shared_from_this.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/smart_ptr/enable_shared_from_this.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/make_shared.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/smart_ptr/make_shared.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/smart_ptr/make_shared_object.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/smart_ptr/detail/sp_forward.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/smart_ptr/make_shared_array.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/core/default_allocator.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/smart_ptr/allocate_shared_array.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/core/alloc_construct.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/core/noinit_adaptor.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/core/first_scalar.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/is_bounded_array.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/type_traits/is_unbounded_array.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/dynamic_bitset.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/dynamic_bitset/dynamic_bitset.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/dynamic_bitset/config.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/dynamic_bitset_fwd.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/dynamic_bitset/detail/dynamic_bitset.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/dynamic_bitset/detail/lowest_bit.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/integer/integer_log2.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/functional/hash/hash.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/rdkit/RDGeneral/types.h | |
cargo:rerun-if-changed=/opt/homebrew/include/rdkit/RDGeneral/Dict.h | |
cargo:rerun-if-changed=/opt/homebrew/include/rdkit/RDGeneral/Exceptions.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/deque | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/numeric | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__numeric/accumulate.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__numeric/adjacent_difference.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__numeric/exclusive_scan.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__numeric/gcd_lcm.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__numeric/inclusive_scan.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__numeric/inner_product.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__numeric/iota.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__numeric/midpoint.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__numeric/partial_sum.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__numeric/reduce.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__numeric/transform_exclusive_scan.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__numeric/transform_inclusive_scan.h | |
cargo:rerun-if-changed=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__numeric/transform_reduce.h | |
cargo:rerun-if-changed=/opt/homebrew/include/rdkit/RDGeneral/RDProps.h | |
cargo:rerun-if-changed=/opt/homebrew/include/rdkit/GraphMol/Atom.h | |
cargo:rerun-if-changed=/opt/homebrew/include/rdkit/Query/QueryObjects.h | |
cargo:rerun-if-changed=/opt/homebrew/include/rdkit/Query/Query.h | |
cargo:rerun-if-changed=/opt/homebrew/include/rdkit/Query/EqualityQuery.h | |
cargo:rerun-if-changed=/opt/homebrew/include/rdkit/Query/LessQuery.h | |
cargo:rerun-if-changed=/opt/homebrew/include/rdkit/Query/LessEqualQuery.h | |
cargo:rerun-if-changed=/opt/homebrew/include/rdkit/Query/GreaterQuery.h | |
cargo:rerun-if-changed=/opt/homebrew/include/rdkit/Query/GreaterEqualQuery.h | |
cargo:rerun-if-changed=/opt/homebrew/include/rdkit/Query/RangeQuery.h | |
cargo:rerun-if-changed=/opt/homebrew/include/rdkit/Query/SetQuery.h | |
cargo:rerun-if-changed=/opt/homebrew/include/rdkit/Query/AndQuery.h | |
cargo:rerun-if-changed=/opt/homebrew/include/rdkit/Query/OrQuery.h | |
cargo:rerun-if-changed=/opt/homebrew/include/rdkit/Query/XOrQuery.h | |
cargo:rerun-if-changed=/opt/homebrew/include/rdkit/GraphMol/details.h | |
cargo:rerun-if-changed=/opt/homebrew/include/rdkit/GraphMol/Bond.h | |
cargo:rerun-if-changed=/opt/homebrew/include/rdkit/GraphMol/Conformer.h | |
cargo:rerun-if-changed=/opt/homebrew/include/rdkit/Geometry/point.h | |
cargo:rerun-if-changed=/opt/homebrew/include/rdkit/Numerics/Vector.h | |
cargo:rerun-if-changed=/opt/homebrew/include/rdkit/RDGeneral/utils.h | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/random.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/random/additive_combine.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/random/detail/config.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/random/detail/operators.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/random/detail/seed.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/random/linear_congruential.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/random/detail/const_mod.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/random/detail/large_arithmetic.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/random/detail/integer_log2.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/random/detail/disable_warnings.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/random/detail/enable_warnings.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/random/detail/seed_impl.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/integer/integer_mask.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/integer/static_log2.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/random/traits.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/random/detail/signed_unsigned_tools.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/random/detail/generator_bits.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/random/discard_block.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/random/independent_bits.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/random/inversive_congruential.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/random/lagged_fibonacci.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/random/uniform_01.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/random/detail/ptr_helper.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/random/detail/generator_seed_seq.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/random/linear_feedback_shift.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/random/mersenne_twister.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/random/detail/polynomial.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/random/mixmax.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/random/detail/mixmax_skip_N17.ipp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/random/ranlux.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/random/subtract_with_carry.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/random/shuffle_order.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/random/shuffle_output.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/random/taus88.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/random/xor_combine.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/random/generate_canonical.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/random/seed_seq.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/random/random_number_generator.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/random/uniform_int_distribution.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/random/detail/uniform_int_float.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/random/variate_generator.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/random/bernoulli_distribution.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/random/beta_distribution.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/random/gamma_distribution.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/random/exponential_distribution.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/random/detail/int_float_pair.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/random/binomial_distribution.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/random/cauchy_distribution.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/random/chi_squared_distribution.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/random/discrete_distribution.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/random/detail/vector_io.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/io/ios_state.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/io_fwd.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/random/extreme_value_distribution.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/random/fisher_f_distribution.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/random/geometric_distribution.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/random/hyperexponential_distribution.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/random/laplace_distribution.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/random/lognormal_distribution.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/random/normal_distribution.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/random/negative_binomial_distribution.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/random/poisson_distribution.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/random/non_central_chi_squared_distribution.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/random/uniform_real_distribution.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/random/piecewise_constant_distribution.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/random/uniform_real.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/random/piecewise_linear_distribution.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/random/student_t_distribution.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/random/triangle_distribution.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/random/uniform_int.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/random/uniform_on_sphere.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/random/uniform_smallint.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/boost/random/weibull_distribution.hpp | |
cargo:rerun-if-changed=/opt/homebrew/include/rdkit/GraphMol/SubstanceGroup.h | |
cargo:rerun-if-changed=/opt/homebrew/include/rdkit/GraphMol/StereoGroup.h | |
cargo:rerun-if-changed=/opt/homebrew/include/rdkit/GraphMol/RingInfo.h | |
TARGET = Some("aarch64-apple-darwin") | |
OPT_LEVEL = Some("0") | |
HOST = Some("aarch64-apple-darwin") | |
cargo:rerun-if-env-changed=CXX_aarch64-apple-darwin | |
CXX_aarch64-apple-darwin = None | |
cargo:rerun-if-env-changed=CXX_aarch64_apple_darwin | |
CXX_aarch64_apple_darwin = None | |
cargo:rerun-if-env-changed=HOST_CXX | |
HOST_CXX = None | |
cargo:rerun-if-env-changed=CXX | |
CXX = None | |
cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS | |
CRATE_CC_NO_DEFAULTS = None | |
DEBUG = Some("true") | |
CARGO_CFG_TARGET_FEATURE = Some("aes,crc,dit,dotprod,dpb,dpb2,fcma,fhm,flagm,fp16,frintts,jsconv,lor,lse,neon,paca,pacg,pan,pmuv3,ras,rcpc,rcpc2,rdm,sb,sha2,sha3,ssbs,v8.1a,v8.2a,v8.3a,v8.4a,vh") | |
cargo:rerun-if-env-changed=CXXFLAGS_aarch64-apple-darwin | |
CXXFLAGS_aarch64-apple-darwin = None | |
cargo:rerun-if-env-changed=CXXFLAGS_aarch64_apple_darwin | |
CXXFLAGS_aarch64_apple_darwin = None | |
cargo:rerun-if-env-changed=HOST_CXXFLAGS | |
HOST_CXXFLAGS = None | |
cargo:rerun-if-env-changed=CXXFLAGS | |
CXXFLAGS = None | |
running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "-arch" "arm64" "-I" "/usr/local/include" "-I" "/usr/local/include/rdkit" "-I" "/usr/include" "-I" "/usr/include/rdkit" "-I" "/opt/homebrew/include/rdkit" "-I" "/opt/homebrew/include" "-I" "/Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-af359ecff0c3ad28/out/autocxx-build-dir/include" "-Wall" "-Wextra" "-std=c++20" "-o" "/Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-af359ecff0c3ad28/out/abc673d791d31d80-gen0.o" "-c" "/Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-af359ecff0c3ad28/out/autocxx-build-dir/cxx/gen0.cxx" | |
cargo:warning=In file included from /Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-af359ecff0c3ad28/out/autocxx-build-dir/cxx/gen0.cxx:3: | |
cargo:warning=/Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-af359ecff0c3ad28/out/autocxx-build-dir/include/autocxxgen_ffi.h:37:31: error: use of undeclared identifier 'iterator'; did you mean 'boost_swap_impl::iterator'? | |
cargo:warning=typedef std::reverse_iterator<iterator> std_reverse_iterator_iterator_AutocxxConcrete; | |
cargo:warning= ^~~~~~~~ | |
cargo:warning= boost_swap_impl::iterator | |
cargo:warning=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__iterator/iterator.h:24:57: note: 'boost_swap_impl::iterator' declared here | |
cargo:warning=struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator | |
cargo:warning= ^ | |
cargo:warning=In file included from /Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-af359ecff0c3ad28/out/autocxx-build-dir/cxx/gen0.cxx:3: | |
cargo:warning=/Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-af359ecff0c3ad28/out/autocxx-build-dir/include/autocxxgen_ffi.h:37:31: error: use of undeclared identifier 'iterator' | |
cargo:warning=typedef std::reverse_iterator<iterator> std_reverse_iterator_iterator_AutocxxConcrete; | |
cargo:warning= ^ | |
cargo:warning=/Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-af359ecff0c3ad28/out/autocxx-build-dir/include/autocxxgen_ffi.h:71:117: error: no matching function for call to 'valuePtrCast' | |
cargo:warning=inline boost::any* valuePtrCast_autocxx_wrapper_0x7001b89d03cdd863(RDKit::RDTypeTag::detail::Value* arg0) { return RDKit::RDTypeTag::detail::valuePtrCast(std::move(*arg0)); } | |
cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
cargo:warning=/opt/homebrew/include/rdkit/RDGeneral/RDValue-taggedunion.h:180:11: note: candidate template ignored: couldn't infer template argument 'T' | |
cargo:warning=inline T *valuePtrCast(Value value) { | |
cargo:warning= ^ | |
cargo:warning=In file included from /Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-af359ecff0c3ad28/out/autocxx-build-dir/cxx/gen0.cxx:3: | |
cargo:warning=/Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-af359ecff0c3ad28/out/autocxx-build-dir/include/autocxxgen_ffi.h:72:119: error: no matching function for call to 'valuePtrCast' | |
cargo:warning=inline std::string* valuePtrCast1_autocxx_wrapper_0x7001b89d03cdd863(RDKit::RDTypeTag::detail::Value* arg0) { return RDKit::RDTypeTag::detail::valuePtrCast(std::move(*arg0)); } | |
cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
cargo:warning=/opt/homebrew/include/rdkit/RDGeneral/RDValue-taggedunion.h:180:11: note: candidate template ignored: couldn't infer template argument 'T' | |
cargo:warning=inline T *valuePtrCast(Value value) { | |
cargo:warning= ^ | |
cargo:warning=In file included from /Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-af359ecff0c3ad28/out/autocxx-build-dir/cxx/gen0.cxx:3: | |
cargo:warning=/Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-af359ecff0c3ad28/out/autocxx-build-dir/include/autocxxgen_ffi.h:73:127: error: no matching function for call to 'valuePtrCast' | |
cargo:warning=inline std::vector<double>* valuePtrCast2_autocxx_wrapper_0x7001b89d03cdd863(RDKit::RDTypeTag::detail::Value* arg0) { return RDKit::RDTypeTag::detail::valuePtrCast(std::move(*arg0)); } | |
cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
cargo:warning=/opt/homebrew/include/rdkit/RDGeneral/RDValue-taggedunion.h:180:11: note: candidate template ignored: couldn't infer template argument 'T' | |
cargo:warning=inline T *valuePtrCast(Value value) { | |
cargo:warning= ^ | |
cargo:warning=In file included from /Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-af359ecff0c3ad28/out/autocxx-build-dir/cxx/gen0.cxx:3: | |
cargo:warning=/Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-af359ecff0c3ad28/out/autocxx-build-dir/include/autocxxgen_ffi.h:74:126: error: no matching function for call to 'valuePtrCast' | |
cargo:warning=inline std::vector<float>* valuePtrCast3_autocxx_wrapper_0x7001b89d03cdd863(RDKit::RDTypeTag::detail::Value* arg0) { return RDKit::RDTypeTag::detail::valuePtrCast(std::move(*arg0)); } | |
cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
cargo:warning=/opt/homebrew/include/rdkit/RDGeneral/RDValue-taggedunion.h:180:11: note: candidate template ignored: couldn't infer template argument 'T' | |
cargo:warning=inline T *valuePtrCast(Value value) { | |
cargo:warning= ^ | |
cargo:warning=In file included from /Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-af359ecff0c3ad28/out/autocxx-build-dir/cxx/gen0.cxx:3: | |
cargo:warning=/Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-af359ecff0c3ad28/out/autocxx-build-dir/include/autocxxgen_ffi.h:75:132: error: no matching function for call to 'valuePtrCast' | |
cargo:warning=inline std::vector<std::string>* valuePtrCast6_autocxx_wrapper_0x7001b89d03cdd863(RDKit::RDTypeTag::detail::Value* arg0) { return RDKit::RDTypeTag::detail::valuePtrCast(std::move(*arg0)); } | |
cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
cargo:warning=/opt/homebrew/include/rdkit/RDGeneral/RDValue-taggedunion.h:180:11: note: candidate template ignored: couldn't infer template argument 'T' | |
cargo:warning=inline T *valuePtrCast(Value value) { | |
cargo:warning= ^ | |
cargo:warning=In file included from /Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-af359ecff0c3ad28/out/autocxx-build-dir/cxx/gen0.cxx:3: | |
cargo:warning=/Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-af359ecff0c3ad28/out/autocxx-build-dir/include/autocxxgen_ffi.h:131:91: error: no matching function for call to 'rdvalue_is' | |
cargo:warning=inline bool rdvalue_is_autocxx_wrapper_0x7001b89d03cdd863(RDKit::RDValue* arg0) { return RDKit::rdvalue_is(std::move(*arg0)); } | |
cargo:warning= ^~~~~~~~~~~~~~~~~ | |
cargo:warning=/opt/homebrew/include/rdkit/RDGeneral/RDValue-taggedunion.h:350:13: note: candidate template ignored: couldn't infer template argument 'T' | |
cargo:warning=inline bool rdvalue_is(RDValue_cast_t v) { | |
cargo:warning= ^ | |
cargo:warning=In file included from /Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-af359ecff0c3ad28/out/autocxx-build-dir/cxx/gen0.cxx:3: | |
cargo:warning=/Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-af359ecff0c3ad28/out/autocxx-build-dir/include/autocxxgen_ffi.h:132:95: error: no matching function for call to 'rdvalue_cast' | |
cargo:warning=inline double rdvalue_cast_autocxx_wrapper_0x7001b89d03cdd863(RDKit::RDValue* arg0) { return RDKit::rdvalue_cast(std::move(*arg0)); } | |
cargo:warning= ^~~~~~~~~~~~~~~~~~~ | |
cargo:warning=/opt/homebrew/include/rdkit/RDGeneral/RDValue-taggedunion.h:384:10: note: candidate template ignored: couldn't infer template argument 'T' | |
cargo:warning=inline T rdvalue_cast(RDValue_cast_t v) { | |
cargo:warning= ^ | |
cargo:warning=In file included from /Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-af359ecff0c3ad28/out/autocxx-build-dir/cxx/gen0.cxx:3: | |
cargo:warning=/Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-af359ecff0c3ad28/out/autocxx-build-dir/include/autocxxgen_ffi.h:133:95: error: no matching function for call to 'rdvalue_cast' | |
cargo:warning=inline float rdvalue_cast1_autocxx_wrapper_0x7001b89d03cdd863(RDKit::RDValue* arg0) { return RDKit::rdvalue_cast(std::move(*arg0)); } | |
cargo:warning= ^~~~~~~~~~~~~~~~~~~ | |
cargo:warning=/opt/homebrew/include/rdkit/RDGeneral/RDValue-taggedunion.h:384:10: note: candidate template ignored: couldn't infer template argument 'T' | |
cargo:warning=inline T rdvalue_cast(RDValue_cast_t v) { | |
cargo:warning= ^ | |
cargo:warning=In file included from /Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-af359ecff0c3ad28/out/autocxx-build-dir/cxx/gen0.cxx:3: | |
cargo:warning=/Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-af359ecff0c3ad28/out/autocxx-build-dir/include/autocxxgen_ffi.h:134:93: error: no matching function for call to 'rdvalue_cast' | |
cargo:warning=inline int rdvalue_cast2_autocxx_wrapper_0x7001b89d03cdd863(RDKit::RDValue* arg0) { return RDKit::rdvalue_cast(std::move(*arg0)); } | |
cargo:warning= ^~~~~~~~~~~~~~~~~~~ | |
cargo:warning=/opt/homebrew/include/rdkit/RDGeneral/RDValue-taggedunion.h:384:10: note: candidate template ignored: couldn't infer template argument 'T' | |
cargo:warning=inline T rdvalue_cast(RDValue_cast_t v) { | |
cargo:warning= ^ | |
cargo:warning=In file included from /Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-af359ecff0c3ad28/out/autocxx-build-dir/cxx/gen0.cxx:3: | |
cargo:warning=/Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-af359ecff0c3ad28/out/autocxx-build-dir/include/autocxxgen_ffi.h:135:96: error: no matching function for call to 'rdvalue_cast' | |
cargo:warning=inline int8_t rdvalue_cast3_autocxx_wrapper_0x7001b89d03cdd863(RDKit::RDValue* arg0) { return RDKit::rdvalue_cast(std::move(*arg0)); } | |
cargo:warning= ^~~~~~~~~~~~~~~~~~~ | |
cargo:warning=/opt/homebrew/include/rdkit/RDGeneral/RDValue-taggedunion.h:384:10: note: candidate template ignored: couldn't infer template argument 'T' | |
cargo:warning=inline T rdvalue_cast(RDValue_cast_t v) { | |
cargo:warning= ^ | |
cargo:warning=In file included from /Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-af359ecff0c3ad28/out/autocxx-build-dir/cxx/gen0.cxx:3: | |
cargo:warning=/Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-af359ecff0c3ad28/out/autocxx-build-dir/include/autocxxgen_ffi.h:136:95: error: no matching function for call to 'rdvalue_cast' | |
cargo:warning=inline short rdvalue_cast4_autocxx_wrapper_0x7001b89d03cdd863(RDKit::RDValue* arg0) { return RDKit::rdvalue_cast(std::move(*arg0)); } | |
cargo:warning= ^~~~~~~~~~~~~~~~~~~ | |
cargo:warning=/opt/homebrew/include/rdkit/RDGeneral/RDValue-taggedunion.h:384:10: note: candidate template ignored: couldn't infer template argument 'T' | |
cargo:warning=inline T rdvalue_cast(RDValue_cast_t v) { | |
cargo:warning= ^ | |
cargo:warning=In file included from /Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-af359ecff0c3ad28/out/autocxx-build-dir/cxx/gen0.cxx:3: | |
cargo:warning=/Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-af359ecff0c3ad28/out/autocxx-build-dir/include/autocxxgen_ffi.h:137:99: error: no matching function for call to 'rdvalue_cast' | |
cargo:warning=inline long long rdvalue_cast5_autocxx_wrapper_0x7001b89d03cdd863(RDKit::RDValue* arg0) { return RDKit::rdvalue_cast(std::move(*arg0)); } | |
cargo:warning= ^~~~~~~~~~~~~~~~~~~ | |
cargo:warning=/opt/homebrew/include/rdkit/RDGeneral/RDValue-taggedunion.h:384:10: note: candidate template ignored: couldn't infer template argument 'T' | |
cargo:warning=inline T rdvalue_cast(RDValue_cast_t v) { | |
cargo:warning= ^ | |
cargo:warning=In file included from /Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-af359ecff0c3ad28/out/autocxx-build-dir/cxx/gen0.cxx:3: | |
cargo:warning=/Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-af359ecff0c3ad28/out/autocxx-build-dir/include/autocxxgen_ffi.h:138:102: error: no matching function for call to 'rdvalue_cast' | |
cargo:warning=inline unsigned int rdvalue_cast6_autocxx_wrapper_0x7001b89d03cdd863(RDKit::RDValue* arg0) { return RDKit::rdvalue_cast(std::move(*arg0)); } | |
cargo:warning= ^~~~~~~~~~~~~~~~~~~ | |
cargo:warning=/opt/homebrew/include/rdkit/RDGeneral/RDValue-taggedunion.h:384:10: note: candidate template ignored: couldn't infer template argument 'T' | |
cargo:warning=inline T rdvalue_cast(RDValue_cast_t v) { | |
cargo:warning= ^ | |
cargo:warning=In file included from /Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-af359ecff0c3ad28/out/autocxx-build-dir/cxx/gen0.cxx:3: | |
cargo:warning=/Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-af359ecff0c3ad28/out/autocxx-build-dir/include/autocxxgen_ffi.h:139:97: error: no matching function for call to 'rdvalue_cast' | |
cargo:warning=inline uint8_t rdvalue_cast7_autocxx_wrapper_0x7001b89d03cdd863(RDKit::RDValue* arg0) { return RDKit::rdvalue_cast(std::move(*arg0)); } | |
cargo:warning= ^~~~~~~~~~~~~~~~~~~ | |
cargo:warning=/opt/homebrew/include/rdkit/RDGeneral/RDValue-taggedunion.h:384:10: note: candidate template ignored: couldn't infer template argument 'T' | |
cargo:warning=inline T rdvalue_cast(RDValue_cast_t v) { | |
cargo:warning= ^ | |
cargo:warning=In file included from /Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-af359ecff0c3ad28/out/autocxx-build-dir/cxx/gen0.cxx:3: | |
cargo:warning=/Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-af359ecff0c3ad28/out/autocxx-build-dir/include/autocxxgen_ffi.h:140:104: error: no matching function for call to 'rdvalue_cast' | |
cargo:warning=inline unsigned short rdvalue_cast8_autocxx_wrapper_0x7001b89d03cdd863(RDKit::RDValue* arg0) { return RDKit::rdvalue_cast(std::move(*arg0)); } | |
cargo:warning= ^~~~~~~~~~~~~~~~~~~ | |
cargo:warning=/opt/homebrew/include/rdkit/RDGeneral/RDValue-taggedunion.h:384:10: note: candidate template ignored: couldn't infer template argument 'T' | |
cargo:warning=inline T rdvalue_cast(RDValue_cast_t v) { | |
cargo:warning= ^ | |
cargo:warning=In file included from /Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-af359ecff0c3ad28/out/autocxx-build-dir/cxx/gen0.cxx:3: | |
cargo:warning=/Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-af359ecff0c3ad28/out/autocxx-build-dir/include/autocxxgen_ffi.h:141:108: error: no matching function for call to 'rdvalue_cast' | |
cargo:warning=inline unsigned long long rdvalue_cast9_autocxx_wrapper_0x7001b89d03cdd863(RDKit::RDValue* arg0) { return RDKit::rdvalue_cast(std::move(*arg0)); } | |
cargo:warning= ^~~~~~~~~~~~~~~~~~~ | |
cargo:warning=/opt/homebrew/include/rdkit/RDGeneral/RDValue-taggedunion.h:384:10: note: candidate template ignored: couldn't infer template argument 'T' | |
cargo:warning=inline T rdvalue_cast(RDValue_cast_t v) { | |
cargo:warning= ^ | |
cargo:warning=In file included from /Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-af359ecff0c3ad28/out/autocxx-build-dir/cxx/gen0.cxx:3: | |
cargo:warning=/Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-af359ecff0c3ad28/out/autocxx-build-dir/include/autocxxgen_ffi.h:142:95: error: no matching function for call to 'rdvalue_cast' | |
cargo:warning=inline bool rdvalue_cast10_autocxx_wrapper_0x7001b89d03cdd863(RDKit::RDValue* arg0) { return RDKit::rdvalue_cast(std::move(*arg0)); } | |
cargo:warning= ^~~~~~~~~~~~~~~~~~~ | |
cargo:warning=/opt/homebrew/include/rdkit/RDGeneral/RDValue-taggedunion.h:384:10: note: candidate template ignored: couldn't infer template argument 'T' | |
cargo:warning=inline T rdvalue_cast(RDValue_cast_t v) { | |
cargo:warning= ^ | |
cargo:warning=fatal error: too many errors emitted, stopping now [-ferror-limit=] | |
cargo:warning=20 errors generated. | |
exit status: 1 | |
--- stderr | |
error occurred: Command "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "-arch" "arm64" "-I" "/usr/local/include" "-I" "/usr/local/include/rdkit" "-I" "/usr/include" "-I" "/usr/include/rdkit" "-I" "/opt/homebrew/include/rdkit" "-I" "/opt/homebrew/include" "-I" "/Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-af359ecff0c3ad28/out/autocxx-build-dir/include" "-Wall" "-Wextra" "-std=c++20" "-o" "/Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-af359ecff0c3ad28/out/abc673d791d31d80-gen0.o" "-c" "/Users/xlange/code/assaydepot/rdkit-autocxx-repro/target/debug/build/rdkit-autocxx-repro-af359ecff0c3ad28/out/autocxx-build-dir/cxx/gen0.cxx" with args "c++" did not execute successfully (status code exit status: 1). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment