Sha256: 11f86c971e92ad2ceca4f7aa303058f4a21f5523e1ee7fd7819ace49e7705e88
Contents?: true
Size: 293 Bytes
Versions: 4
Compression:
Stored size: 293 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. #include <string> #ifndef __GLIBCXX__ #error expected std library: libstdc++ #endif int main() { std::string x; return x.size(); }
Version data entries
4 entries across 4 versions & 2 rubygems