Summary: : because otherwise people would believe they can use the internal representation of these std lib but it fails for our models. Reviewed By: jvillard Differential Revision: D5368671 fbshipit-source-id: 4e53d5amaster
parent
8b9a1f2582
commit
2ee8321456
@ -0,0 +1,13 @@
|
||||
/*
|
||||
* Copyright (c) 2017 - present Facebook, Inc.
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is licensed under the BSD style license found in the
|
||||
* LICENSE file in the root directory of this source tree. An additional grant
|
||||
* of patent rights can be found in the PATENTS file in the same directory.
|
||||
*/
|
||||
|
||||
#include <vector>
|
||||
#if defined(_LIBCPP_VECTOR) || defined(_GLIBCXX_VECTOR)
|
||||
#error "infer should use models headers"
|
||||
#endif
|
Loading…
Reference in new issue