View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0014063ParaView(No Category)public2013-05-13 06:562013-05-21 17:59
ReporterJoachim Pouderoux 
Assigned ToSebastien Jourdain 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version3.98.1 
Target VersionFixed in Version4.0 
Summary0014063: Missing STL header for function std::bind2nd() in vtkH5PartReader.cxx
DescriptionI had a compilation issue with VS2012x64 (with default Microsoft C++ STL) using latest ParaView git.
In vtkH5PartReader.cxx, the method std::bind2nd() called at line 688 is unknown.

To patch it I simply add #include <functional> at line 82.

Indeed, std::bind2nd() is supposed to be declared in functional STL header.
TagsNo tags attached.
ProjectTBD
Topic NameFixMissingSTLHeaderForH5PartReader
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0030791)
Utkarsh Ayachit (administrator)
2013-05-16 08:14

SUMMARY
---------------------------------------------
Topics merged into master:
  13061_make_webkit_optional
  13951_log_custom_ticks
  14018_spreadsheet_spcth_crash
  14027_crinkle_clip_bug
  14062_test_catalyst_outputs
  14064_cleanup_catalyze_script
  FixCrashOnHyperTreeGridSource
  FixMissingSTLHeaderForH5PartReader
  fix-benchmark-printlog-in-sym-mode
  fix-warnings-v4
  flip-scalarbar-labels
  refactor_python_interpretor
(0030815)
Alan Scott (manager)
2013-05-21 17:59

Developer tag in git. Closing.

 Issue History
Date Modified Username Field Change
2013-05-13 06:56 Joachim Pouderoux New Issue
2013-05-15 09:05 Sebastien Jourdain Assigned To => Sebastien Jourdain
2013-05-15 09:05 Sebastien Jourdain Status backlog => todo
2013-05-15 09:05 Sebastien Jourdain Status todo => active development
2013-05-15 09:05 Sebastien Jourdain Topic Name => FixMissingSTLHeaderForH5PartReader
2013-05-15 09:05 Sebastien Jourdain Status active development => gatekeeper review
2013-05-15 09:05 Sebastien Jourdain Resolution open => fixed
2013-05-16 08:12 Utkarsh Ayachit Fixed in Version => git-master
2013-05-16 08:14 Utkarsh Ayachit Status gatekeeper review => customer review
2013-05-16 08:14 Utkarsh Ayachit Note Added: 0030791
2013-05-18 20:00 Utkarsh Ayachit Fixed in Version git-master => 4.0
2013-05-21 17:59 Alan Scott Note Added: 0030815
2013-05-21 17:59 Alan Scott Status customer review => closed


Copyright © 2000 - 2018 MantisBT Team