[Misc] Replaced const with constexpr where possible
This commit is contained in:
committed by
Radosław Gliński
parent
d20620eb5e
commit
5f918ef28d
@@ -16,7 +16,7 @@ namespace xe {
|
||||
namespace gpu {
|
||||
|
||||
// Trace file extension.
|
||||
static const char kTraceExtension[] = "xtr";
|
||||
static constexpr char kTraceExtension[] = "xtr";
|
||||
|
||||
// Any byte changes to the files should bump this version.
|
||||
// Only builds with matching versions will work.
|
||||
|
||||
Reference in New Issue
Block a user