bond/examples
Christopher Warrington fbe003db85 [c++] Rename scoped_allocator example
Rename the scoped allocator example from "scoped_allocator" to
"scoped_alloc" so that it doesn't conflict with the "scoped_allocator"
header from the C++ standard library.

When `--scoped-alloc` is passed to `gbc`, the generated _types.h header
has a `#include <scoped_allocator>`.

When using CMake to generate Makefiles, the directory where the _types.h
generated file is placed is the same directory where the final
executable is placed.

When rebuilding the scoped_allocator example, the preprocessor tries to
`#include` the previous generated executable.

Implementations of the preprocessor differ in how they handle "file" vs.
<file>. Some will search in the current directory for <file>, while some
will not.

Renaming avoids this problem instead of relying on the behavior of
<file>.
2018-04-19 22:33:12 -07:00
..
codegen/read-only Add a custom codegen example 2015-12-14 12:25:29 -08:00
cpp [c++] Rename scoped_allocator example 2018-04-19 22:33:12 -07:00
cs [c# grpc] Add support for streaming methods 2018-04-05 16:31:47 -07:00
java [java] Allow maven publication and clean up 2017-11-16 16:00:58 -08:00
python [C++] Remove now-useless use_cxx11 build directives. 2016-11-15 15:48:43 -08:00
CMakeLists.txt Initial commit 2015-01-09 11:21:05 -08:00