Sha256: 72108c3df8358af33ce719cc3705526ace5dc6c8074ff5647164d9eb205dd5d3

Contents?: true

Size: 294 Bytes

Versions: 4

Compression:

Stored size: 294 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 _LIBCPP_VERSION
#error expected std library: libc++
#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/libc++.cc
mt-libuv-4.1.03 ext/gyp/test/mac/clang-cxx-library/libc++.cc
mt-libuv-4.1.02 ext/gyp/test/mac/clang-cxx-library/libc++.cc
tree-sitter-0.1.0 ext/tree-sitter/tree-sitter/externals/gyp/test/mac/clang-cxx-library/libc++.cc