Skip to content
Snippets Groups Projects
Select Git revision
  • b01aa58bf949ab0ba0e3b88e26636506b74e8c3d
  • master default protected
  • tut_ring_allen
  • docs_furo
  • docs_reorder_cable_cell
  • docs_graphviz
  • docs_rtd_dev
  • ebrains_mirror
  • doc_recat
  • docs_spike_source
  • docs_sim_sample_clar
  • docs_pip_warn
  • github_template_updates
  • docs_fix_link
  • cv_default_and_doc_clarification
  • docs_add_numpy_req
  • readme_zenodo_05
  • install_python_fix
  • install_require_numpy
  • typofix_propetries
  • docs_recipe_lookup
  • v0.10.0
  • v0.10.1
  • v0.10.0-rc5
  • v0.10.0-rc4
  • v0.10.0-rc3
  • v0.10.0-rc2
  • v0.10.0-rc
  • v0.9.0
  • v0.9.0-rc
  • v0.8.1
  • v0.8
  • v0.8-rc
  • v0.7
  • v0.6
  • v0.5.2
  • v0.5.1
  • v0.5
  • v0.4
  • v0.3
  • v0.2.2
41 results

conversion.hpp

Blame
  • user avatar
    Sam Yates authored and GitHub committed
    * Substitute `std::optional<T>` for `arb::util::optional<T>` for non-reference types T.
    * Remove reference-deducing `util::value_by_key`; replace usages with new function `util::ptr_by_key`.
    * Add some missing header includes that were required but included only transitively.
    * Remove `operator<<` overload for optional in python/strprintf.hpp; replace with utility wrapper class that catches `std::optional<T>`.
    * Wrap some `std::optional` values with `to_string` in ostream output in python lib.
    
    Fixes #1154.
    d5ace349
    History
    conversion.hpp 1.88 KiB