We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c232f4 commit 2733ea6Copy full SHA for 2733ea6
testing/ext/bench_pushpull.cpp
@@ -10,7 +10,7 @@
10
template<typename T>
11
struct sample_value {};
12
template<> struct sample_value<char> { static constexpr char val = 122; };
13
-template<> struct sample_value<int64_t> { static constexpr int64_t val = 1l<<62; };
+template<> struct sample_value<int64_t> { static constexpr int64_t val = 1LL<<62; };
14
template<> struct sample_value<double> { static constexpr double val = 17324412.552; };
15
template<> struct sample_value<std::string> { static const std::string val; };
16
const std::string sample_value<std::string>::val(200, 'a');
0 commit comments