Skip to content

Commit

Permalink
bug.h: reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
evaleev committed Nov 10, 2024
1 parent 31ade88 commit b376b06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/TiledArray/util/bug.h
Original file line number Diff line number Diff line change
Expand Up @@ -395,9 +395,10 @@ class Debugger {
/// \param cmd a string
/// \return processed str
std::string replace_macros(std::string cmd);

static const std::string gdb_cmd_;
static const std::string lldb_cmd_;
std::vector<std::function<void()>> actions_; // prelaunch actions
std::vector<std::function<void()>> actions_; // prelaunch actions
};

/// Use this to create a Debugger object and make it the default
Expand Down

0 comments on commit b376b06

Please sign in to comment.