Skip to content

Commit

Permalink
[Support] Closes NVIDIA#532: change backtrace error message
Browse files Browse the repository at this point in the history
  • Loading branch information
boschmitt committed Aug 8, 2023
1 parent 26fe7e7 commit 4cb0df2
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions include/cudaq/Support/Version.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
/****************************************************************-*- C++ -*-****
* Copyright (c) 2022 - 2023 NVIDIA Corporation & Affiliates. *
* All rights reserved. *
* *
* This source code and the accompanying materials are made available under *
* the terms of the Apache License 2.0 which accompanies this distribution. *
******************************************************************************/

#pragma once

namespace cudaq {

// TODO: const char *getVersion();

/// A generic bug report message.
constexpr const char *bugReportMsg =
"PLEASE submit a bug report to https://github.com/NVIDIA/cuda-quantum and "
"include the crash backtrace.\n";

} // namespace cudaq

0 comments on commit 4cb0df2

Please sign in to comment.