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

Version Path
mt-libuv-4.1.04 ext/gyp/test/mac/clang-cxx-library/libstdc++.cc
mt-libuv-4.1.03 ext/gyp/test/mac/clang-cxx-library/libstdc++.cc
mt-libuv-4.1.02 ext/gyp/test/mac/clang-cxx-library/libstdc++.cc
tree-sitter-0.1.0 ext/tree-sitter/tree-sitter/externals/gyp/test/mac/clang-cxx-library/libstdc++.cc