Skip to content

Conversation

L1quid
Copy link
Contributor

@L1quid L1quid commented Jan 29, 2014

I couldn't compile in GCC without changing this.

@sandvige
Copy link
Contributor

Could you provide which GCC error is raised, which version of GCC you're using?

ghost pushed a commit that referenced this pull request Jan 29, 2014
nested template definitions must include '> >' instead of '>>'
@ghost ghost merged commit 96423a6 into datastax:master Jan 29, 2014
@ghost
Copy link

ghost commented Jan 29, 2014

Old compilers consider >> as a bitshift regardless of its intended semantics.

@L1quid
Copy link
Contributor Author

L1quid commented Jan 29, 2014

Following the make instructions in the readme:

In file included from /root/test/cpp-driver/src/cql/cql_cluster.cpp:25:0:
/root/test/cpp-driver/include/cql/internal/cql_cluster_impl.hpp:226:45: error: ‘>>’ should be ‘> >’ within a nested template argument list
std::vectorboost::shared_ptrboost::thread _threads;

gcc version 4.8.2 (GCC) on centos

mpenick pushed a commit that referenced this pull request Aug 3, 2016
mpenick pushed a commit that referenced this pull request Jul 19, 2018
376 - Changed the default graph source to "g"
millerjp added a commit to millerjp/cpp-driver that referenced this pull request Sep 8, 2025
…tion (log datastax#10)

- Fixed prepared statement binding for vectors as CUSTOM types
- Modified IsValidDataType to accept CUSTOM types containing VectorType
- Created simplified integration tests that pass with Cassandra 5.0.5
- All 3 integration tests passing (float, multiple, integer vectors)
- Proper test hygiene with isolated keyspaces
- Simplified validation logic to avoid over-engineering
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants