Sha256: ddcc02c2a9491f6ca0bc6f8c9c4f32c8ebe3d75fb9927e29ca2d8ad670852805
Contents?: true
Size: 420 Bytes
Versions: 5
Compression:
Stored size: 420 Bytes
Contents
// Copyright (c) 2013 Google Inc. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #if __cplusplus != 199711L #error wrong c++ standard version #endif enum cxx11_keywords { alignas, alignof, char16_t, char32_t, constexpr, decltype, noexcept, nullptr, override, static_assert, thread_local, }; int main() { return 0; }
Version data entries
5 entries across 5 versions & 2 rubygems