[INFRA-25] Convert Stella to use an explicit namespace for blitz Created: 28/Jul/14  Updated: 12/Aug/14  Resolved: 12/Aug/14

Status: Done
Project: Software Development Infrastructure
Component/s: None
Affects Version/s: None
Fix Version/s: None

Type: Story Priority: Major
Reporter: rhl Assignee: aritter
Resolution: Done Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Blocks
blocks INFRA-10 Convert Blitz++ code to Eigen Done
blocks INFRA-14 Convert STELLA string class to std::s... Done
Story Points: 1
Epic Link: Restructure STELLA
Sprint: 2014-8
Reviewers: rhl

 Description   

The Stella code currently makes use of

using blitz;

to avoid qualifying Array objects. Please remove the using declaration as it makes it much harder to refactor the code.



 Comments   
Comment by aritter [ 31/Jul/14 ]

using namespace blitz removed, Array<> replaced by blitz::Array<>
started replacing CString with std::string

Comment by aritter [ 31/Jul/14 ]
  • using namespace blitz removed
  • Array<> replaced by blitz::Array<>
  • started replacing CString with std::string
  • MExtract compiles
Comment by aritter [ 12/Aug/14 ]

All 'using namespace blitz' have been removed. MExtract compiled and tested.

Generated at Sat Feb 10 16:48:38 JST 2024 using Jira 8.3.4#803005-sha1:1f96e09b3c60279a408a2ae47be3c745f571388b.